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.

DP Post Views Counter

Descripción

This plugin shows the number of views on the site.

Capturas

  • On the screen you can see how the record viewing counter will look like.

Instalación

1.Upload DP Post Views to the /wp-content/plugins/ directory or find it in the plugin repository and install it on your site
2.After installation, activate the plugin
3.The number of article views is now displayed for each post

Preguntas frecuentes

How to install plugin

1.Upload DP Post Views to the /wp-content/plugins/ directory or find it in the plugin repository and install it on your site
2.After installation, activate the plugin
3.The number of article views is now displayed for each post

Can i use shortcode for show post views counter

1.Yes, To do this, add a line of code in function.php remove_filter( 'the_content', 'dppv_post_views' );
2.In your template, add shortcode <?php echo do_shotrcode('[postviews]') ?> to the place where you want to show post views counter

Reseñas

Leer la 1 reseña

Colaboradores y desarrolladores

“DP Post Views Counter” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “DP Post Views Counter” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.2

  • Add new function:
    *-Can show how many people views article using shortcode

1.1

  • Fixed a bug:
    *-Not show count of viewing posts after the_excerpt on the home page
    *-When removing plugin, data from database not delete

1.0

  • First version.