特定のカテゴリに属する記事の数を取得する

Ads

Code

<?php
$chosen_id = 1; // カテゴリID
$thisCat = get_category($chosen_id);
echo $thisCat->count;
?>
view raw gistfile1.aw hosted with ❤ by GitHub

Note

Description 指定したカテゴリに属する記事の数をテーマファイル内で取得する
WordPress Ver. 3.3.1
Via Number of posts in a category