2021 Jan 29 Fri
ループの前に下記最初の一行を追加
<?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; ?>
2025.07.07
2025.07.04
2025.06.24
2024.10.02
2024.08.29
0