大会情報

<?php query_posts(“category_name=news&showposts=1”); ?>
<?php if(have_posts()): while(have_posts()): the_post(); ?>
<?php get_template_part(‘content’,’excerpt’); ?>
<?php endwhile; endif; ?>