Support

Account

Home Forums Backend Issues (wp-admin) Query Posts by ACF Value in Functions.php Reply To: Query Posts by ACF Value in Functions.php

  • Just a quick one to say I’ve figured it out, at long last.

    All I had to add was the following line:

    echo get_the_post_thumbnail( $queried_post->ID, 'thumbnail' );

    DONE!

    Thanks for your help.