Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247395

    Hi

    I am trying to change the order of my portfolio categories, and managed to do so in a Portfolio grid by following instructions from this post https://kriesi.at/support/topic/control-order-of-portfolio-categories/ (=I used order by ID, deleted my categories and re-entered them in the order I want them to appear on the screen). But: I am not managing to do the same in a Masonry grid: I tried editing masonry_entries.php but no success.. Could you please tell me which file to edit to change the order in which the portfolio categories in a Masonry grid ?

    Many thanks for your help.

    #248595

    Hello,
    In case you need it, here is a link to the website : http://goo.gl/TMBYjM
    Please let me know if you can help. Many thanks.
    Laure

    #248597

    Hi Laure,

    Open /config-templatebuilder/avia-shortcodes/masonry_entries.php: and look for line 864

    $query = array(	'orderby' 	=> 'date',
    

    Replace it by this:

    $query = array(	'orderby' 	=> 'menu_order',
    

    Then, use this plugin to edit the order.

    Regards,
    Josue

    #249689

    Hi Josue
    Thanks a lot, I will try that and let you know. Thks.

    #249717

    Thanks very much Josue that worked great to re-order the actual portfolio items, but to re-order the portfolio categories (which is what I originally wanted to do) I just downloaded the plugin taxonomy-terms-order and it worked. Thanks very much for your help.

    #249823

    You are welcome Laure, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change portfolio categories order in fulwidth masonry grid’ is closed to new replies.