• In functions.php I have
    add_image_size( 'second_featured_img', 385, 310, true );
    Since this is cropped image, it looks different than what usual thumbnail image looks like (especially when thumbnail is vertical image). So I’m trying to display it in the back-end the way I will have it in front-end.

    In multi-post-thumbnails on 278 line I see code “Display Post Thumbnail”. Is this the code for showing thumbnail image when writing post?
    Cause I’m trying to change it to show my ‘second_featured_img’ but with no results.

    `public static function the_post_thumbnail($post_type, $thumb_id, $post_id = null, $size = ‘second_featured_img’, $attr = ”, $link_to_original = false)
    *

    https://www.ads-software.com/plugins/multiple-post-thumbnails/

  • The topic ‘Show desired image size in dashboard when writing post’ is closed to new replies.