Allows users to limit the number or words that are displayed when they want the excerpt or content of a post to appear.
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'); ?>.
Requires: 2.7 or higher
Compatible up to: 2.8
Last Updated: 2009-2-17
Downloads: 14,887




