Display a Category Link within wp_list_pages
-
Hello,
I am trying to display a category link within the list of pages generated by wp_list_pages.
<div class="menu"> <ul> <?php wp_list_pages('exclude=46&title_li='); ?> </ul> </div>
For example:
Home (Page)
About (Page)
News (Category)
Contact (Page)Thank you in advance to anyone who can help.
- The topic ‘Display a Category Link within wp_list_pages’ is closed to new replies.