<?php if(have_posts()) : while(have_posts()) : the_post(); ?> 処理A; <?php endwhile; ?> 処理B; <?php else: ?> 処理C; <?php endif; ?>
Recent Comments