In you theme’s header.php, go to <div id="menu"> section.
Delete the first <li><a href=...Home .</li> after the <ul> tag.
thanks for the help…WOOT! it is fixed
I have the same problem, but this advice does not help. My site:
http://www.psi-sol.net/?page_id=2
None of the advices in this forum did any good. In header.php there is only one line with
<ul class=”menu”>
<?php art_menu_items(false); ?>
any ideas how to remove a default home button that is useless?
And how would I make “Apie mus” page my home page?
I appreciate your help!
Same Problem.
There is no code for <div id=”menu”>
Originally, I just did not name the page, and the tab did not appear. I made an edit, and a small tab with no copy in it appeared and I can’t get rid of it.
I am a rank amatuer… Help!
See if your page link code is in your sidebar template. That is where I found mine! : ) (one amateur grateful for expert help sharing with another amateur)
I had the same problem. This is what worked for me. In your theme’s header.php, go to <div id="navcontainer"> section. Delete the second
<li><a href="...Home"> after the <ul id="navlist"> tag. Note: Remember: delete only the second <li>, if you deleat the first </li> as well, you will mess up your nav bar spacing. Good Luck!
Same problem in my studiopress theme.Where would I find the code to remove in my header.php?
<div id=”navbar”>
<div id=”navbarleft”>
<ul id=”nav”>
<?php if (is_home()) { ?>
<li class=”current_page_item”>“><?php _e(“Home”, ‘studiopress’); ?>
<?php } else { ?>