Plugin Author
Ajay
(@ajay)
Please see this post in the Knowledge Base:
https://webberzone.com/support/knowledgebase/contextual-related-posts-shortcode/
You need to set the limit attribute to 20.
Thread Starter
led69
(@led69)
Yes, thanks, but I don’t know how to write the syntax, because I can’t find an example.
For example, should you write the shortcode like this? [crp limit 20] ?
Plugin Author
Ajay
(@ajay)
[crp limit="20"]
This is how you’d do all shortcodes in WP. Passing attributes as above.
Please see this article from the Codex. https://codex.ww.wp.xz.cn/Shortcode
Thread Starter
led69
(@led69)
Thanks, it works!
I tried 40, but it only shows 24, is it limited to 24?
Plugin Author
Ajay
(@ajay)
No. It is likely because it can only find 24 posts that are related.
I would recommend keeping it to max of 10-12 as the initial queries can be heavy. Do enable the caching in the plugin settings page.
Thread Starter
led69
(@led69)
No, that’s probably not the reason, we have more than 400 articles and images. And these images are visible, so there is no shortage of articles and images.
No problem for resources, Google test 90% mobile and 100% PC
Plugin Author
Ajay
(@ajay)
It’s not the number of articles you have, but likely the number of posts that the plugin thinks is related. You can double-check if you want to dig into the queries.
https://webberzone.com/support/knowledgebase/debugging-with-query-monitor/