Home › Forums › General Issues › Options page plugin › Reply To: Options page plugin
Hi @Marcoevich
Thanks for the info.
Yes, I can see how the 3 parent menus would be of help to you now!
Okay, to solve the issue for now, you can use the WP add_menu_page function to add the 3 main menus:
http://codex.wordpress.org/Function_Reference/add_menu_page
Then, use the parent param in the acf_add_options_sub_page args to select the correct parent.
Looking at your code, it seems you have already tried this. It should work, so if it isn’t wokring, there is another issue going on. Can you turn on DEBUG MODE and look for any PHP errors?
Also, where in the functions.php file are you running each of the codes? Are they in actions? Or in the root?
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.