• Resolved IloveTravel

    (@ilovetravel)


    Hello,
    we updated our WP template, and now struggling with missing thumbanils in single post. We manage to get it work by using:

    <?php if ( has_post_thumbnail() ) {
    	the_post_thumbnail( array(720, 540) );
    } ?>

    but the responsibility is bad. Can you help us and post proper php function on how to call thumbnail images?

    Example: https://magazin.travelportal.cz/autor-bodies-muzeum-lidi/

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thumbnail images in single.php’ is closed to new replies.