Lists a category with thumbnails.
These two rows must be in function.php in the theme for the plugin to work:
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( form_option('thumbnail_size_w&&echo=false'), form_option('thumbnail_size_h&&echo=false'), true );
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 [categorythumbnaillist 3] (where 3 is a categoy id) to your post.
Requires: 2.9.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-7-29
Downloads: 6,215
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?