Support

Account

Home Forums General Issues Correct image relationship field Reply To: Correct image relationship field

  • Well..

    I think you need to use other function. https://developer.wordpress.org/reference/functions/get_the_post_thumbnail_url/

    Something like this:

    
    <img src="<?php echo get_the_post_thumbnail_url( $location->ID, 'thumbnail' ) ?>" />