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

---

Pretražite dodatke

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

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# Unique Post Views Counter

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

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

 * [Detalji](https://bs.wordpress.org/plugins/unique-post-view-conter/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/unique-post-view-conter/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/unique-post-view-conter/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/unique-post-view-conter/#developers)

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

## Opis

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.

## Instalacija

 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

## Recenzije

![](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/) 3. Septembra 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/)

## Saradnici i programeri

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

Doprinositelji

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

[Prevedi “Unique Post Views Counter” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/unique-post-view-conter)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/unique-post-view-conter/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/unique-post-view-conter/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/unique-post-view-conter/)
od [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 **prije 13 godina**
 *  Active installations **10+**
 *  WordPress version ** 3.0.1 ili viša **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/unique-post-view-conter/)
 * Tags
 * [postviews](https://bs.wordpress.org/plugins/tags/postviews/)[unique hits](https://bs.wordpress.org/plugins/tags/unique-hits/)
   [unique views](https://bs.wordpress.org/plugins/tags/unique-views/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/unique-post-view-conter/advanced/)

## Ocjene

 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/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/unique-post-view-conter/)