Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

DP Post Views Counter

Beschrijving

This plugin shows the number of views on the site.

Schermafdrukken

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

Installatie

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

FAQ

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

Beoordelingen

Lees 1 beoordeling

Bijdragers & ontwikkelaars

“DP Post Views Counter” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “DP Post Views Counter” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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.