新聞に掲載している船坂住民数珠つなぎとちょっと気になるこの人のページです
…………………………………………………………
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 ‘
echo ‘‘ .get_the_time(‘Y/n/j’).’‘;
echo ‘
‘;
echo ‘
‘ .mb_substr( strip_tags( $post -> post_content ), 0, 0 ). ‘…………………………………………………………
‘;
endforeach;
echo ‘
‘;
} else {
echo ‘
記事がありません。
‘;
}
?>
?>