Viewing 3 replies - 1 through 3 (of 3 total)
  • The first “Home” is hardcoded in your header.php; remove this line:

    <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    Thread Starter fulltimer

    (@fulltimer)

    Thank you, will try that right now.

    Hi, thanks this worked for me too. I had to delete this whole line of code, but it’s essentially the same.

    <li <?php if(is_home()){ echo 'class="page_item current_page_item"'; } else { echo 'class="page_item"'; } ?>><a href="<?php bloginfo('url') ?>" title="Home" >Home</a></li>

    Thanks for posting sundogtech!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two Home Radio Buttons’ is closed to new replies.