the bellow code works for me:<?php query_posts(array( 'post_type' => 'portfolio', // can be custom post type 'orderby'=> 'menu_order', 'paged'=>$paged, )); ?>we can adjust the number of post to be displayed in wp admin dash board settings > reading.
Thanks friends for your help.
I’ve just stocked in same point. What if people want to show 6 posts on their portfolio page but 10 posts on blog page. With your solution they need to use same listing number for these two pages. In my case I’ve products, photos, portfolio(s) and blog and i want to let the user choose different listing numbers for the parts of theme. We have to find another solution mate ![]()