Reply To: Portfolio Sorted according to Alphabetical Order

#3537
Raghavendra
Moderator

Changing the line number 261 of /framework/functions/utility-functions.php to

    $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.