SHORT No.010

Cut+Parm(13,500円)
前下がりのショートボブです。印象が柔らかくなるようにゆるめのパーマを全体に掛けています。ショートでボリュームと動きがほしい方にオススメです。

HAIR: KANDA

term_id;
$myposts = get_posts(‘numberposts=’ .$num. ‘&category_name=’ .$cat);

if ($myposts) {
echo ‘

GALLERY | ‘ .get_the_category_by_ID($term_id). ‘

‘;
foreach($myposts as $post):
setup_postdata($post);
echo ‘

‘;

endforeach;
echo ‘

‘;
} else {
echo ‘

NO GALLERY

‘;
}
?>