Thumbnail not rendering on screen
-
I have this (below) inside a resizable table cell. For records that do NOT have PDFs, the TD is small; for records that DO have PDFs, the TD is larger, to accommodate the Thumbnail.
echo get_the_post_thumbnail ( $post->ID, 'medium' );The problem is, the thumbnail does not actually render on screen.
Shouldn’t the code above display the attached PDF thumbnail for the current Post?
Mark
The topic ‘Thumbnail not rendering on screen’ is closed to new replies.