Hi there,
When I run a standard WP_Query ( on a page with a secondary language set, with Page ID 310 ) using the args ( 'page_id' => 2 ), it returns the page 130. Is there any way to bypass getting the translated page? I.E. 'switch off' returning the page of the current language, but rather the actual specified page.
In short, if is say $args = array ( 'page_id' => 2 ), I actually want that page returned. Not the translated page 130.