Adding “home” to navigation
-
The template I am using populates the navigation with the site pages. How do I also add a “Home” link to that navigation?
Here’s the code:
<ul>
<?php wp_list_pages('depth=1&title_li=' ); ?>
</ul>
</div><br />
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Adding “home” to navigation’ is closed to new replies.