display list of pages in a page
-
i dont like using posts, i like using a dedicated pages. since im trying to use WP for a archive of short stories.
So in my nav bar I have a ‘List’ page which is a dedicated page of lists people can click at and get a list of pages.
except i want WP to generate the list of pages and likes much like the php code:
<?php wp_list_pages(‘depth=1&title_li=’); ?>does on the side bar or header (depending on theme)
how can i get WP to generate the list of pages on a page? I was thinking of using an iFrame but I don’t want a scroll bars.
any help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘display list of pages in a page’ is closed to new replies.