今夜は
素敵なお客様から頂いた白ワイン~(⌒▽⌒)
今日、友達が来たから、一緒にいただきまーす!
/?php
if (in_category('blog')) :
comments_template('', true);
endif;
?>
Comment
/?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
if (in_category('blog')) :
comments_template('', true);
endif;
endif;
?>