• I’d like to implement a HOME link to the beginning of the navigation bar of the theme I’m currently developing.

    How can I do that?

    It would be best if it work out of the box, so the users don’t have to fiddle around too much with custom navigations.

    I’m using wp_list_pages() to display the navigation bar.

    Any suggestions?

Viewing 1 replies (of 1 total)
  • Thread Starter chaseman

    (@chaseman)

    ok I simply put this in front of wp_list_pages () and it works:

    <li><img src='<?php echo $dir; ?>/images/arrow.png' /></li>
    <li><a href=”<?php echo get_settings(‘home’); ?>”>Home</a></li>
Viewing 1 replies (of 1 total)
  • The topic ‘How to Implement HOME Link to the Beginning of the Navigation Bar?’ is closed to new replies.