same issue here
The output of query if rolescoper is active is:
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = ‘consejo’ AND (( ( ( ( ( 1=2 ) ) ) ) AND wp_posts.post_status = ‘publish’ )) ORDER BY wp_posts.post_date DESC LIMIT 0, 9
The condition 1=2 makes that no post are return…