limit wp_list_pages
-
How can I limit the list of pages?
I am using: <?php wp_list_pages(‘title_li=&sort_column=post_date&sort_order=DESC’); ?>
but I wolud like to list the only 25 newest pages, not the whole list.
I can not use the include or the exclude arguments,
because then I have to change it every day.Is there any solution?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘limit wp_list_pages’ is closed to new replies.