Description
Display Simple Post View Count allows you to display how many times a post, page or custom post type had been viewed with this simple, fast and easy to use plugin.
In count display to configure settings, navigate to [ WordPress Admin -> Settings -> SPCD Options ], where you can see three options:
- Add css for counter display
- Add display text with count text
- Post views display position
FEATURES
- You will get an option to select post types for which post views will be counted and displayed.
- Used different methods of collecting post views data: PHP, Javascript, Fast AJAX and REST API for greater flexibility
- Capability to query posts according to its views count
- Count display shortcode
- Dashboard post views stats widget
- Option to select post types for which post views will be counted and displayed.
- Post views display position, automatic or manual via shortcode
- W3 Cache/WP SuperCache compatible
Example Display shortcode:
[spcd_display]
NOTE
We have this plugin compatible gutenberg.
Screenshots
Installation
- Upload
simple-post-counter-display
folder to your/wp-content/plugins/
directory. - Activate the plugin from Admin > Plugins menu.
- Once activated you should check with Settings > SPCD Options
FAQ
- Where can I find the settings configuration?
-
It is under Settings > SPCD Options.
- When and how to use spcd_display shortcode?
-
You can use below mentioned shortcode in count view to display any pages.
- How to apply the custom view count shortcode
-
Check code example below:
<?php echo do_shortcode(‘[spcd_display’]’); ?>
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Display Simple Post View Count” is open source software. The following people have contributed to this plugin.
Contributors“Display Simple Post View Count” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Display Simple Post View Count” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Release