Linux 软件免费装
Banner图

Unique Post Views Counter

开发者 chandra sekhar Gudavalli
更新时间 2013年9月18日 17:03
PHP版本: 3.0.1 及以上
WordPress版本: 3.4
版权: GPLv2 or later
版权网址: 版权信息

标签

unique hits postviews total views unique views unquer page count unique counter

下载

详情介绍:

This one is counts and dipslay all unique users hits or views for each post on our blog. We are saving every information in the database. Once we activate this plugin, it will automatically create table in the database.

安装:

  1. Download the file
  2. Upload and extract the file the copy the folder into our plugin location like (wp-content/plugins/unique_post_view_conter)
  3. Activate the plugin from admin side.
  4. If you want to display uniquer user count add this function in single.php . <?php unique_views(get_the_ID()); ?> Unique Views
  5. If you want to display full count add this function in single.php . <?php total_views(get_the_ID()); ?> Total Views