クリスマスプレゼント
可愛いお客様、ハルちゃんが作ってくれたクリスマスケーキ。
ありがとう!凄く嬉しいよ。
こういう子供の感性が私は大好きです。

/?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;
?>