WebberZone / contextual-related-posts

Contextual Related Posts WordPress plugin
https://webberzone.com/plugins/contextual-related-posts/
38 stars 23 forks source link

Do not restrict daily_range settings when set to zero #134

Closed astappiev closed 3 years ago

astappiev commented 3 years ago

The settings page says the value: This sets the cut-off period for which posts will be displayed. e.g. setting it to 365 will show related posts from the last year only. Set to 0 to disable limiting posts by date..

But actually when I set to 0, it requests only 0-day posts.

ajaydsouza commented 3 years ago

I’ve already fixed this - the date_query was updated with the check in the ‘after’. The ‘before’ stays so that it only pulls posts up to the current time.