Comments Joe started the conversationAugust 11, 2014 at 11:32pmHow would you alphabetically order the portfolio items in this theme? 1,973Support repliedAugust 12, 2014 at 7:03pm Hi, you need to go to /sections/portfolio_section_overlay.php and /sections/portfolio_section_slide.php and see how the arguments for WPQuery is built: $args = array( 'post_type' => 'newave_portfolio', 'paged' => $paged, 'posts_per_page' => 1000, ); you need to add order and order by parameters as described here: 'Order & Orderby Parameters' http://codex.wordpress.org/Class_Reference/WP_Quer... ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
How would you alphabetically order the portfolio items in this theme?
Hi,
you need to go to /sections/portfolio_section_overlay.php and /sections/portfolio_section_slide.php and see how the arguments for WPQuery is built:
$args = array(
'post_type' => 'newave_portfolio',
'paged' => $paged,
'posts_per_page' => 1000,
);
you need to add order and order by parameters as described here:
'Order & Orderby Parameters'
http://codex.wordpress.org/Class_Reference/WP_Quer...
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy