Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Wp Post Views – WordPress Post views counter
The WordPress post views counter allows you to track the number of views on your posts, both for built-in post types and custom post types. It has features such as filtering views by IP address for accurate counts and the ability to select the custom post type. You can display the total post count on the frontend using shortcodes. Development is happening on GitHub, where you can create issues or pull requests for new features.Screenshots







Changelog
1.18 – 16/12/2024
- Removed Home page checks from Ajax.
- Now home page views will be counted
1.17 – 30/11/2024
- Complete architecture Changed on How we count views.
- we are using simple Js insted of AJAX thanks to https://github.com/vanpariyar/wp-post-views/pull/33
1.15 – 12/03/2024
- Complete architecture Changed on How we count views.
- We are now using ajax to count views. This will ensure the views getting logged even on the caching set. Please while using cache allow ajax function to run.
- code changes can be viewed in GitHub -: https://github.com/vanpariyar/wp-post-views/compare/master…28-it-is-sowing-php-errors
1.14 – 21/09/2023
- Version Bump to 1.14
1.13 – 16/06/2023
- Version Bump to 1.13
- Merged new changes for PHPCS and PHPCBF. Thanks @kajalgohel for Contributions
1.12 – 23/01/2023
- Version Bump to support 6.2
1.11 – 19/10/2022
- Introduction of the new shortcode
- [WPPV-TOTAL-VIEWS-PER-POST-TYPE post_type=”post”]
1.10 – 18/07/2022
- Version Bump to support 6.0
- Added ru_RU ( Russian Translation )
- fixed https://github.com/vanpariyar/wp-post-views/issues/17
- https://github.com/vanpariyar/wp-post-views/issues/16
1.9 – 23/01/2022
- Version Bump to support 5.9
1.8 – 19/12/2021
- Fix
validate_ip()function creates error.
1.6 & 1.7 – 14/07/2020
- Version bump to 5.8
1.5 – 15/12/2020
- Enhancement: Fixed IP Related Issue.
1.4 – 15/12/2020
- Enhancement: Text Domain Change.
1.3 – 26/04/2020
- Enhancement: Text Domain Change.
1.2 – 26/04/2020
- Enhancement: Fix the Views Count.
- Features: Added The Shortcode For Frontend Users.
1.1 – 23/02/2020
- Enhancement: Fix the error when WP_DEBUG is true.
1.0
- Innitial: First Version