So is a class the same as a category? All posts I want to feature I put into the Featured category. So, would the code look like this;
<?php the_post_thumbnail('thumbnail', array('class' => 'featured')); ?>
img.featured { border: 3px solid black; }
Would I have to change the ‘thumbnail’ portion of code? What would I use for that?