Control the thumbnail image size generated for ‘Related Posts’
-
Hi,
Is there any hooks for changing the generated thumbnail size that is output for ‘related posts’.
The default from the plugin is 80×80 but I would like to change it to something else.
I believe this is the line in the plugin code
#Line 607 $thumbnail = get_the_post_thumbnail( $post->ID, array( 80, 80 ) );
Thanks,
Mark
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Control the thumbnail image size generated for ‘Related Posts’’ is closed to new replies.