Portfolio Re-Order Not Working Support Forums for LiveMesh Themes & Plugins › Forums › Austin Theme Support › Portfolio Re-Order Not Working Tagged: Portfolio Reorder This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago by Raghavendra. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 31, 2015 at 7:52 pm #13125 HenkinSchultzMember 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/ March 31, 2015 at 8:34 pm #13126 HenkinSchultzMember 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. March 31, 2015 at 8:36 pm #13128 HenkinSchultzMember The code that I pasted in not rendering right… April 1, 2015 at 2:07 pm #13146 VeenaModerator Pls share temporary login details as a private reply here. We will take a look. April 4, 2015 at 5:27 am #13196 RaghavendraModerator 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. Author Posts Viewing 5 posts - 1 through 5 (of 5 total) The forum ‘Austin Theme Support’ is closed to new topics and replies.