Is there a way to get a list of all the pages of a certain custom page type I’ve defined into a as you would with wp_list_pages?
Thanks a bunch,
-scott
Is there a way to get a list of all the pages of a certain custom page type I’ve defined into a as you would with wp_list_pages?
Thanks a bunch,
-scott
You must be logged in to post a comment.
How about using a variation of wp_query to generate a list?
Think this would do?