Hey Guys,
i just had the same problem. to set the order i just used
$q = new WP_Query(
array(
'orderby' => 'menu_order',
'posts_per_page' => 2,
'cat' => 6
)
);
So “orderby” has to be “menu_order” for it to output posts in the same order as created in admin