How to size the featured image?
-
I noticed the line
'image' => ( has_post_thumbnail( $widget->ID ) ) ? wp_get_attachment_image_src( get_post_thumbnail_id( $widget->ID ), 'single-post-thumbnail' ) : null,
in widget-builder.php
but how would I give that my own thumbnail size while not touching the main code.. and is there a way to have several sizes?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to size the featured image?’ is closed to new replies.