Hi,
Can your plugin get a word frequency statistics in a post? i.e., for each word, you will list its occurance frequency in the post.
]]>Hello! Thanks for this Great PlugIn, I used it by some years.
Lastly “Query Monitor” gave me some Notice: in the home page and in the article page, it tell me Word Count “Trying to access array offset on value of type bool” in ‘wp-content/plugins/wp-word-count/public/class-wpwc-public.php’ on line 123.
# replaced line 123 from
if ($post &&(get_option(‘wpwc_reading_time’)[‘insert’] == ‘Y’) {
with line from 122 to 124, as is
$reading_time = get_option(‘wpwc_reading_time’) ;
if (is_array($reading_time)){$reading_time=$reading_time[‘insert’];}
if ($post && ($reading_time == ‘Y’ || $reading_time == true)) {
Is right?
Any chance we could get a shortcode for total word count? Would be nice to have an updated count on the front page. Thanks.
]]>I had to roll my site back to php 7.4 to get the error to stop breaking the entire website. Today, when WP core version 6.4 installed on my site with php 8.0, this error started causing the site to not load properly.
PHP Notice: Trying to access array offset on value of type bool in /home/buffchip/public_html/wp-content/plugins/wp-word-count/public/class-wpwc-public.php on line 123
I need a fix for this asap.
]]>Hello, I want to build internal links, so I need to know which are the most frequently repeated words to start linking.
Can you see how many times a word is repeated?
]]>I’m getting an error on my homepage
]]>Just installed. I went to Word Count, then Reading Time, clicked on “Insert before post content”. All it did was put a <1 at the top of my homepage. I don’t see anything before my blog posts. Any suggestions?
]]>iThemes is flagging the plugin for security issues
WP Word Count <= 3.2.3 – Admin+ Stored Cross-Site Scripting
Is this why wordpress made this pluging unavailable for downloads?
]]>Hi,
i’ve a problem with “Count content by a date range”
if i want for example posts written on 15th september i have to select the date range: 14 – 16 September.
The same goes for the month: if i want posts written in august i have to select:
July 31 – September 1.
I think it should be better, if i want august posts, to select: August 1 – August 31.
Thanks
]]>As per my understanding of Changesets, they are like old versions of your posts and pages, but why add them to the total published content, because they aren’t public only the latest version of the post/page is public.
]]>Hi,
I’m getting the following PHP warning after activating the WP Word Count plugin.
PHP Warning: Trying to access array offset on value of type bool in /var/www/example.com/htdocs/wp-content/plugins/wp-word-count/public/class-wpwc-public.php on line 123
]]>Hello,
I put my WordPress in debug ON and I have the surprise to read :
Notice: Trying to get property ‘post_word_count’ of non-object in ~/wp-content/plugins/wp-word-count/includes/class-wpwc-functions.php on line 129
Could you help me?
Please ??
I’m seeing errors in my PHP log when viewing pages with this plugin installed.
Error: Undefined index: insert
Location: wp-content/plugins/wp-word-count/public/class-wpwc-public.php:123
Here’s the current code:
public function wpwordcount_reading_time_before_content($content) {
global $post;
if ($post && get_option('wpwc_reading_time')['insert'] == 'Y') {
The fix is to check the option variable before accessing the ‘insert’ key:
public function wpwordcount_reading_time_before_content($content) {
global $post;
$reading_time = get_option('wpwc_reading_time');
if ($post && is_array($reading_time) && $reading_time['insert'] == 'Y') {
]]>
I am building a guest blogging site for a client and browsed for a plugin that would give the author some indication of the amount of words they submit. Your plugin seems like a perfect solution but as I activated it I noticed that the Elementor page builder stopped working. I noticed you haven’t updated this plugin for a long time but would it be possible to have it work with Elementor? It would be so cool!
Kindly Guide me a little bit more.
Thanks in advance,
Hi,
Why haven’t they updated the free version?
]]>The plugin is showing almost as many words under “changeset” as my published posts. What does changeset mean?
]]>I have write a long almost 3500+ words in which I used Accordion also, but when I checked the word counter then it does not count the words correctly, it shows me only 2289 Words instead of showing 3500+ words count, is there any setting for this plugin I wanna use it on my blog.
]]>Hi.
As in the title the plugin picks up the correct number of posts/pages etc but the word count is exactly double what it should be. Any ideas?
is it due to http/https versions?
Where is this duplicate content coming from?
I searched and I haven’t seen this problem reported elsewhere.
thanks.
I have installed php 8.0.3, the plugin works fine but keeps giving this warning:
Trying to access array offset on value of type bool in /var/www/mywebsite/wp-content/plugins/wp-word-count/public/class-wpwc-public.php on line 123
]]>Hello,
I am using the latest version of the plugin, and manually adding the reading time and the number of words, via shortcode.
But I see a problem when using [wp-word-count-reading-time] shortcode, the plugin automatically adds a <p class=”wpwc-reading-time”> around the number of minutes, breaking the text.
Is there any workaround for this? it looks really weird like this.
Here is an example of the output:
This article has 12,374 words and an average reading time of
49
minutes
]]>
Hello, thanks for the useful plugin.
Do you think it would be possible to also count words in comments?
Hi,
I just installed your plugin and is trying it out on one of my pages. I am using all the latest versions available. Using Elementor I am trying to get both [wp-word-count] and [wp-word-count-reading-time] to show on 1 line. I have tried both the Shortcode Widget and other ways and it seems like the [wp-word-count-reading-time] forces a line break before or after the shortcode making it impossible to get both shortcodes on one line. This is also reflected in other widgets like the Icon List one, there is always a linebreak or slight shift up/down.
How can I help to resolve this?
//Matthias
]]>is it possible to print out the total word count of my site on the front end with a php function? thanks!
]]>Hi there..
I would like to ask if there is any applicable NGO rebate. We are an organisation that is funded by free membership payments only, but still we would like to grow with our 500k words page and motivate our autors..
pls let me know – I’d immediatelly sign up for unlimited sites.
Our E-Mail is webmaster-at-gaia-energy.org – would be happy to read from you.
br Rob
]]>Hi, I have installed and uninstalled your plugin on a site and, after uninstalling it, when I try to add a new post on WP backend, it is still showing the word count line right above the WP editor native word count.
You can see a screenshot here: https://drive.google.com/file/d/14T2pvcKZDDxIAm8LagibBHuAa8-ZeuZI/view?usp=sharing
I am using the classic editor and I have already cleared all caches and tried to logout and log in again even from several computers.
How can I completely remove this?
Thanks in advance.
]]>Updates are failing, keeps saying new version (2.2) available, but when you run update, it says no installation package available.
]]>Hi, I’m so impressed with this amazing plugin. However, for Chinese bloggers we don’t separate our words with spaces. What we call the word number usually means the character number. So could you please add a feature that can calculate the character numbers (ignore space and punctuation) of all my post? Much thx!
]]>I need the plugin to exclude certain category posts.
I do not want to set those on drafts as users need them published.
Thank you
]]>Hi there ??
I’m wondering if it’s possible to create compatibility with Coursepress? I don’t know where to start with this, any support is much appreciated.
Rob
]]>hi, now all users like Contributors can see Word Count statistics for opther users as well.
It is possible to hide plugin menu for certain roles, i mean to show only for administrator ?
]]>