Skip to content

Conversation

@LordPikaChu
Copy link
Owner

WP_Query was used to query WP posts to mark them for retirement or process retirements. 'posts_per_page' query parameter was not specified so the default value was used (from Settings->Reading in WP admin), so only few first posts were retired, even though the feed might have more items removed from it.

I have only used the plugin with non-incremental feeds for now so can't comment on the behavior in different type of feeds. It's possible that there are more occurrences of WP_Query being used in similar fashion - these are not fixed.

WP_Query was used to query WP posts to mark them for retirement or process retirements. 'posts_per_page' was not specified so the default value was used (from Settings->Reading in WP admin), so only few first posts were retired, even though the feed might have more items removed from it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants