Cut+Parm(13,500円)
鎖骨くらいで柔らかく動くようにカットしてあります。色はイルミナカラーの新色トワイライトで大人可愛い感じに。髪質やダメージによってパーマにするかコテかご提案させて頂きます。
HAIR:KANDA
term_id;
$myposts = get_posts(‘numberposts=’ .$num. ‘&category_name=’ .$cat);
$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 ‘
‘;
echo ‘
echo ‘
‘;
echo ‘‘. the_title(“”,””,false).’
echo ‘‘. the_title(“”,””,false).’
‘;
endforeach;
echo ‘
‘;
} else {
echo ‘
NO GALLERY
‘;
}
?>