Thread Starter
tomkle
(@tomkle)
ofc the orderby and order are optional, just the post_per_page will suit you just fine.
Thread Starter
tomkle
(@tomkle)
I had some help from the developer to solve this 😉
<?php simple_portfolio_query_projects(null,null,array( 'orderby' => 'title', 'order' => 'ASC', 'posts_per_page' => '20')); ?>