Just copy paste the following code in your functions.php file. You will find this file in your wordpress theme folder.
function get_related_posts($post_id) {
$tags = wp_get_post_tags($post_id);
if ($tags) {
echo ‘Check some Related Posts<br>’;
$first_tag = $tags[0]->term_id;
$args=array(
‘tag__in’ => array($first_tag),
‘post__not_in’ => array($post->ID),
‘showposts’=>10,
‘caller_get_posts’=>1
);
$my_query = new WP_Query($args);
if( $my_query->have_posts() ) {
while ($my_query->have_posts()) : $my_query->the_post();
$the_permalink = get_permalink();
$post_title = get_the_title();
$related_post = ‘<a href=”‘.$the_permalink.’”>’.$post_title.’</a><br>’;
echo $related_post;
endwhile;
}
}
}
You just need to use this function in your loop using “get_related_posts();” this function.







I was just having a conversation over this I am glad I came across this it cleared some of the questions I had.
I would like to say “wow” what a inspiring post. This is really great. Keep doing what you’re doing!!
Nice post! You truly have a wonderful way of writing which I find captivating! I will definitely be bookmarking you and returning to your blog. In fact, your post reminded me about a strange thing that happened to me the other day. I’ll tell you about that later…
Thanks for posting. Good to see that not everyone is using RSS feeds to build their blogs
I’ve been checking your blog for a while now, seems like everyday I learn something new
Thanks
Awesome post. I so good to see someone taking the time to share this information
Great read. Thanks for the info!
This post makes a lot of sense !
I’ve just started off a blog, the knowledge you give on this site has aided me extremely. Thank you for all your time & work.
Thanks for posting. Good to see that not everyone is using RSS feeds to build their blogs
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?
Nice post! You truly have a wonderful way of writing which I find captivating! I will definitely be bookmarking you and returning to your blog. In fact, your post reminded me about a strange thing that happened to me the other day. I’ll tell you about that later…
I would like to say “wow” what a inspiring post. This is really great. Keep doing what you’re doing!!
Hello, this is my first time i visit here. I found so many interesting in your blog especially on how to determine the topic. keep up the good work.
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?
I’ve been checking your blog for a while now, seems like everyday I learn something new
Thanks
Intriguing post. I have been searching for some good resources for solar panels and discovered your blog. Planning to bookmark this one!