Home › Forums › Add-ons › Options Page › Options page not showing up
Hey guys,
finally bought ACF PRO and I’m really happy with it.
Anyway the options page won’t show up whatever I try.
My Setup:
– Multisite (working on site id 2, not the root)
– Included ACF Pro within my theme like described here
– Custom Fields work fine. Even pro features like repeatable fields etc.
– Adding the option codes from here don’t work. Nothing shows up.
Whatever I try no option page shows up. I tried to add the code below the functions.php comment header before anything else will be loaded. nothing happened. Tried it on several other positions, nothing too.
Any suggestions?
Hello! I have the same problem.
My wordpress version is 4.3.1.
@ddjjmm, please tell me how to solve this problem.
Edit: I saw my mistake 🙂
Don’t know exactly what the problem was but this finally works:
if( function_exists('acf_add_options_page') ) {
$page = acf_add_options_page(array(
'page_title' => __('My Theme Options', 'productify'),
'menu_title' => __('My Theme', 'productify'),
'menu_slug' => 'my-theme-options',
'capability' => 'edit_posts',
'redirect' => false
));
}
The topic ‘Options page not showing up’ is closed to new replies.
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.