Home › Forums › ACF PRO › Is it possible to create a custom field to hold a menu widget? › Reply To: Is it possible to create a custom field to hold a menu widget?
There are several nav menu fields, but none have been updated in some time and I don’t know if they will still work. You can do a search here for “menu” to find them https://www.awesomeacf.com/.
I have done this in the past by using a simple select field and populating the select field https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/ using wp_get_nav_menus
https://developer.wordpress.org/reference/functions/wp_get_nav_menus/. Then on the front end template calling wp_nav_menu()
https://developer.wordpress.org/reference/functions/wp_nav_menu/ to show the menu.
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.