Viewing 1 replies (of 1 total)
  • Plugin Author Tushar Patel

    (@tushar44u)

    Hi 14music,

    you can apply Thumbnail box size use below any code.

    <?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); // Thumbnail ?>
    <?php echo get_the_post_thumbnail($post->ID, 'medium'); // Medium resolution?>
    <?php echo get_the_post_thumbnail($post->ID, 'large'); // Large resolution?>
    <?php echo get_the_post_thumbnail($post->ID, 'full'); // Full resolution ?>
    <?php echo get_the_post_thumbnail($post->ID, array(100,100)); // custom resolution means 100X100 ?>

    more help contact me on [email protected].

    Thanks and regards
    Tushar Patel

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnails sizes’ is closed to new replies.