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

---

Buscar plugins

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

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Unique Post Views Counter

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

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

 * [Detalles](https://gl.wordpress.org/plugins/unique-post-view-conter/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/unique-post-view-conter/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/unique-post-view-conter/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/unique-post-view-conter/#developers)

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

## Descrición

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.

## Instalación

 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

## Comentarios

![](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 de Setembro, 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);}

 [ Ler todas as 3 opinións ](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/)

## Colaboradores e desenvolvedores

“Unique Post Views Counter” é un software de código aberto. As seguintes persoas
colaboraron con este plugin.

Colaboradores

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

[Traduce “Unique Post Views Counter” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/unique-post-view-conter)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/unique-post-view-conter/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/unique-post-view-conter/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/unique-post-view-conter/)
por [RSS](https://plugins.trac.wordpress.org/log/unique-post-view-conter/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **1.0**
 *  Última actualización **Fai 13 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 3.0.1 ou superior **
 *  Probado ata **3.4.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/unique-post-view-conter/)
 * Etiquetas
 * [postviews](https://gl.wordpress.org/plugins/tags/postviews/)[unique hits](https://gl.wordpress.org/plugins/tags/unique-hits/)
   [unique views](https://gl.wordpress.org/plugins/tags/unique-views/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/unique-post-view-conter/advanced/)

## Valoracións

 5 de 5 estrelas

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

[A túa valoración](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/unique-post-view-conter/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/unique-post-view-conter/)