Exclude Sticky Posts from Addition Queries
-
When adding the Infinite Scroll Block to the loop, sticky posts are not excluded from subsequent requests. I tried to find where the development for this plugin is taking place (e.g. GitHub) in order to make a contribution, but was unsuccessful.
There are a few methods for ignoring sticky posts, but the best is to use the
'post__not_in'
parameter in the query, along withget_option( 'sticky_posts' )
.Happy to make this contribution in a pull request, if you share the development repo for this plugin.
Thanks for all your hard work!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude Sticky Posts from Addition Queries’ is closed to new replies.