Home › Forums › Backend Issues (wp-admin) › Multisite › Reply To: Multisite
I feel like I’m sooo close to making this work but I can’t figure out how to make the location “value” be the title of a page instead of the ID.
Would anyone know how I could set the location to be something like this
'location' => array(
array(
array(
'param' => 'page',
'operator' => '==',
'value' => 'Name of Page',
),
),
Instead of something like this?
'location' => array(
array(
array(
'param' => 'page',
'operator' => '==',
'value' => '218',
),
),
Thank you!
ACF version 5.6.10
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.