Support

Account

Home Forums Front-end Issues ACF content not visible Reply To: ACF content not visible

  • You need to be in “The Loop” or you need to supply the post ID where the field is located.

    
    get_field('field_name', $post_id);
    

    https://www.advancedcustomfields.com/resources/how-to-get-values-from-another-post/