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());
?>