Support

Account

Home Forums General Issues Get Field from Custom Post Typ Reply To: Get Field from Custom Post Typ

  • I see I made it all too hard.

    the_field('date_and_time', get_the_id())

    works just fine. This as it is inside a new query $query = new WP_Query( $args );