开发者 | denisatu |
---|---|
更新时间 | 2019年8月13日 01:56 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.2.2 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
/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 post1.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
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