Kayıtlı üye sayısını göstermek için temanızdaki functions.php dosyasını açın
// Kayıtlı üye sayısı gösterme kodufunction ca_user_count() {$kayitlikullanici = count_users();$sonuc = $kayitlikullanici[‘total_users’];return $sonuc;}// Üye sayısını göstermek için shortcode oluşturalımadd_shortcode(‘uye_sayisi’, ‘ca_user_count’);