Title: ReadTrack
Author: marcinfilipiak
Published: <strong>2025 年 7 月 16 日</strong>
Last modified: 2025 年 12 月 13 日

---

搜索插件

![](https://s.w.org/plugins/geopattern-icon/readtrack.svg)

# ReadTrack

 作者：[marcinfilipiak](https://profiles.wordpress.org/marcinfilipiak/)

[下载](https://downloads.wordpress.org/plugin/readtrack.zip)

 * [详情](https://cn.wordpress.org/plugins/readtrack/#description)
 * [评价](https://cn.wordpress.org/plugins/readtrack/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/readtrack/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/readtrack/#developers)

 [支持](https://wordpress.org/support/plugin/readtrack/)

## 描述

**ReadTrack** is a lightweight plugin that improves the user experience by displaying:
–
⏱️ Estimated reading time based on post word count – 📊 A visual progress bar that
fills as the reader scrolls

You can fully customize the text shown before the post using a settings page in 
the WordPress admin panel. The default template is:

    ```
    ⏱️ Estimated reading time: %minutes% min
    ```

Simply place `%minutes%` in your message to dynamically show the calculated reading
time.

**New in version 1.2:**
 – The plugin now uses the WordPress database (via `get_option()`/`
update_option()`) instead of saving configuration to a file in the plugin folder.–
This ensures full compatibility with WordPress.org guidelines and multisite installations.

### License

This plugin is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License v2 or later.

## 安装

 1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install it
    via the WordPress Plugin Directory.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Go to **Settings > ReadTrack** to customize the message.
 4. Make sure your theme supports `the_content` filter (most do).

## 常见问题

### Can I change the reading time label?

Yes! Just go to **Settings > ReadTrack** and enter your custom message. Use `%minutes%`
where you want the number to appear.

### Does it work with custom post types?

Currently, it only affects single blog posts (`is_single()`). You can modify the
condition in `readtrack_add_elements()` if needed.

### Is JavaScript required?

Yes, JavaScript is used to update the scroll progress bar in real time.

## 评价

此插件暂无评价。

## 贡献者及开发者

「ReadTrack」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ marcinfilipiak ](https://profiles.wordpress.org/marcinfilipiak/)

[帮助将「ReadTrack」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/readtrack)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/readtrack/)，查看[SVN仓库](https://plugins.svn.wordpress.org/readtrack/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/readtrack/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/readtrack/)。

## 更新日志

#### 1.2

 * Configuration is now saved in the WordPress options table (no more writing to
   plugin files)
 * Improved compatibility with WordPress.org plugin guidelines

#### 1.1

 * English translation of plugin code and admin panel
 * First public version with settings page and config file

## 额外信息

 *  版本 **1.2**
 *  最后更新：**5 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.2 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/readtrack/)
 * 标签
 * [estimated reading time](https://cn.wordpress.org/plugins/tags/estimated-reading-time/)
   [progress bar](https://cn.wordpress.org/plugins/tags/progress-bar/)[Readability](https://cn.wordpress.org/plugins/tags/readability/)
   [reading time](https://cn.wordpress.org/plugins/tags/reading-time/)[ux](https://cn.wordpress.org/plugins/tags/ux/)
 *  [高级视图](https://cn.wordpress.org/plugins/readtrack/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/readtrack/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/readtrack/reviews/)

## 贡献者

 *   [ marcinfilipiak ](https://profiles.wordpress.org/marcinfilipiak/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/readtrack/)