Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Wordcount Pro

Deskripsyon

Do you feel the need to know how many words in a blog post or page, but don’t want to have to log into the post editor to find out? Then this is the plugin for you. It adds a trailing div after post content to show you total word count for the post. Yes, I see the word count is visible on the editor screen, but this is for situations where you don’t want to have to visit the dashboard to find out the exact word count.

Mga Screenshot

Pag-install

  1. Upload wordcount-pro.php to the /wp-content/plugins/wordcount-pro directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. View website, logged in as an administrator

FAQ

Can I display word count for all users?

Yes, change false on line 17 to true

  $all_users = false;

to

  $all_users = true;

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Wordcount Pro” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Wordcount Pro” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.25

  • added all users flag, to easily show word count to all users

1.0

  • initial public version

0.5

  • initial beta version