How long does it take for YARPP to find related posts?
-
I am trying to resolve an issue where the related posts are not displkaying as quickly as the site owner would like. They are using your plugin.
This is the code in their sidebar.php because they want the related posts in the sidebar.
<?php if(is_single()) {?> <?php related_posts(array('title'=>1,'body'=>1,'tags'=>1,'categories'=>3, promote_yarpp =>0)); ?> <?php $args = array('format' => 'ul'); post_links($args);?> <?php } ?>
They are using Jetpack and do not have related posts enabled, but I’m not sure if that’s the issue or not.
https://www.ads-software.com/plugins/yet-another-related-posts-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How long does it take for YARPP to find related posts?’ is closed to new replies.