WebberZone / contextual-related-posts

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

Remove post_type, add numberposts #144

Closed ajaydsouza closed 3 years ago

ajaydsouza commented 3 years ago

https://github.com/WebberZone/contextual-related-posts/blob/715125bd8e9e89bb73072d0a2adaf6280d9a1ea3/includes/class-crp-query.php#L619

Unnecessarily restricts this to the post_type when the post IDs have already been specified.

Additionally, override the default number of posts by passing the parameters explicitly as -1