Post thumbnail size question
-
Can I force to display a smaller version of the image when I use the_post_thumbnail() function to display image in my template files.
As I dont wish to show the full imageI have tried:
the_post_thumbnail( ‘medium’ );but it still showing the original image
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Post thumbnail size question’ is closed to new replies.