Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203078

    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.

    #203380

    Hey ribanezg!

    Please see Peter’s post here https://kriesi.at/support/topic/portfolio-category-order/#post-189227

    Best regards,
    Yigit

    #203407

    Hello Yigit,

    I have intalled the plugin and solved the issue.

    Thanks very much for your job, Raúl.

    #203446

    Hi!

    You are welcome! Glad Peter’s answer was helpful :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio category display in alphabetic order, how to change it?’ is closed to new replies.