=== Plugin Name === Contributors: brooks24 Tags: wordcount, word count, words, count, column, admin, grades, posts Requires at least: 2.9.2 Tested up to: 3.0 Stable tag: trunk Creates a column in the admin's post manager, displaying the number of words in each post in the list. == Description == This plugin adds a column to the post list to display each post's word count. Educators who grade assignments based on length may find this plugin particularly useful. Rules can be created for posts based on tags or categories that color the word count red or green depending on whether the number is above or below the target word count. == Installation == 1. Upload the zipped file to yoursite/wp-content/plugins 1. Activate the plugin through the 'Plugins' menu in WordPress 1. A table is added to the database upon plugin activation to store rules == Frequently Asked Questions == = What happens when a post has multiple applicable rules active? = The plugin will look for rules based on categories first, then tags. == Screenshots == 1. The word count column in use, with rules enabled 2. The options page == Changelog == = 1.1= * Admin can create rules based on tags and categories * If a post has a tag/category rule, word count is displayed red or green = 1.0 = * Initial version == Crystal Ball == Planned features for version 1.2 include: * Mass enable/disable tag or category rules. * Create custom post field, create rules based on custom field. * Option to delete the wccolumn database table created when plugin is enabled.