You are not logged in.
Pages: 1
wet_article_info is a very simple plugin for Textpattern that displays the article’s word count and its comments on the Content > Write page.
wet_article_info is based upon zem_article_info 0.2.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
wet_article_info uses str_word_count. See this page for what counts as a word.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
Thanks for the insight, Robert. I like having the Excerpt word count in smd_article_stats (the second number, 0 in the example). I like the Comments link in wet_article_info. So, depending on the site will use one or the other, or both. I can always take an average of the two word counts to mitigate cognitive dissonance ;-). Thanks too for YAMUTPI (Yet another most useful TXP plug in).
Offline
function str_word_count() (which is used in this plugin) is not working fine for cyrillic charset.
so this is modification of plugin: http://pastebin.com/WvPnrP3N it works better.
Offline
Pages: 1