Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    If you include this code in the template file, then the image will show up.

    echo get_the_post_thumbnail( $queried_object->ID );

    If you want to show a smaller size then you can do it like this.

    echo get_the_post_thumbnail( $queried_object->ID, 'thumbnail' );
    echo get_the_post_thumbnail( $queried_object->ID, 'medium' );
    Thread Starter oxign

    (@oxign)

    Thanks Tijmen. Awesome plugin I might add!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Shortcode’ is closed to new replies.