Output the post menu order in WP

<?php echo get_post_field( 'menu_order', $post->ID);?>

Add your comment