Is there a way to fetch the category of a page when using wp_list_pages?
-
Currently we’re using wp_list_pages to show a list of child pages. However, we’d like to get the category of each page, and display some CSS on the front-end based on what category each page is in. This is the query we’re currently using:
<?php wp_list_pages( ‘post_status=publish&post_type=board-meetings&title_li=’ ); ?>
Is there a way of of getting the category of each page?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Is there a way to fetch the category of a page when using wp_list_pages?’ is closed to new replies.