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...)')); ?>
- Unzip the content-and-image-teaser.zip file.
- Upload the content-and-image-teaser folder to the /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu isn WordPress.
- Place following code in your theme (index.php, archive.php) within the loop:
<?php content(100, __('(more...)')); ?>