Pagination bug on post/page esclusion settings
-
There is a bug regarding pagination where saving list of posts marked for exclusion, when moving to the next 15 posts, the following “save” unmarks all other previously marked posts.
To recreate this behaviour, create a list of more than 15 posts or pages. Mark all posts on page 1 in the plugin settings, and save. Then go to page 2 to show the next 15 posts, mark any posts and save, and all previously marked-for-exclusion posts will get unchecked and shown in search results again.
Since there is no “show all” or a way to increase pagination list lenght, the only way I can manage to use this plugin (which works very well in excluding search results btw) is to manually tamper with parameter private $items_per_page on line 50.
Fix this, and it’s 5 star from me.
- You must be logged in to reply to this topic.