Colleen7814
Member
Posted 7 years ago #
I just upgraded from 1.0.1 to 1.2 and nowI need to redo some of my hacks. I am using mtdewvirus' "Post word count" the problem is every posts says 5,017 and I know that isn't the count. I want the total words per post, not as all posts totalled together, maybe that's what it's doing. I am re-doing my site but you can view the WP page here http://sudden-twilight.org/wp/wp.php
Get_words: http://wordpress.org/support/10/874#post-1
You'll probably have to comment out the bbcode and gmcode lines.
Colleen7814
Member
Posted 7 years ago #
Hi, thanks. That is what I used with my last version but I can't seem to get it to work with WP 1.2. I don't know php at all so I wouldn't know which lines are safe to edit out.
Just comment out the two I mentioned:
// $content = convert_bbcode($content);
// $content = convert_gmcode($content);