Figured out. FINALLY!!! damn that was a pain..
you need to edit the header.php in your template..
Look for this code..
i cant get the code to paste here without it getting all messed up..
Ill try to explain this..
look for this
<li class=”page_item <?php if ( is_home()
and the end of it is this
/” title=”Home”>Home
you are adding <!– –> at the begging and end of this stuff
so it looks like this
<!–<li class=”page_item <?php if ( is_home()
and this
title=”Home”>Home —>
hope this helps, check your page and the home link should be gone, now you can work on creating another page and then making it static so that its your actual home page..
Eric