આ પલ્ગઇન 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી . એ કદાચ જાળવવામાં અથવા સપોર્ટેડ નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ હોઈ શકે છે.

Total Reading Time of WP Post

વર્ણન

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");

સ્ક્રીનશોટ

  • screenshot-1.png
  • screenshot-2.png

સ્થાપન

  1. Download and unzip the plugin. Upload the unzipped folder to the wp-contents/plugins folder of your WordPress installation.
  2. Active the plugin from the WordPress Plugins administration page.
  3. OR, Go to WP admin panel, click ‘Plugins’ -> ‘Add new’. In the search input box, type ‘Total Reading Time of wordPress Post’.
  4. Install and activate the plugin.

એફએક્યુ (FAQ)

What is the purpose of this simple plugin?

It is a very simple plugin.I created this for my practicing purpose and thought that it can save some time who need this easy but very cool feature at their post.

સમીક્ષાઓ

2 સમીક્ષાઓ વાંચો

ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

ચેન્જલૉગ

1.0
1.1 – Setting page added,screenshot added,and performance improved.