diff --git a/includes/paginations/Carbon_Pagination_Post.php b/includes/paginations/Carbon_Pagination_Post.php index f4802d0..da32a91 100644 --- a/includes/paginations/Carbon_Pagination_Post.php +++ b/includes/paginations/Carbon_Pagination_Post.php @@ -50,6 +50,7 @@ public function get_pagination_posts() { 'post_type' => get_post_type( get_the_ID() ), 'posts_per_page' => -1, 'fields' => 'ids', + 'suppress_filters' => false, ); // allow the default query args to be filtered