店内
先日頂いた、ヒヤシンスが花咲かせました!
すごい香りがします。
こちらもヒヤシンスとムスカリ。
球根のお手入れを説明書にのっとって頑張ります!
/?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;
?>