Support

Account

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

Helping

ACF Options page content not visible front-end

  • Hi!
    I’m trying to use the acf options page feature, but I can’t seem to get it to work front-end. Everything back-end seem to work just like expected, but nothing shows up on my page. Here’s some screenshots that illustrates my setup:
    functions.php
    ACF setup
    Content
    Template

    Does anyone know what could be wrong in this setup?

  • 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');
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.