Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › Portfolio Sorted according to Alphabetical Order › Reply To: Portfolio Sorted according to Alphabetical Order
December 27, 2013 at 12:40 pm
#3537
Moderator
Changing the line number 261 of
$query_args = array('post_type' => 'portfolio', 'posts_per_page' => $args['posts_per_page'], 'filterable' => $args['filterable'], 'paged' => $paged, 'orderby'=> 'title', 'order' => 'ASC');
can help sort the portfolio items. The modified code helps sort the portfolio entries by title alphabetically. Hope this works for you.