SHORT No.009

Cut+Color+Design Color(16,200円〜)
顔まわりの髪を長くし、ニュアンスを残したショートです。カラーは毛先中心にワンブリーチをして、シルバーピンクを入れています。

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

‘;
}
?>