Title: LevelNetwork WRT Reading Tools
Author: sonofgod80
Published: <strong>2026 年 6 月 9 日</strong>
Last modified: 2026 年 6 月 9 日

---

搜索插件

![](https://ps.w.org/levelnetwork-wrt-reading-tools/assets/banner-772x250.png?rev
=3565588)

![](https://ps.w.org/levelnetwork-wrt-reading-tools/assets/icon-256x256.png?rev=
3565588)

# LevelNetwork WRT Reading Tools

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

[下载](https://downloads.wordpress.org/plugin/levelnetwork-wrt-reading-tools.1.1.3.zip)

[实时预览](https://cn.wordpress.org/plugins/levelnetwork-wrt-reading-tools/?preview=1)

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

 [支持](https://wordpress.org/support/plugin/levelnetwork-wrt-reading-tools/)

## 描述

LevelNetwork WRT Reading Tools enhances your content by adding a professional and
informative bar, providing valuable metadata and accessibility tools directly within
your posts and pages.

**Core Features:**

 * **Word Count:** Automatically calculates and displays the total word count based
   on the main filtered content block (`the_content`). Provides the most relevant
   count for the displayed text.
 * **Estimated Reading Time:** Shows reading time in minutes, calculated using a
   configurable WPM setting (Default: 200 WPM) based on the filtered content word
   count.
 * **Post View Counter:**
    - Reliably tracks and displays post/page views via AJAX with secure nonces and
      cookie tracking.
    - Configurable Cookie Expiry (Default: 6 hours).
    - Global & Per-Post Start Value options to set an initial count.
    - View Reset button in the post editor metabox.
    - (Note: Disabled by default, must be enabled in settings).
 * **Text Font Resizer:** Includes +/- buttons and an optional Reset button. Remembers
   user preference via LocalStorage.
 * **Accessibility & Utility Buttons:**
    - Optional Contrast/Night Mode toggle with multiple icon choices. Remembers 
      user preference.
    - Optional Clean Print button using a configurable selector to print only the
      main content area.

**Extensive Customization & Compatibility:**

 * **Display Control:**
    - Show bar on: Only Posts (Default), Only Pages, Both, or **Manual Placement
      Only** (disables automatic insertion).
    - Automatically excluded from the homepage.
    - Position: Above (Default) or Below content.
    - Mobile Visibility: Option to show (Default) or hide on mobile.
 * **Component Toggle:** Individually enable/disable Word Count, Reading Time, View
   Counter, Font Resizer (+/-), Font Reset Button, Contrast Button, and Print Button.
 * **Theme Compatibility & Exclusions:** Settings for **CSS selectors** allow you
   to target specific content areas and **exclude** unwanted elements (like injected
   ads, related posts, or author boxes) from being counted, resized, or printed.
 * **Visual Styling:**
    - Choose from **50 built-in Color Palettes** with **live admin preview**!
    - Select your preferred icon for the Contrast Mode button (with preview).
 * **Shortcode:** `[lnwrt_only_tools]` available to manually display only the action
   buttons group.
 * **Professional & Lightweight:** Clean design, uses WordPress Dashicons, CSS Variables.
 * **Localization Ready:** Fully translatable.

Provide richer insights, better accessibility, and more control using LevelNetwork
WRT Reading Tools!

## 屏幕截图

[⌊The reading tools bar displayed on a sample post.⌉⌊The reading tools bar displayed
on a sample post.⌉[

The reading tools bar displayed on a sample post.

[⌊Admin Settings: Display and Target Settings.⌉⌊Admin Settings: Display and Target
Settings.⌉[

Admin Settings: Display and Target Settings.

[⌊Admin Settings: Components & Options (showing WPM, View Count options, Cookie 
Expiry).⌉⌊Admin Settings: Components & Options (showing WPM, View Count options,
Cookie Expiry).⌉[

Admin Settings: Components & Options (showing WPM, View Count options, Cookie Expiry).

[⌊Admin Settings: Color Palette selection with Live Preview area above.⌉⌊Admin Settings:
Color Palette selection with Live Preview area above.⌉[

Admin Settings: Color Palette selection with Live Preview area above.

[⌊Admin Settings: Shortcodes (Showing available ones) and Tips & Tricks sections.⌉⌊
Admin Settings: Shortcodes (Showing available ones) and Tips & Tricks sections.⌉[

Admin Settings: Shortcodes (Showing available ones) and Tips & Tricks sections.

[⌊The "WRT View Stats" metabox in the post editor with Reset button.⌉⌊The "WRT View
Stats" metabox in the post editor with Reset button.⌉[

The “WRT View Stats” metabox in the post editor with Reset button.

## 安装

 1. **WordPress Admin:** `Plugins > Add New Plugin` > `Upload Plugin` > Choose `levelnetwork-
    wrt-reading-tools.zip` > `Install Now` > `Activate`.
 2. **FTP:** Upload `levelnetwork-wrt-reading-tools` folder to `/wp-content/plugins/`
    > Activate in `Plugins` menu.
 3. **Configuration:** Go to **Settings > Reading Tools**. Configure all options, especially“
    Target Selectors”. Enable desired components & buttons (View Counter is off by 
    default).

## 常见问题

### How do I prevent the plugin from counting or resizing ads, related posts, or author boxes?

Go to `Settings > Reading Tools > Target Selectors` and use the “Exclude Selector
CSS” field. Enter the CSS classes or IDs (separated by commas, e.g., `.ad-banner,.
related-posts, #author-box`) of the elements you want the plugin to completely ignore.

### The Font Resizer (+/- buttons) doesn’t work.

Go to `Settings > Reading Tools > Target Selectors`. Ensure the “Font Resizer Target”
field contains the correct CSS selector for your theme’s main text container (e.
g., `.entry-content`).

### The Print button prints the wrong content or the whole page.

Go to `Settings > Reading Tools > Target Selectors`. Ensure the “Clean Print Target”
field contains the correct CSS selector for the _specific_ content block you want
to print.

### The bar appears in unwanted places (widgets, etc.).

Go to Appearance > Customize > Additional CSS in your WordPress dashboard to hide
the bar in specific locations using standard CSS. Use browser “Inspect Element” 
to find a unique parent selector for the unwanted area (e.g., `#sidebar .widget .
lnwrt-reading-tools-bar { display: none; }`).

### View Counter shows 0 or doesn’t update?

 1. **Enable It:** Check “View Count” under `Settings > Reading Tools > Components &
    Options`.
 2. **Clear Caches:** Crucial! Clear all caches (plugin, server, CDN, browser) and 
    test in an Incognito window.
 3. **Admins Ignored:** Logged-in admins are not counted. Test logged out.
 4. **Cookie Expiry:** Wait for the cookie (check setting) or use Incognito.
 5. **Check Console:** Look for JS errors or failed AJAX requests (F12 > Console / 
    Network).

### How do I reset the View Count?

Edit the post/page, find the “WRT View Stats” metabox, click “Reset”. The count 
updates after refresh.

### How does the “Start Value” for views work?

Sets the base number _before_ the first view is counted. Example: Start Value 100-
> first visitor makes count 101. A per-post override (set via metabox _before_ first
view) takes precedence.

### Can I change the Reading Speed (WPM) / View Count Cookie Duration?

Yes, under `Settings > Reading Tools > Components & Options`.

### Why might the Word Count/Read Time seem slightly off compared to other tools?

By default, the calculation is based on the text content after WordPress filters
have run. For perfect accuracy, use the “Word Count Target” and “Exclude Selector
CSS” settings to define exactly which areas should and shouldn’t be counted.

### What shortcodes are available?

 * `[lnwrt_only_tools]`: Displays only the interactive buttons (Resizer, Reset, 
   Contrast, Print) based on enabled settings. Useful for manual placement. Requires
   plugin assets (JS/CSS) to be loaded on the page.

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

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

[帮助将「LevelNetwork WRT Reading Tools」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/levelnetwork-wrt-reading-tools)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.1.3

 * Feature: Added new Color Palettes, bringing the total to 50 beautifully crafted
   options!
 * Refinement: Redesigned the settings page with a professional two-column layout
   and a sidebar for support and resources.
 * Compliance/Security: Removed the Custom CSS field to comply with strict WordPress.
   org security guidelines (users should now use the native Appearance > Customize
   > Additional CSS).
 * Fix: Fully un-minified and formatted frontend JavaScript to meet WordPress.org
   human-readable source code requirements.

#### 1.1.2

 * Refinement: Complete codebase refactoring (prefixes, text domain, styles updated
   to `lnwrt_` and `LevelNetwork`) to comply with strict WordPress.org guidelines.
 * Feature: Added powerful “Exclude Selector CSS” to perfectly ignore specific elements(
   ads, related posts) from word count, resizing, and printing.
 * Feature: Added Contrast Button Icon selection.
 * Feature: Added Live Preview for Palettes/Icons in settings.
 * Feature: Added specific CSS Selector setting for Word Count calculation.
 * Fix: Resolved AJAX, JS initialization, and PHP Deprecated errors.
 * Refinement: Shortcodes updated; removed unstable single-data ones, kept `[lnwrt_only_tools]`.

#### 1.1.1

 * Fix: Corrected CSS variable usage for button backgrounds with dark palettes.
 * Fix: Ensured JS initializes correctly regardless of enabled components.
 * Fix: Resolved PHP warnings/notices (duplicate constants, deprecated functions).
 * Refinement: Centralized constant definitions.

#### 1.1.0

 * Feature: Added Font Size Reset button.
 * Feature: Added Contrast/Night Mode toggle button.
 * Feature: Added Clean Print button.
 * Feature: Added Configurable Print Area CSS Selector setting.
 * Feature: Added Configurable Words Per Minute (WPM) setting.
 * Feature: Added Configurable Cookie Expiry setting for view counter.
 * Feature: Added View Count Reset button in Post Editor Metabox.
 * Feature: Added Global and Per-Post Start Value options for View Counter.
 * Update: View Counter calculation now respects start values.
 * Fix: Improved context checking to prevent bar display in widgets.

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.1.3**
 *  最后更新：**2 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.4 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/levelnetwork-wrt-reading-tools/)
 * 标签
 * [accessibility](https://cn.wordpress.org/plugins/tags/accessibility/)[font resizer](https://cn.wordpress.org/plugins/tags/font-resizer/)
   [post views](https://cn.wordpress.org/plugins/tags/post-views/)[reading time](https://cn.wordpress.org/plugins/tags/reading-time/)
   [word count](https://cn.wordpress.org/plugins/tags/word-count/)
 *  [高级视图](https://cn.wordpress.org/plugins/levelnetwork-wrt-reading-tools/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/levelnetwork-wrt-reading-tools/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/levelnetwork-wrt-reading-tools/reviews/)

## 贡献者

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

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/levelnetwork-wrt-reading-tools/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/donate?hosted_button_id=5MGAYLG6QTUZG)