Support

Account

Home Forums General Issues Displaying ACF Relationship Field in Template Reply To: Displaying ACF Relationship Field in Template

  • Thanks! That helped, but I’m still running into an issue. The featured post link appears, but how do I get the featured image to also appear?

    Also, the rest of the loop is now messed up and the post titles and featured images do not show up.

    Could there be an error where I was resetting the post data?

      <?php wp_reset_postdata(); // IMPORTANT - reset the $post object so the rest of the page works correctly ?>
    <?php endif; ?>