[ad_1]
Unfortunately this is how sticky posts in WordPress core works, and we’re leveraging the standard WordPress query (WP_Query) to generate our listings.
You can disable sticky posts using:
[display-posts ignore_sticky_posts="true"]
WordPress doesn’t have a method of filtering the sticky posts to only those in the current category. It stores a list of all sticky posts and prepends that to the start of all queries.
