開店準備4
チームhvalaによる、手描きにこだわったメニュー表作成。
下書きから打ち合わせを重ね、材質と道具に試行錯誤し、仕上がりました!
素敵に店を演出しています。


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