Viewing 1 replies (of 1 total)
  • Thread Starter tienthanh

    (@tienthanh)

    I found the way to do it, just need to add these lines to your functions file:

    function sf_filter_getposts_args($args){
        $args['suppress_filters'] = false;
        return $args;
    }
    add_filter('simple_fields_get_pages_args', 'sf_filter_getposts_args');
Viewing 1 replies (of 1 total)
  • The topic ‘Limit the posts by current language’ is closed to new replies.