Title: LevelNetwork WRT Reading Tools
Author: sonofgod80
Published: <strong>9 juin 2026</strong>
Last modified: 9 juin 2026

---

Recherche d’extensions

![](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

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

[Télécharger](https://downloads.wordpress.org/plugin/levelnetwork-wrt-reading-tools.1.1.3.zip)

[Live Preview](https://fr-be.wordpress.org/plugins/levelnetwork-wrt-reading-tools/?preview=1)

 * [Détails](https://fr-be.wordpress.org/plugins/levelnetwork-wrt-reading-tools/#description)
 * [Avis](https://fr-be.wordpress.org/plugins/levelnetwork-wrt-reading-tools/#reviews)
 *  [Installation](https://fr-be.wordpress.org/plugins/levelnetwork-wrt-reading-tools/#installation)
 * [Développement](https://fr-be.wordpress.org/plugins/levelnetwork-wrt-reading-tools/#developers)

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

## Description

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!

## Captures d’écran

[⌊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.

## Installation

 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).

## FAQ

### 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.

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs & développeurs

« LevelNetwork WRT Reading Tools » est un logiciel libre. Les personnes suivantes
ont contribué à cette extension.

Contributeurs

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

[Traduisez « LevelNetwork WRT Reading Tools » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/levelnetwork-wrt-reading-tools)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/levelnetwork-wrt-reading-tools/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/levelnetwork-wrt-reading-tools/),
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/levelnetwork-wrt-reading-tools/)
par [RSS](https://plugins.trac.wordpress.org/log/levelnetwork-wrt-reading-tools/?limit=100&mode=stop_on_copy&format=rss).

## Journal

#### 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.

## Méta

 *  Version **1.1.3**
 *  Last updated **il y a 7 jours**
 *  Active installations **Moins de 10**
 *  WordPress version ** 5.4 ou plus **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 ou plus **
 *  Language
 * [English (US)](https://wordpress.org/plugins/levelnetwork-wrt-reading-tools/)
 * Tags
 * [accessibility](https://fr-be.wordpress.org/plugins/tags/accessibility/)[font resizer](https://fr-be.wordpress.org/plugins/tags/font-resizer/)
   [post views](https://fr-be.wordpress.org/plugins/tags/post-views/)[reading time](https://fr-be.wordpress.org/plugins/tags/reading-time/)
   [word count](https://fr-be.wordpress.org/plugins/tags/word-count/)
 *  [Vue avancée](https://fr-be.wordpress.org/plugins/levelnetwork-wrt-reading-tools/advanced/)

## Notes

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/levelnetwork-wrt-reading-tools/reviews/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/levelnetwork-wrt-reading-tools/)

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](https://www.paypal.com/donate?hosted_button_id=5MGAYLG6QTUZG)