I am currently developing a WordPress theme and I need to limit the number of pages that a menu lists.
e.g.
<?php wp_list_pages('title_li=&sort_column=menu_order'); ?>
I need to limit the pages that list in the menu to only list the first 5 pages, is that possible?