Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

DP Post Views Counter

Priskribo

This plugin shows the number of views on the site.

Ekrankopioj

Instalo

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

OD

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

Pritaksoj

Legi 1 pritakson

Kontribuantoj k. programistoj

“DP Post Views Counter” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj

Traduki “DP Post Views Counter” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

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.