はじめまして!

船坂に移住された方にインタビューしています!
移住された際には、ぜひ、インタビューさせてください^^

=============================

term_id;
$myposts = get_posts(‘numberposts=’ .$num. ‘&category_name= ‘.$cat);
if ($myposts) {
foreach($myposts as $post):
setup_postdata($post);
echo ‘

‘;
echo ‘‘ .get_the_time(‘Y/n/j’).’‘;
echo ‘

‘. the_title(“”,””,false).’

‘;
echo ‘

‘ .mb_substr( strip_tags( $post -> post_content ), 0, 0 ). ‘…………………………………………………………

‘;
endforeach;
echo ‘

カテゴリの一覧 ≫

‘;
} else {
echo ‘

記事がありません。

‘;
}

?>

タイトルとURLをコピーしました