wp_list_pages include index.php
-
Is there anyway to make your home page come up in the list of pages. Or is there a way to format how wp_list_pages outputs the pages, because right now it comes out like:
< ul >
< li >< a href=”/somepage/” >somepage< /a >< /li >
< li >< a href=”/otherpage/” >otherpage< /a >< /li >
< /ul>So ther is no way for me to get say:
< li >< a href=”index.php” >Home< /a >< /li>
into that list. How can this be done?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_list_pages include index.php’ is closed to new replies.