• Resolved groundrootsmaintenance

    (@groundrootsmaintenance)


    Hi,

    I’m using the shell-lite theme, it has a static front page.

    I’ve recently created a blog on a separate page following instructions found on here. Everything thing appears to be working except that on my front page I now have two home tabs.

    I’ve done a search to find out how remove the one I do not require and this resulted in searching in ‘header.php’ for the ‘wp_list_pages’ code.

    I found the code and have tried to change it to remove the home tab I no longer require.

    Unfortunately, being slightly new to this, nothing seems to be working.

    so, how do I change the following code to remove the first home tab?

    php } else { ?>
    
                    <ul class="menu">
                        <li><a href="<?php echo home_url(); ?>/">Home</a></li>
                        <?php wp_list_pages('title_li='); ?>
                    </ul><!-- end of .menu -->
    
    				<?php } ?>

    My site is https://www.groundrootsmaintenance.com

    Many thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Two home-page tabs in header bar’ is closed to new replies.