アンチ楽曲派TOP

2021年6月4日

term_id;
$myposts = get_posts('numberposts=’ .$num. '&category_name=’ .$cat);
if ($myposts) {
echo '

' .get_the_category_by_ID($term_id). '

カテゴリの一覧 ≫

';
} else {
echo '

記事がありません。

';
}

$cat = 'album’;
$num = '5’;
global $post;

$term_id = get_category_by_slug($cat)->term_id;
$myposts = get_posts('numberposts=’ .$num. '&category_name=’ .$cat);
if ($myposts) {
echo '

' .get_the_category_by_ID($term_id). '

カテゴリの一覧 ≫

';
} else {
echo '

記事がありません。

';
}

$cat = 'monthly’;
$num = '5’;
global $post;

$term_id = get_category_by_slug($cat)->term_id;
$myposts = get_posts('numberposts=’ .$num. '&category_name=’ .$cat);
if ($myposts) {
echo '

' .get_the_category_by_ID($term_id). '

カテゴリの一覧 ≫

';
} else {
echo '

記事がありません。

';
}

?>

Posted by ke12yan