Support

Account

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

  • The OP example is setting the post ID to use for the options page when creating the options pages.

    In this case, when getting values you need to use this ID value instead of “options”

    example:

    
    the_field('program_preamble', 'program-settings');