Is anyone still watching this thread? I have another question.
I need different thumbnail sizes. The default thumbnail is 100x150, which is fine. I also need the opposite ratio, so let's say 150x100.
I know the code to add in the function.php file, I think my problem is in the template page.
*****code starts*****
<div class="entry-thumbnail">
<?php the_post_thumbnail('thumbnail'); ?>
<?php the_post_thumbnail( 'category-thumb' ); ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
</div><!-- .entry-thumbnail -->
*****code ends******
I pasted in the '<?php the_post_thumbnail( 'category-thumb' ); ?>' line to my existing and working template and I wasn't given the option for the second thumbnail. I'd guess it's some and or language I need--I don't know what it is--