Hello, do not plan to add WPML support? Thx
]]>Any reason why did you remove ID from the element markup?
I guess that it brokes more than only my customer website… ??
When using filters on the post content, wrong reading times can occur. (ie: Reading times of 0 minutes.) I use a system that regulates access to posts, for example, and people will just see a bit of a post, with a reading time of only several seconds.
A solution I’ve come up with is using a new variable for calculating the content, and getting the unfiltered content in there. Example:
At line 46:
$tempo[0] = round(str_word_count(strip_tags($content))*60/$reading_time_options[1]);
and then of course just before the tempo calculation:
$realcontent = get_the_content();
Hi,
it is possibl to change the position?
For Ex I would like to have it at the center of the page and with bold format.
Thanks
]]>Is it possible for it to show the reading time in minutes instead of seconds?
]]>Two issues with this plugin:
1) I’ve downloaded and activated the Reading Time plugin but when I go to my plugins page, I see that Reading Time has two entries. One is activated (right after I installed) but the other is not activated.
No settings appear until I activate the second Reading Time plugin.
2) On the post, I see this error message:
Warning: Division by zero in C:\xampp\htdocs\wordpress\wp-content\plugins\reading-time\reading_time.php on line 43
I think you will spend 0 seconds reading this post
]]>