komed3 / wordpress-word-counter

WordPress content word counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress word counter

Version 0.01 [ALPHA] MIT license Tested on WordPress 6.1.x

WordPress tool to calculate word count in all posts. Fast processing using standard WordPress functions, clear statistics in admin area.

  • Version 0.01 [ALPHA]
  • Date 12/09/2022

Installation

Clone the repository to your directory or download the latest version.

git clone https://github.com/komed3/wordpress-word-counter

Upload wp-content directory to the root of your WordPress installation.

Activate the plugin in your WordPress dashboard. Plugins >> Installed Plugins

Navigate to WordPress tool Word Counter. Tools >> Word Counter

Update word count data by click on Refresh.

Settings

Essential parameters can be set using global variables in the wpwc.php file.

$__wpwc_capability = 'manage_options';

User capability to access WPWC admin page. See Roles and Capabilities for details.

$__wpwc_titles = true;

If true, titles are included in the calculation.

$__wpwc_reading_speed = 300;

Reading speed in words per minute.

About

WordPress content word counter

License:MIT License


Languages

Language:PHP 74.6%Language:CSS 23.5%Language:JavaScript 2.0%