Hello Enfold Team,
When you make the portfolio searchable, category show up in alphabetic order.
I have read another post talking about that:
Open includes > loop-portfolio.php and find this code
$args = array(
‘taxonomy’ => ‘portfolio_entries’,
‘hide_empty’=> 0,
‘include’ => $includeArray
);
Replace it with
$args = array(
‘taxonomy’ => ‘portfolio_entries’,
‘hide_empty’=> 0,
‘include’ => $includeArray,
‘orderby’ => ‘name’,
‘order’ => ‘ASC’
);
But i can not find loop-portfolio.php, only someone else, loop-portfolio-single.php, but it has not this lines of data.
Could you help me please?
Thanks
Raul.
Hey ribanezg!
Please see Peter’s post here https://kriesi.at/support/topic/portfolio-category-order/#post-189227
Best regards,
Yigit
Hello Yigit,
I have intalled the plugin and solved the issue.
Thanks very much for your job, Raúl.