portfolio reorder

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10542
    jkgardner
    Member

    Hello,

    The portfolio reorder function does not appear to be working.

    Thanks,
    Jennifer

    #10544
    jkgardner
    Member
    This reply has been marked as private.
    #10563
    Raghavendra
    Moderator

    Pls let us know if you need the portfolio to be reordered in the portfolio page or the shortcodes. The code change will be required and will vary depending on where you want to change. We removed the portfolio order function since many wanted the portfolio to be ordered by date by default.

    #10564
    jkgardner
    Member

    I’m sorry but I don’t quite understand your question. I am guessing I want it on the portfolio page. Could you explain the difference between the two options?

    Thanks,
    Jennifer

    #10571
    Raghavendra
    Moderator

    I meant you can also use the [show_portfolio] or [show_post_snippets] shortcode to display portfolio items and if you want them to be reordered, we need to make the change in a different place.

    #10575
    jkgardner
    Member

    Ok – thanks. I am using the portfolio page so please make the change there.

    Thank you,
    Jennifer

    #10599
    Raghavendra
    Moderator

    Pls see the post below and make the required change and see if that helps –

    http://support.livemeshthemes.com/forums/topic/portfolio-re-order-not-working/#post-9233

    Basically, modify portfolio-functions.php line no:13 as given below

     $query_args = array('post_type' => 'portfolio', 'posts_per_page' => $args['posts_per_page'], 'filterable' => $args['filterable'], 
                'paged' => $paged, 'order' => 'ASC', 'orderby'=>'menu_order');
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.