Portfolio Re-Order Not Working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13125

    I have re-arranged and save the Portfolio items, but it still doesn’t render in the new order on the homepage?

    Team member re-order works properly, but portfolio re-order doesn’t.

    Dev site here: http://evolve.henkinschultz.com/

    #13126

    I also changed line 13 in portfolio-functions.php to

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

    Still not working.

    #13128

    The code that I pasted in not rendering right…

    #13146
    Veena
    Moderator

    Pls share temporary login details as a private reply here. We will take a look.

    #13196
    Raghavendra
    Moderator

    I changed the code to display right by wrapping it in a pre tag.

    Also, since you are using [show_portfolio] shortcode, pls make the change in line number 143 in portfolio-functions.php file to –

    $loop = new WP_Query(array('post_type' => 'portfolio', 'posts_per_page' => $posts_per_page, 'order' => 'ASC', 'orderby'=>'menu_order'));
    

    That should help rearrange the portfolio order using Post Type Reorder plugin. If not, pls post a temp login and we can take a look.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.