[php] <?php $chosen_id = 1; // カテゴリID $thisCat = get_category($chosen_id); echo $thisCat->count; ?> [/php]