cihaneken
Üyeliği Durdurulmuş
Banlı Kullanıcı
-
Üyelik
25.07.2014
-
Yaş/Cinsiyet
31 / E
-
Meslek
Elektrik Teknisyeni
-
Konum
Fransa
-
Ad Soyad
C** E**
-
Mesajlar
3508
-
Beğeniler
488 / 1190
-
Ticaret
1, (%100)
yazı ve yorum şöyle olması gerek. fakat gün ve saat sayma işini beceremedim bir türlü php bilgim yetmedi :D
functions.php
function say_total_posts() {
$totalp = wp_count_posts()->publish;
echo $totalp;
}
function say_comment_count() {
$comments_count = wp_count_comments();
$totalc = $comments_count->approved;
echo $totalc;
}
gösterme
Sitemizde yazı, yorum bulunmakta.
1 kişi bu mesajı beğendi.