我能得到一個特定的類別(3)這樣發佈的文章數量:獲得職位的數量
<?php
$theID = 3;
$postsInCat = get_term_by('id','' . $theID . '','category');
$postsInCat = $postsInCat->count;
echo $postsInCat . " posts in this category";
?>
但我現在也需要做在一個單獨的聲明是獲取一個特定的類別(3)只是被刪除的帖子的數量。
在此先感謝。
布拉沃,這個伎倆。謝謝。 – user3256143 2014-11-03 22:13:21