ループの前に下記最初の一行を追加

<?php query_posts($query_string .'&orderby=menu_order'.'&order=asc' ); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article>
	<p><?php the_title(); ?></p>
	<p><?php the_content(); ?></p>
</article>
<?php endwhile; endif; ?>

latest post

0