Reading Time Plugin

Add estimated reading time to WordPress posts and blog archive pages with the Simple Reading Time Plugin. Improve user engagement, readability, and SEO by showing visitors how long an article takes to read.
1 min read

Automatically displays an estimated reading time for WordPress blog posts and archive pages based on content length. Improve user experience, increase engagement, and help visitors understand how long an article will take to read. Lightweight, fast, easy to configure, and compatible with most WordPress themes and plugins.

To display the estimated reading time anywhere in your WordPress theme, add the following code where you want the reading time to appear:

<?php
echo xorbeo_get_reading_time(get_the_content());
?>