Related posts plugin change from category to post title
-
Hi everyone, i have a question about “Related Posts” plugin. My theme has a built in related posts, but it shows only posts from that specific category. I would like to change it to show related posts from the post title and not the category. I think i found the code in “single.php” but i dont know how to change it from category to post title. Here is how it looks like:
<h3 class="blocktitle">Related Wallpapers</h3> <div class="row"> <?php new_related_post($post);?> <div class="col-sm-12 col-md-12 col-lg-12 center advert"><a href="#"> <?php echo get_theme_option('google_middle_ads');?>
Example: A post with title “polar bear” shows related posts from “animals” category, i want to show similar “polar bears” posts and not any kind of animals.
So please is it possible to change it? Or do i have to remove that built in plugin and install a new one? Thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Related posts plugin change from category to post title’ is closed to new replies.