Support

Account

Home Forums General Issues ACF not visible on translated pages WPML Reply To: ACF not visible on translated pages WPML

  • Hi Elliot,
    The wpml_get_current_post_id(); gave me a fatal error but I’ve contacted them as well. In the meantime I sorted it out by hardcoding the values like so:

    location' => array (
    			array (
    				array (
    					'param' => 'page',
    					'operator' => '==',
    					'value' => '8',
    					'order_no' => 0,
    					'group_no' => 0,
    				),
    			),
    			array (
    				array (
    					'param' => 'page',
    					'operator' => '==',
    					'value' => '153',
    					'order_no' => 0,
    					'group_no' => 0,
    				),
    			),

    (I was missing an array in the first example) Anyhow I’ll let you know which function worked when I get a response from them.

    Cheers for the quick response,
    Kirsten