Support

Account

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