Most read posts #9 in Analytics & Tracking
A developer-friendly plugin to count most read posts
by Digitoimisto Dude Oy, Timi Wahalahti · github.com/digitoimistodude/dude-most-read-posts · website
★ 16stars
2.6kcomposer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/digitoimistodude/dude-most-read-posts/archive/refs/heads/master.zipAlso on Packagist as digitoimistodude/dude-most-read-posts:
composer require digitoimistodude/dude-most-read-postsFrom the readme
Most read posts
A developer-friendly plugin to count post reads and list most read content
Plugin adds small (332 bytes) javascript file, which calls the counter, to every singular post and introduces two new functions to get most read posts. Once plugin is activated, it starts to count the times post has been read.
Only all time most read posts will be counted by default and reads made by logged-in user or more than once per hour by same user in same post will be ignored. These defaults can be changed using filters.
Handcrafted with love at Digitoimisto Dude Oy, a Finnish boutique digital agency in the center of Jyväskylä.
Table of contents
1. Please note before using
2. License
3. Usage
1. Parameters
4. Filters
5. Composer
6. Contributing
Please note before using
This plugin is not meant to be "plugin for everyone", it needs at least some basic knowledge about php. Plugin is in development for now, so it may update very often and things might change.
License
Most read posts is released under the GNU GPL 2 or later.
Usage
This plugin does not have settings page or provide anything visible on front-end. Settings can be changed with filters listed below.
Plugin intro
Read the full README on GitHub →