It showing 5 related posts again (instead of 8).
What it throws:
QUERY:
SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID IN (1012772,1012799,9719,1011403,1012637,1012220,1012917,5297)
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
ORDER BY FIELD(wp_posts.ID,1012772,1012799,9719,1011403,1012637,1012220,1012917,5297)
LIMIT 0, 5
CALLERS:
WP_Query->get_posts()
wp-includes/class-wp-query.php:3016
WP_Query->query()
wp-includes/class-wp-query.php:3448
get_posts()
wp-includes/post.php:2065
CRP_Query->posts_pre_query()
wp-content/plugins/contextual-related-posts/includes/class-crp-query.php:621
apply_filters_ref_array('posts_pre_query')
wp-includes/plugin.php:255
WP_Query->get_posts()
wp-includes/class-wp-query.php:2951
WP_Query->query()
wp-includes/class-wp-query.php:3448
WP_Query->__construct()
wp-includes/class-wp-query.php:3559
CRP_Query->__construct()
wp-content/plugins/contextual-related-posts/includes/class-crp-query.php:112
get_crp_posts()
wp-content/plugins/contextual-related-posts/includes/main-query.php:630
get_crp()
wp-content/plugins/contextual-related-posts/includes/main-query.php:85
echo_crp()
wp-content/plugins/contextual-related-posts/includes/content.php:203
Can I do something else? What it changed in the last updated to have this missconfiguration?
Thank you in advance.