SHORT No.015

Cut(5,940円)

動きのあるショートに女性らしさを残したスタイル。前髪はおろしてもあげてもいいように作りました。黒髪でも動くスタイルなので重く見えないです。

HAIR:KAO

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 ‘

GALLERY is being prepared.

‘;
}
?>