Is there any way to omit Pages that a template tag wp_list_pages() returns without hacking the template?
It would seem a pretty normal thing not to want EVERY page listed on a menu bar (for example).
Is there any way to omit Pages that a template tag wp_list_pages() returns without hacking the template?
It would seem a pretty normal thing not to want EVERY page listed on a menu bar (for example).
No. Currently, unless you can find a Plugin to replace the task, you must edit the WordPress Theme template and put in the parameters that will restrict what the wp-list-pages() template tag will display.
This topic has been closed to new replies.