This plugin is outdated and might not be supported anymore
Category Thumbnail Excerpt

Category Thumbnail Excerpt

Details
View on WordPress

These must be in function.php in the theme for the plugin to work for thumbnail and excerpt:

add_theme_support( ‘post-thumbnails’ );

set_post_thumbnail_size( form_option(‘thumbnail_size_w&&echo=false’), form_option(‘thumbnail_size_h&&echo=false’), true );

function custom_excerpt_length( $length ) {
return 20;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
function custom_excerpt_more( $more ) {
return ”;
}
add_filter( ‘excerpt_more’, ‘custom_excerpt_more’ );

You’ll also need to add thumbnails to the posts you want visible in the list.

After that, all you need to do is to add the hook [getcatlist 1] (where 1 is a categoy id) to your post.

Details

Plugin code:
categoy-thumbnail-excerpt
Plugin version:
1.0
Author:
Outdated:
Yes
WP version:
2.9.0 or higher
PHP version:
or higher
Test up to WP version:
4.0.38
Total installations:
10
Last updated:
2014-09-09
Rating:
Times rated:
0
categories
category
list
post
thumbnail