I thought this would be a simple task, but I cannot find anything on google.
I would simply like to echo the meun_order value in my loop.
I tried this but it's not in the post_meta table, its in the post's table.
<?php echo get_post_meta($post->ID, 'menu_order', true); ?>
Can anyone help please?
Thanks Josh