Difference between revisions of "Melihat Statistik Wordpress"

From OnnoWiki
Jump to navigation Jump to search
 
Line 26: Line 26:
  
 
* [[Instalasi Wordpress]]
 
* [[Instalasi Wordpress]]
 +
* [[Instalasi WP e-Commerce]]
 +
* [[Melihat Statistik Wordpress]]
 
* [[Linux Howto]]
 
* [[Linux Howto]]
 +
* [[Aktifasi Wordpress Multisite]]
 +
* [[Wordpress Theme untuk Photoblogging]]
 +
* [[Wordpress Theme untuk Videoblogging]]
 +
* [[Wordpress Instalasi Theme]]
 +
* [[BuddyPress]] Social Media di [[Wordpress]]

Latest revision as of 10:05, 18 April 2012

Statistik aktifitas di Wordpress dapat dilihat melalui langkah berikut

  1. Login sebagai admin
  2. Sebelah kanan bawah ada BlogStats
  3. Klik menu category http://web-wordpress/wp-admin/categories.php

Cara lain akses langsung ke MySQL database

# mysql -u root -p
password:
mysql> use wordpress;
mysql> select * from wp_posts;

Lihat di bagian

  • ID
  • Comment Count

Kita akan memperoleh bayangan tingkat aktifitas yang ada



Pranala Menarik