Support

Account

Home Forums ACF PRO oEmbed field for first post of query Reply To: oEmbed field for first post of query

  • Hi @joshkern

    I’m afraid I can’t see the usage of ACF there. If you want to show an oEmbed field, kindly check this page: https://www.advancedcustomfields.com/resources/oembed/.

    In your case, you should pass the ID of the post like this:

    the_field('oembed_field_name', $fp[0]->ID);

    I hope this helps 🙂