• I’m rebuilding my site; kristaburns.com and have an extra “Home” Nav Button. How do I get rid of this? It’s not a page; I’m not sure what it is except part of my template.

Viewing 1 replies (of 1 total)
  • Try editing your theme’s header.php file and removing:

    <li><a href="<?php bloginfo(;url);?>" <?php if( is_home() || is_front_page() ) echo 'class="active"';?>><span class="l"></span><span class="r"></span><span class="t">Home</span></a></li>

Viewing 1 replies (of 1 total)

The topic ‘Additional “Home” Nav Button’ is closed to new replies.