40+
March 11, 2026
March 11, 2026
Article Read Time is a lightweight and customizable WordPress plugin that automatically calculates and displays the estimated reading time for posts and pages.
Adding reading time to your articles improves user experience, increases engagement, and helps visitors quickly decide whether they have enough time to read your content. Many modern blogs, news websites, and online magazines display reading time to enhance readability and reduce bounce rates — and now you can easily add this feature to your WordPress site.
The plugin calculates the total word count of your post content (excluding HTML and shortcodes) and estimates the reading duration based on your configured Words Per Minute (WPM) setting. You can fully control how the reading time appears using custom formatting options.
You can configure the plugin to display:
This makes it perfect for:
[article_read_time] in any post or page.Or use the template tag in your theme files:
<?php if ( function_exists( 'article_read_time' ) ) article_read_time(); ?>
Article Read Time is built to be fast, secure, and flexible — giving content creators full control over how reading time is calculated and displayed.
Features:
The plugin calculates word count from post content, removes HTML and shortcodes, and generates accurate reading time estimates based on configured settings.
Follow the instructions to install this plugin on your WordPress website.
wp-content/plugins/ directory.[article_read_time] in any post or page.It calculates total word count from post content and divides it by the configured words-per-minute value.
Yes. You can customize the output format from the settings page using %s as a placeholder.
If the calculated reading time is below a defined threshold, a different format can be used (for example, short articles).
No. You must use the shortcode or template tag.
Yes. The plugin runs only when shortcode or template tag is used and does not load unnecessary assets.