Limit Number of Posts Shown
-
I’m using the exec php plug-in to show posts from one of my custom menus on a page.
<?php wp_nav_menu(array('menu' => '144')); ?>
I don’t know anything about php, but was wondering if someone could tell me if there is a way to only show a certain amount of posts on the page without me having to actually delete the entries from the menu.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Limit Number of Posts Shown’ is closed to new replies.