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

    (@tushar44u)

    hi escudero95,

    this code are use for display Thumbnail box.
    <?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?>

    you can apply Thumbnail box size use below code.
    e.g “array(100,100)”.
    <?php echo get_the_post_thumbnail($post->ID, array(100,100)); ?>

    require more help contact me on [email protected].

    Hi Tushar, which file do I edit that code in?

    Plugin Author Tushar Patel

    (@tushar44u)

    hi Vanessa,

    Which short-code you have use it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail box size’ is closed to new replies.