rng-postviews
WordPress plugin that set post view count for each post and reports them in a chart.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2429 days ago
Is rng-postviews abandoned?
Possibly abandoned (last update 2429 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WordPress plugin that set post view count for each post and reports them in a chart.also you can access to post views count of each post in front end and admin panel.
You can see post view count with below ways:
- WordPress widget
- Short code
[rngja_postviews] - Developers can access post views in wp_postmeta with meta_key
ja_postviews - Function
rngja_get_post_viewe_count
For showing post views count with function put this code in your main loop
if (function_exists('rngja_get_post_viewe_count')) {
echo rngja_get_post_viewe_count(get_the_ID());
}
And also in admin panel:
- WordPress Dashboard widget
- Post list screen
Main features in rng-postviews include
- Very light and easy to use
- Have function and short code for showing post views count
- WordPress Widget
- This plugin avoids from any conflict with other plugins
- Has not any overhead
it is strongly was recommended that after the plugin is activated, go to the Settings > Last post viewed and configure the plugin.
Github Repository
Also You can this plugin on github:
https://github.com/a-sabagh/rng-postviews
Installation
- Upload the plugin files to the
/wp-content/plugins/rng-postviewsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Go to the permalink settings and change URL structure then undo
- Use the
Settings > Postviews Settingsscreen to configure the plugin
1, 2, 3, 4: You’re done!


