Freepostviews WordPress Plugin
FreePostViews is a secure and lightweight plugin to count and display post views. You can get it freely.
FreePostViews is a simple yet powerful WordPress plugin that tracks and displays the number of views for each post and page on your website.
Features:
- Count post and page views
- Exclude bots and crawlers from view counts
- IP address exclusion
- Admin view exclusion
- Shortcode support
- Admin column with sortable views
- Top viewed posts widget
- Reset individual or all view counts
- Cache-friendly
- Secure and follows WordPress coding standards
About FreePostViews
Contributors: suwalsk
Tags: post views, page views, counter, statistics
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Installation Steps
- Upload the
freepostviewsfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > FreePostViews to configure the plugin
How to Use FreePostViews Plugin Freely
- Upload the plugin: Zip the
freepostviewsfolder and upload via WordPress admin or FTP to/wp-content/plugins/ - Activate the plugin from the Plugins menu
- Configure settings at Settings → FreePostViews
- Display views using:
- Shortcode:
Total Views: 129 - PHP function:
<?php echo FreePostViews::get_views( get_the_ID() ); ?> - Auto-display: Enable in settings
- Shortcode:
Frequently Asked Questions
How do I display views on a post?
Use the shortcode Total Views: 129 or enable “Display in Content” in settings.
How do I exclude my own views?
Enable “Count Admin Views” option in settings to be off, or add your IP to the excluded IPs list.
Plase comment if any problem here
Total Views: 129