@codekracken on WordPress.org
Posted a reply to Sort posts by a custom menu order?, on the site WordPress.org Forums:Try this: $args = array( 'posts_per_page' => 6, 'category_name' => 'MyCatSomething', 'menu_order' => 'ASC', 'post_type'…