Content and Image Teaser

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

Author:Divine Developer (profile at wordpress.org)
WordPress version required:2.0
WordPress version tested:2.8.4
Plugin version:0.1
Added to WordPress repository:30-09-2009
Last updated:04-10-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, %:0
Rated by:0
Plugin URI:http://en.divinedeveloper.com/
Total downloads:1 496
Active installs:10+
plugin download
Click to start download

This plugin limits content on front or archive page after set number of words, add gettexted more link to the end of it , pull out only wordpress allowed html tags, check if any xhtml tag is unclosed and close it, take and resize first image from the post.

In your theme file find

<?php the_content('Read more...'); ?> 

And replace it with

<?php content(100, __('(more...)')); ?>