June 25, 2014
Add suppress_filters => 0 to your get_posts(); argument and everything will be just fine!!!
$args = array( 'post_type' =>'slides', 'numberposts' => -1, 'orderby' => 'ASC', 'suppress_filters' => 0 // grab only the active language );
Add suppress_filters => 0 to your get_posts(); argument and everything will be just fine!!!
$args = array( 'post_type' =>'slides', 'numberposts' => -1, 'orderby' => 'ASC', 'suppress_filters' => 0 // grab only the active language );
I’m an African / Ojibwe First Nations Web Developer living in Winnipeg, Manitoba.