Home › Forums › Backend Issues (wp-admin) › Fields vanishing in wp-admin › Reply To: Fields vanishing in wp-admin
Sorry it’s been a while since I got back to you on this.
landing-pages is a post type and each landing page is a post in the post type. Basically all you need to do is copy the rules used by ACF for either a specific post or a specific page and alter them so that they are looking at the post type used by the other plugin.
If you look in the ACF4 code in the file /core/location.php you’ll find all of the standard location rules and you can copy the ones you need and make the needed adjustments. Actually, you can use the same rule match function used for matching a post, you just need to add the other filters for adding the choices.
Hope that helps. Hope this helps.
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.