Aorhan.com'un en üst tarafındaki gibi "Web sitemizde 13 kategori'de 359 makale'ye yazılmış 890 yorum bulunmaktadır." böyle bir şeyin kodu nedir?
Buyrun
Mini istatistik
$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;
?>
Şu anda sitemizde ayrı kategoride, toplam adet makale bulunmaktadır.
Bu kodun içinde yorum yok, yorum olanını da ekleyeceğim.