How to limit number of menu items shown
-
I’m currently working on a new WordPress template,
I list the pages in two places on the template.
In one of those places i’d like to only list 5 pages instead of all of them.
e.g. I need to do something like this
<?php wp_list_pages(‘title_li=&sort_column=menu_order’); ?>And limit the amount listed to 5,
Is that possible?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to limit number of menu items shown’ is closed to new replies.