Portfolio order now working with reorder plugin

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Portfolio order now working with reorder plugin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11184
    damir
    Member

    I use portfolio 4 column full width page template to display portfolio.

    Reordering plugin is not working and not changing the order of portfolio items. How to solve this?

    Thanks

    #11185
    damir
    Member
    This reply has been marked as private.
    #11189
    Raghavendra
    Moderator

    Pls make sure you have this change made at line number 369 in framework/functions/utility-functions.php file –

            $query_args = array('post_type' => 'portfolio', 'posts_per_page' => $args['posts_per_page'], 'filterable' => $args['filterable'],
                'paged' => $paged, 'order' => 'ASC', 'orderby' => 'menu_order');
    

    If so, you can order by using the post type order plugin.

    Hope this helps.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio order now working with reorder plugin’ is closed to new replies.