Şunu deneyin. Çalışması lazım.
$args=array(
‘orderby’ => ‘name’,
‘order’ => ‘ASC’
);
$categories=get_categories($args);
$cat_count = 0;
foreach($categories as $c) {
$cat_count++;
}

$count_posts = wp_count_posts();

$published = $count_posts->publish;

?>

Web sitemizde kategori‘de makale’ye yazılmış get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = ’1′");?> yorum bulunmaktadır.