How to add Home tab in wp_list_pages
  • the default wordpress function wp_list_pages shows all pages but I want to add Home tab at the start,
    does anyone know how to do that. My code:
    <ul class="menu">
    <?php wp_list_pages('title_li='); ?>
    </ul>
  • 1 Comment sorted by
  • Hey @markus try this one
    <ul class="menu">
    <li class="home-tab"><a href="<?php bloginfo('url'); ?>">Home</a></li>
    <?php wp_list_pages('title_li='); ?>
    </ul>

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Twitter

Sign In Apply for Membership

Top Posters

Design Forum