Total Reading Time of WP Post

Total Reading Time of WP Post Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 520 downloads
Total Reading Time of WP Post Icon

Try plugin: Total Reading Time of WP Post

We'll create fresh WordPress site with Total Reading Time of WP Post installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Total Reading Time of WP Post

A simple plugin to show the total reading time at the end of the post content.

2


0


0


0


0

updated: 4 years ago
since: 4 years ago
author: Kamrul Hasan

Description

It is a simple plugin which will show the total reading time of a post.It will calculate the total reading time of a post in the measure of 200 words per minutes.

It is a totally open source project.Here is the Github link

How It works:

Just install the plugin the total reading time will be shown at the bottom of the content.

There is a setting page in the admin dashboard to set your avvarage reading time per minute.

dashboard> Settings > Total reading time

Filter lists

Change the title:

add_filter("trtwp_label_of_title","your-function-name");

Change the word count per minute base value(currently it is 200 words per minutes):

add_filter("trtwp_word_per_min","your-function-name");

Other filters

/*Change the word "Minutes"
add_filter("trtwp_label_of_minutes","your-function-name");


/*Change the word "Seconds"
add_filter("trtwp_label_of_seconds","your-function-name");

/*Change the markup tag.default is "p"
add_filter("trtwp_label_of_seconds","your-function-name");