Home › Forums › Front-end Issues › Option fields › Reply To: Option fields
You are setting the post ID values of your options page ‘program-settings’ and ‘team-settings’
This means that when using ACF functions you must use these post ID value instead of “options”
the_field('programs_preamble', 'program-settings');
ACF uses the “post_id” as a prefix to the field name in the options table
"options_{$field_name}"
When you change the field name it changes the prefix
"program-settings_{$field_name}"
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.