exclude parameter
-
I need help using the exclude paramater for wp_list_pages. I understand how to do it by using the pageid but is there any way to specify exclude all sub-pages for a specific page? I’m actually using the fold page list plugin, but it uses the same parameters as the wp_list_pages.
This:
<?php wswwpx_fold_page_list(‘title_li=&sort_column=menu_order&page_id=’.$posts[0]->ID); ?>
works great for the rest of my pages, but I’ve got a pictures page with too many subpages.
thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘exclude parameter’ is closed to new replies.