Content and Excerpt Word Limit

Allows users to limit the number or words that are displayed when they want the excerpt or content of a post to appear.

Author:c.bavota (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.8
Plugin version:1.0
Added to WordPress repository:17-02-2009
Last updated:17-02-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:85
Rated by:15
Plugin URI:http://bavotasan.com/wordpress/free-wordpress...
Total downloads:16 973
plugin download
Click to start download

Allows users to limit the number or words that are displayed when they want the excerpt or content of a post to appear.

Instead of the_excerpt() or the_content(), use <?php excerpt('word-limit'); ?> or <?php content('word-limit'); ?> within your loop to limit the words for each.

Example: <?php content('25'); ?>.