Title: Unique Post Views Counter
Author: chandra sekhar Gudavalli
Published: <strong>September 13, 2013</strong>
Last modified: September 13, 2013

---

Search plugins

![](https://ps.w.org/unique-post-view-conter/assets/banner-772x250.png?rev=771817)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/unique-post-view-conter_a6e1f8.svg)

# Unique Post Views Counter

 By [chandra sekhar Gudavalli](https://profiles.wordpress.org/chandra-sekhar-gudavalli/)

[Download](https://downloads.wordpress.org/plugin/unique-post-view-conter.zip)

 * [Details](https://xho.wordpress.org/plugins/unique-post-view-conter/#description)
 * [Reviews](https://xho.wordpress.org/plugins/unique-post-view-conter/#reviews)
 *  [Installation](https://xho.wordpress.org/plugins/unique-post-view-conter/#installation)
 * [Development](https://xho.wordpress.org/plugins/unique-post-view-conter/#developers)

 [Support](https://wordpress.org/support/plugin/unique-post-view-conter/)

## Description

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.

## Installation

 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

## Reviews

![](https://secure.gravatar.com/avatar/3ba0b6e1943c7c4189b8ab3721a2857fcc17dcfd956f6882df0ef70cdc5a3c89?
s=60&d=retro&r=g)

### 󠀁[Plugin still works WP 4.3.1](https://wordpress.org/support/topic/plugin-still-works-wp-431/)󠁿

 [jessy](https://profiles.wordpress.org/jessy-marco/) September 3, 2016

total count do not work, because there is a bugg, so replace the function for this:
function update_views($post_id) { global $wpdb; $p2_table = $wpdb->prefix.unique_p2_table();
$views = get_total_views($post_id) + 1; if (get_total_views($post_id) == 0) insert_views(
$views, $post_id); $result = $wpdb->query("UPDATE $p2_table SET view = $views WHERE
post_id = '$post_id' AND ip_addres = '".$_SERVER['REMOTE_ADDR']."'"); return ($result);}

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/)

## Contributors & Developers

“Unique Post Views Counter” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ chandra sekhar Gudavalli ](https://profiles.wordpress.org/chandra-sekhar-gudavalli/)

[Translate “Unique Post Views Counter” into your language.](https://translate.wordpress.org/projects/wp-plugins/unique-post-view-conter)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/unique-post-view-conter/),
check out the [SVN repository](https://plugins.svn.wordpress.org/unique-post-view-conter/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/unique-post-view-conter/)
by [RSS](https://plugins.trac.wordpress.org/log/unique-post-view-conter/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **13 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/unique-post-view-conter/)
 * Tags
 * [postviews](https://xho.wordpress.org/plugins/tags/postviews/)[unique hits](https://xho.wordpress.org/plugins/tags/unique-hits/)
   [unique views](https://xho.wordpress.org/plugins/tags/unique-views/)
 *  [Advanced View](https://xho.wordpress.org/plugins/unique-post-view-conter/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/)

## Contributors

 *   [ chandra sekhar Gudavalli ](https://profiles.wordpress.org/chandra-sekhar-gudavalli/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/unique-post-view-conter/)