For a spin I am wanting to list the excluded pages.
so if I could do a wp_list_pages(), and filter out the menu pages...
Thoughts?
For a spin I am wanting to list the excluded pages.
so if I could do a wp_list_pages(), and filter out the menu pages...
Thoughts?
Have you considered using the include=x parameter with template tag, wp_list_pages()?
If that won't work, you may need to use get_pages and test on the menu_order field.
You must log in to post.