Linux 软件免费装
Banner图

Article Read Time

开发者 dhrumilk
更新时间 2026年3月11日 17:31
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode reading time post reading time article read time blog reading time

下载

1.0

详情介绍:

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. Why Use Article Read Time? Key Features Flexible Formatting Options You can configure the plugin to display: This makes it perfect for: Easy to Use
  1. Activate the plugin.
  2. Configure settings under Settings → Article Read Time.
  3. Add the shortcode [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.
  1. Upload to the wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings → Article Read Time to configure.
  4. Add the shortcode [article_read_time] in any post or page.
  5. Or use the template tag in theme files: <?php if ( function_exists( 'article_read_time' ) ) article_read_time(); ?>

常见问题:

How does the plugin calculate reading time?

It calculates total word count from post content and divides it by the configured words-per-minute value.

Can I change the reading format?

Yes. You can customize the output format from the settings page using %s as a placeholder.

What is Lower Than Format?

If the calculated reading time is below a defined threshold, a different format can be used (for example, short articles).

Does it automatically display reading time?

No. You must use the shortcode or template tag.

Is it lightweight?

Yes. The plugin runs only when shortcode or template tag is used and does not load unnecessary assets.

更新日志:

1.0 – Feb 24th, 2026