I use the plugin category post by the widget for shows the post from a category in my sidebar. I use the theme "Elements of SEO 1.2 di Drew Stauffer" and i have add this lines ad functions.php:
add_theme_support( 'post-thumbnails' );
add_theme_support( 'post-thumbnails', array( 'post' ) );
In the setup of widget i have set "Show post thumbnail" checked and "Thumbnail dimensions: w: 50px, h:50px".
The thumb is not visible. how can I fix it?