Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Wordcount Pro

Περιγραφή

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.

Στιγμιότυπα

  • This screen shot showing the wordcount below a sample lipsum blog post of 123 words

Εγκατάσταση

  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

Συχνές Ερωτήσεις

Can I display word count for all users?

Yes, change false on line 17 to true

  $all_users = false;

to

  $all_users = true;

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Wordcount Pro” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.25

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

1.0

  • initial public version

0.5

  • initial beta version