Home › Forums › General Issues › Menu Item from user profile field (Page Link) › Reply To: Menu Item from user profile field (Page Link)
What type of field is “club_membership_profile”?
Your code looks correct, for the most part, except if (isset($cluburl)) {
. This will always be true and should be if ($cluburl) {
. Other than this it depends on the field type. What your doing would work for a URL field.
This may also be incorrect if( $args->theme_location == 'Primary Menu' ){
. I think you need to test against the menu name, like “menu-1” rather than the menu label.
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.