Support

Account

Home Forums Front-end Issues Field is not showing in Front-end Reply To: Field is not showing in Front-end

  • When you are outside the loop then you need to supply the post ID.

    
    $queried_object=get_queried_object();
    the_field('headline', $queried_object->ID);