Support

Account

Home Forums General Issues Taxonomy Field in Post Query? Reply To: Taxonomy Field in Post Query?

  • Sorry about the late reply. You should be able to get it from the post object returned. For example

    
    $post_object = get_field('post_object');
    $id = $post_object->ID;