319 How To Add Related Posts Widget To Blogger with Thumbnails

Now here is a wonderful hack for displaying related posts beneath each of your blog posts, along with thumbnails. The related articles are chosen from other posts in that same category/label/tag. With this hack many of your readers will remain on your site for longer periods of time when they see related posts of interest.
related post, related posts blogger, blogger widgets

Steps adding the Related Posts Widget to Blogger/Blogspot

Step 1. Go To Blogger Dashboard >> Template >>Edit HTML;

Step 2. Check the "Expand widgets template" box;

Step 3. Search (CTRL + F) for this piece of code:

</head>

Step 4. Copy and paste the below code just before/above </head>


<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}

#related-posts h2{
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<script type='text/javascript'>
var defaultnoimage=&quot;http://3.bp.blogspot.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg&quot;;
var maxresults=5;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->

Note:
- to change the default picture, replace the URL in blue with your own
- for displaying more than 5 posts, replace 5 value from "var maxresults=5;"
- remove the code in violet if you want the related posts to be displayed in homepage too

Step 5. Now find the following code:

    <div class='post-footer'>

Step 6. And just above it, copy and paste the below code:

<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://helplogger.blogspot.com'><img alt='Blogger Tricks' src='http://3.bp.blogspot.com/-K65p5zLLKQk/T3ObCINoP7I/AAAAAAAABmI/dF84-alnOu4/s1600/best+blogger+tips.png'/></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End-->

Note:
- change the 6 value from max-results=with the number of posts you want to be displayed.
- If you want the related posts to be displayed on homepage too, remove the code in violet.

Step 7. Save the Template

Enjoy :)

Credit goes to: bloggerpluggins.org . Modified by me

319 comments:

  1. Awesome Every One Can Get More And More Here
    seo-wizard.net

    ReplyDelete
  2. thanks very much
    worked 100%

    ReplyDelete
  3. Man, It Really Works...Two Thumbs Up Bro!

    ReplyDelete
    Replies
    1. I'm glad it works. Thanks for stopping by :)

      Delete
    2. I use Blogger "In Draft" it doesn't work and there is no: "div class='post-footer'" So what to do?

      Delete
  4. for the "class='post-footer-line post-footer-line-1'>" line, I have two of those in my code. how do i know which one to put it under?

    ReplyDelete
    Replies
    1. Hello there,
      Sorry i forgot to mention there are two of them. Add it after the first line. Take care

      Delete
  5. Thankss .. i add it to my blog themoviesfreak.blogspot.com

    ReplyDelete
  6. friend how did you remove the blogger mark 'B' which shown at the tabs of the browsers?

    ReplyDelete
    Replies
    1. Hello mash,

      I've added a new tutorial. Read about it here:
      How to change Blogger's default favicon

      Delete
  7. Its working good.
    I am interested to using in my Premium blogging Tips.

    ReplyDelete
  8. Any One can help me
    this is my blog http://imgbook.blogspot.com
    i have use these codes.it's workin frist two months. but after few months it auto not working. i don't know what is the broblem.
    now i am using linkwihing.linkwithing is not good.

    please help me

    ReplyDelete
  9. Hi...

    Thanks for sharing such a nice trick to use related post in blogger. I would like to add this trick in my blog Computer Tutorials, Tips and Tricks.

    ReplyDelete
  10. Thank you so much! My blog is looking good now, I had tried some other code, and it just wasn't working.
    http://simplybetterhomemaking.blogspot.com

    ReplyDelete
  11. nice post buddy. its really awesome with css.

    http://shinemat.com/

    ReplyDelete
  12. thanks for this... it works for my blog now.
    http://xxxmehide.blogspot.com/

    But one thing to ask how to add thumbnails when i never putted a picture to a post? any random pic in array?

    ReplyDelete
  13. also when i change the max-results=6.
    Only 5 related post thumbnail display what happened? i recheck everything..

    ReplyDelete
    Replies
    1. I've updated my post: change the "6" value from max-results=6 from step 6 and the one from step 4 too (if you haven't done this already) To change the "no image" picture, replace the url address in blue with the address of your own hosted picture. I hope it helps

      Delete
  14. it doen't work "after div class='post-footer-line post-footer-line-1"
    but I have used it after "data:post.title" and it works great. thx bro but when I change padding it doesn't changed, cause it's padding left but I want it "right" or at least "center", but I have change it as right padding but nothing changed

    ReplyDelete
    Replies
    1. You should change the float:center; to float:right;
      You're welcome

      Delete
  15. Hi admin. can i ask? how to put it on the main page. cause i only see the related post when i open the post. but cant see it on main page. please answer me thank you!

    ReplyDelete
    Replies
    1. Hi,

      Remove the fragments of code in violet from the step 6. Thanks for visiting!

      Delete
  16. didnt work for me


    http://ilavPH.blogspot.com

    ReplyDelete
  17. Its work for me. Thank you. www.tamilcc.co.cc

    ReplyDelete
  18. Its bad but it doesnt work on my blogs.

    ReplyDelete
  19. Thank you so much for this post, i did it. Can I ask something from the author who wrote this tips? I am looking for "related post widget for blogger" but this time, a related post widget with a little sentence (summary snippet).

    Wordpress has a tutorial for that, but in blogger I am trying hard to find that kind of codes, please post it if you have already that blogger tutorials.

    That related post with summary snippet could also help blogger using blogger.com in terms of SEO. Thanks for your time. I am looking forward to see your blog updates.

    Please comment on any pages in my blog at Gilbert Canda so that I will be reminded, I am really looking for that tutorial. I highly appreciate your effort in sharing blogger customization.

    ReplyDelete
    Replies
    1. Welcome Gilbert,
      At this moment i don't know such a blogger widget - this widget was developed by bloggerplugins, i'm not the author of it. In case i will find something similar, i will post a new tutorial.
      Thanks for stopping by!

      Delete
  20. Worked perfectly. Thanks a lot!!! :)

    ReplyDelete
    Replies
    1. I'm glad it worked :) Thanks for visiting

      Delete
  21. Anonymous5/24/2012

    Is there any way i can put border in image or even border as in your image.

    It looks little dull without it. See here

    ReplyDelete
    Replies
    1. Find this line from step 4: #related-posts a{
      And add this line just below it: border:1px solid #000000;

      Change "solid" to "dotted" if you want a dotted border and #000000 with the hex code of your desired color.

      Delete
  22. Hi - thanks for the post. This works, but I had to tweak it slightly to display it on homepage. The violet coloured codes need to be removed from in Step 4 and Step 6 too. I think your instruction isn't clear on that point. But thanks again.

    ReplyDelete
    Replies
    1. Yeah, you're right! Now i'm going to update my post. Thanks for telling me XD

      Delete
  23. Hi, I can't find either of the last codes you mentioned in my blogger blog. www.allgrownup2011.blogspot.com

    any suggestions??

    ReplyDelete
    Replies
    1. Hi, add the code from step 6 below/after <data:post.body/>
      I hope this works.

      Delete
  24. really a nice thing you have done! enjoying !

    ReplyDelete
  25. I can't find either two codes on step 6 or code in my blogger html. Please help me.

    ReplyDelete
    Replies
    1. Then search for this one: <data:post.body/> and paste the code after it. Hope it helps

      Delete
    2. I couldn't find either of them... Are there any other options?

      Delete
    3. expand your widgets first.........

      Delete
  26. thank you so much for this info.it helps a lot

    aicy
    www.phioxeetravel.blogspot.com

    ReplyDelete
  27. Thanks a lot, works perftcly....! but it is showing in very small size, i want to increase its size, how can i do that ? hope u will help..!

    ReplyDelete
    Replies
    1. Search in your template for this address: http://helplogger.googlecode.com/svn/trunk/related-posts-with-thumbnails-for-blogger.js
      REPLACE it with this one: http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js

      Hope it works. Thanks for visiting :)

      Delete
    2. Nice.. Tip.. I like the Big thumbnails better..
      Is there any chance i could also increase the amount of Text displayed under the thumbnail?

      Some related posts topics makes no sense when its half.

      Delete
  28. Thanks for easy way to add related post in my blog.

    ReplyDelete
  29. thanks for sharing this, it helps a lot!

    ReplyDelete
  30. I just added and not worked for me please help
    up board intermediate result 2012

    ReplyDelete
  31. I can't find step three with the / in my html. will it still work if I put it below the same word without the slash?

    ReplyDelete
    Replies
    1. It will work but it is recommended to put it before the head closing tag. Better add it after </b:template-skin> instead.

      Delete
    2. Thank you so much for getting back to me so quickly! I really appreciate it! I found the code and then pasted yours. But now none of the step 5 codes are in my html. weird? is there anything i can do?

      Delete
    3. Make sure you have checked the 'Expand Widget Templates' checkbox then press Ctrl+F and enter one of the codes from step 5 in the Find box at the bottom or top of your browser. The codes can be found only when you check that box. Also make sure to backup your old template just in case you make a mistake. I hope this helps. And thanks for visiting :)

      Delete
  32. Also, one more great tip and knowledge to me thanks for sharing, I will apply it to my blog now.

    ReplyDelete
  33. Well! That "No Image" image is not working! Any suggestion???

    ReplyDelete
  34. Well done..its good. I have been searching for that..my blog is..
    http://mag222.blogspot.com

    ReplyDelete
  35. None of the three lines of code in step five appear in my template. Suggestions?

    ReplyDelete
    Replies
    1. Nevermind, I figured it out :)

      Delete
  36. it didnt work for me

    ReplyDelete
  37. Hey. not working in my blog why is it so. i did same as mentioned above but still no related post is sees. You can see yourself http://bloggingsentral.blogspot.com/

    ReplyDelete
  38. Not working for me either. Maybe it's conflicting with some other widget/script?

    ReplyDelete
  39. Nice post. I have added this in my blog. But, I need a help. Is there any way to change the font for 'Related Posts' title?
    http://istash.blogspot.com

    ReplyDelete
  40. :( Blogger is giving me an Error code! Can't save the template.

    ReplyDelete
  41. hey! how can I change the Thumbnails's dimensions? they are to small and also the images appear distorted! :(

    ReplyDelete
  42. please advise my web site

    http://www.welcomezone.co.in/

    ReplyDelete
  43. Great post!! I will try to see if it works for me. Thanks for sharing

    ReplyDelete
  44. It didn't work for me but this websites link in in the first post on my blog and won't go away :(

    ReplyDelete
  45. Is there a way to adjust the width of the padding either side of each thumbnail? I would like to try and create more space in-between each of the posts didplayed.

    ReplyDelete
  46. Thanks a lot for explanation! Made it yesterday - works fine.
    But I have another type of an issue.

    My blog: http://kuklikicom.blogspot.be/
    It is bi-lingual.
    TO make life easy to the readers I preceede the text with a small icon with the corresponding flag.
    And the related posts widget picks up often this flag instead of nice pictures in the post.
    How to bypass this?

    Thanks a lot for any advices.
    Kukliki

    ReplyDelete
    Replies
    1. Solved it using div with hidden image :)

      Start knowing CSS :)

      Cheers
      Kukliki

      Delete
  47. hi,

    first of all, i must express my thanks to you for sharing this great tips.

    it works for my blog, but i'm facing a minor problem here.

    I removed the violet code to have the related post appeared on my homepage too, however when I click on the post, the related post doesn't appear. why is it so?

    hope you can help me out. because i does not wish to remove all the codes and search for another code from another author to try it out all over again.

    thanks

    ReplyDelete
  48. I really want this to work, but I followed all of the instructions exactly and nothing on my blog has changed. What's going on??

    ReplyDelete
  49. Anonymous7/16/2012

    guddd!!

    ReplyDelete
  50. not workinggg 4r me :((((

    ReplyDelete
  51. Hey my blog is http://marissapink.blogspot.com/
    I tried this but it didn't work for me =(

    ReplyDelete
  52. Thanks man it's working

    ReplyDelete
  53. Many apologies for my long missing, i've been a little busy in the last time! Thanks everybody for the feedback!

    @ Atlas: make sure you don't have 2 similar codes like the one from step 4

    @ Blogging Sentral: Just add the code from step 6 after: <div class='post-footer-line post-footer-line-1'>

    @ Birgit Kerr: Try adding the codes again and pay attention at the code from step 6, it should be pasted after <div class='post-footer-line post-footer-line-1'>

    @ Shakhawat Shahed: yes, you could easily change it by increasing/decreasing the bolded value from: #related-posts h2{
    font-size: 1.6em;

    @ threesugars-aj: Click on Edit HTML and don't save the changes, then try adding the codes again.

    @ Nathalia: please see the 27.a comment

    @ Tess Delaune: add the bolded lines to #related-posts a{:
    #related-posts a{
    color:black;
    margin-left: 5px;
    margin-right: 5px
    }
    ... and increase the 5 value for wider space

    @ Pacco - I tested on my blog and it shows both on homepage and post pages. Maybe adding it again would solve the issue.

    ReplyDelete
  54. It looks great in my blog buddy,thank you very much for share this useful tips article!
    Nice to read your entire articles,

    http://www.advantoday.com/

    ReplyDelete
  55. thanks a lot man.. it works for me finely

    ReplyDelete
  56. That's really a smart job you have done!
    But is there any way to modify those codes and make the Related Posts horizontal without thumbnail view? That will help the blogger pages to load faster. If it's possible then reply.
    Thanks.

    ReplyDelete
  57. Thank you, thank you, thank you! :)

    ReplyDelete
  58. Awesome tutorial buddy. Can you please clear my doubt regarding Page Speed. By adding this code will my blog effects with Page load Time?

    ReplyDelete
  59. I love your hacks ...worked for my client's blogspot blog.

    ReplyDelete
  60. Anonymous8/10/2012

    Works like a charm. Thank you.

    ReplyDelete
  61. Thanks so much for the widget! I'm using it on my site and it's very helpful

    Could you please set a condition to display the text "None" if there are no existing related posts? Often I create posts with new labels and as there are no related posts, only the "Related Posts" title is displayed with nothing below, which looks awkward. Thanks again!

    ReplyDelete
  62. Thank you! It's brilliant and super easy. :)

    ReplyDelete
  63. Nice post, helped me very much. Thanks again for this post.

    ReplyDelete
  64. tried to use it on my blog http://www.iplaygalaxyy.blogspot.com but the prob is how to add transparency to it? and images don't show up

    ReplyDelete
    Replies
    1. Change the background-color:#d4eaf2; from the code from step 4 to background-color: transparent;.

      Delete
  65. Its work for me. Thank you. www.weteca.com

    ReplyDelete
  66. Cool! easy man, thanks! Now, i don't need to use linkwithin.. it sucks!

    ReplyDelete
  67. Cool! easy man, thanks! Now, I don't need to use Linkwithin.. it so hard to set-up, it ruined my template. usually in homepage! sucks! thanks again.

    ReplyDelete
  68. wow thanks!!!

    it works 4 me!!!

    http://mr-obu.blogspot.com

    ReplyDelete
  69. Thanks! This one is useful.

    ReplyDelete
  70. but i need like as gaming blog can you provide it ?

    ReplyDelete
  71. Blogs are so informative where we get lots of information on any topic… Thanks and keep up the good work

    ReplyDelete
  72. Awesome post. I'm going to add this popular post widget to my website.
    Thanks.

    ReplyDelete
  73. what if we can't find the "post-footer-line post-footer-line-1" (all 3 options)?

    ReplyDelete
    Replies
    1. Add it above <div class='post-footer'> instead.

      Delete
  74. Its Not Working On My Blog.
    Pls Tell Me
    My Blog:- http://yourgenunepc.blogspot.in

    ReplyDelete
  75. thanks for writing this up and keeping up with comments. What edits would I make if I didn't want any image pic- just the text of related post titles?

    ReplyDelete
    Replies
    1. Hi,

      Please read this tutorial:
      Simple Related Posts

      Thanks for visiting!

      Delete
  76. Anonymous9/22/2012

    i can't find this all, please help.. "< class='post-footer-line post-footer-line-1'>"

    "< class='post-footer-line post-footer-line-1'>"
    "
    "

    ReplyDelete
    Replies
    1. Add it above <div class='post-footer'> instead.
      Hope it works

      Delete
  77. Thanks for the simple related post! Been searching all over the net and found your post.

    ReplyDelete
    Replies
    1. Thanks for stopping by ;)

      Delete
  78. Holy Smokes! That was easy! (even with a custom template) And sooooo very kewl! I even plopped my own default pic in for posts that don't have any. And it's working perfectly on the home page too!

    A fabulous addition to my blog - no doubt will greatly improve my page views. Thanks so much!

    http://www.travelnlass.com

    ReplyDelete
  79. How to Add a Background Color For the Whole Widget. By URL

    ReplyDelete
    Replies
    1. You have to add the following line after #related-posts { (step 4)
      background-image: url(IMAGE-URL);

      Delete
  80. Thanks for your post.But I could not find "" in my blogger HTML code.How could I add 2nd code to my template?

    ReplyDelete
  81. why it only show 3 articles for the video tag(one of my tag, youtube vedeo only i have about 10 articles in that tag), and the 3 articles always the same?
    why it doesn't show any article for another tag witch don't contain any picture or video(text only)?

    this is my website(please check if you need..):http://djhappyhunk.blogspot.ca/

    Thanks.

    ReplyDelete
  82. Anonymous9/29/2012

    Thanks You Very Much

    ReplyDelete
  83. Hi, thanks for your article. how to change the thumbnails to a list format with a small thumbnail picture on the left side? Could you please help me with this?
    http://waytobliss.blogspot.in/

    ReplyDelete
  84. working perfectly. Thanks

    ReplyDelete
  85. i have not post footer div class xD

    ReplyDelete
  86. Hi friend, give me permission, try use this new related posts slideshow with expand image, visit this page for more info http://www.threelas.com/2012/09/related-posts-expand-slideshow-widget.html

    ReplyDelete
  87. It`s Work For My Blog! Thank You Admin~

    http://bilalelakiberbicara.blogspot.com

    ReplyDelete
  88. Thanks for sharing. Doing prefect job for my needs.

    ReplyDelete
  89. thanks for this, this is nice widgets for blogs related posts for blogger it's working fine dude.

    ReplyDelete
  90. Thanks for this, bro.! It worked! http://byshaishai.blogspot.com

    ReplyDelete
  91. i have added it work perfectly
    thanks for share this nice tool widgets

    ReplyDelete
  92. excellent piece of information, I had come to know about your website from my friend kishore, pune,i have read atleast 8 posts of yours by now, and let me tell you, your site gives the best and the most interesting information. This is just the kind of information that i had been looking for, i'm already your rss reader now and i would regularly watch out for the new posts, once again hats off to you! Thanx a lot once again,

    ReplyDelete
  93. The Blogger related posts with thumbnail is really helpful. thanks for sharing it, and i also want to say I like your writing.

    ReplyDelete
  94. Hello, I applied this on my Blog - www.sushilkumar.net
    Every thing is almost good. But despite removing the code in violet ( in step 4 and 6) to display related posts in homepage too, it's still working on Post Pages only. Pls Help me .I Tried much...
    email- sk.dumka@gmail.com

    ReplyDelete
  95. Nice share... thank you for sharing this with us!
    How to use Google keywords tool?

    ReplyDelete
  96. It works!! Thank you.. And could you please tell me how can I increase the size of the thumbnail as I feel it so small in my blog.

    ReplyDelete
  97. thank you very much it worked completely fine. but is it possible to change the header "related posts" to something else or at least amend the font? please let me know how! thanks in advance!

    ReplyDelete
  98. Great. Nice widget. Thanks for sharing

    ReplyDelete
  99. this is really great thank you for posting

    ReplyDelete
  100. Hai,

    Really its helped me lot. Thanks for post.

    ReplyDelete
  101. Im doing a dummy blog to test it out before I launch it. Ive been trying this for 2 days and still doesnt work can you please check it out for me. http://makeupbyangelh.blogspot.com/

    ReplyDelete
  102. Hi,
    Just found your blog its great. I tried to implement this widget however I can't find "div class='post-footer'" on my code to go on step 6 ! Any idea why I can't find it or where else I could insert the step 6 code ?

    Thanks a lot
    My blog : echangeshanghai.blogspot.com

    ReplyDelete
  103. Is there a way I cant change the font of ''related posts''? I want it to be Georgia and not italic... Furthermore, it works perfectly, thanks!

    ReplyDelete
  104. really nice and easy tips for beginners ..

    one more doubt if i want to show related blogs without thumbnail what should i do?.. please reply me

    ReplyDelete
  105. Great! At first I thought it doesn't work. Tried a few times. Check here and check there.. Then Found out I have deleted some code. :)

    Thanks so much.. very helpful..

    ReplyDelete
  106. can u help me...?
    i want related post style like that u see here ( http://i.minus.com/i5fXavlaprLSm.PNG ) ... but i dont know how to do.. pls help me that post..

    ReplyDelete
  107. Very hacking trick about Blogger.

    http://webdevelopmnetphp.blogspot.in/

    ReplyDelete
  108. What can I do if i can't find 'post-footer'? Thanks

    ReplyDelete
  109. Absolutely indited written content, Really enjoyed reading through.

    ReplyDelete
  110. Yes.... it's work.... good job, thanks a lot man

    ReplyDelete
  111. Thank you very much for sharing this with us, I followed your blog ;)

    ReplyDelete
  112. Thank you it work for me see it at http://insidemarrakesh.blogspot.com/

    ReplyDelete
  113. OMG! thank you for the code

    ReplyDelete
  114. Great place to get information about this topic. It will really help lots of people. Thanks for sharing this post.

    ReplyDelete
  115. how to change words "Related Posts" to another word

    ReplyDelete
  116. Thank you very much bro... its really simple and easy to understand. Nice post.. :D

    ReplyDelete
  117. Thanks for the nice widget. It's work for me, and I want to know how to make some changes. I want 4 related post all together, forming a nice square, with no tittles. Is this possible?

    ReplyDelete
  118. Great trick. It worked really well @ http://blogriches.blogspot.com

    ReplyDelete
  119. Thanks a lot dear, your work is awesome, finally i added widget with your code,
    http://www.filmylinks4u.net/

    ReplyDelete
  120. thank for info, it's really usefull

    ReplyDelete
  121. Hi!
    I just added it to my blog, http://whynot2000.blogspot.com/, but some posts that have pictures show up with the default picture in the related posts.

    Thanks for the great resources!

    ReplyDelete
  122. Hello,

    Thanks, I already implemented on my blog.
    it working perfectly on my blog.

    Keep it up

    Best Regards,

    Fun Recreational Boating

    ReplyDelete
  123. Thanks SO much! Easy and it worked great!!

    ReplyDelete
  124. Ok, I spoke too soon. It does work. But I only see it under one category.
    I would greatly appreciate it if you could take a look at my site and tell me what you think. The first post on the page, under category DIY, is working. But if I click on my other posts, say, a Before/After category, nothing shows. And I do have several Before/After posts so they should be there. I'm lost.

    Thanks so much!

    ReplyDelete
  125. Is it possible to use this code in a static page?

    ReplyDelete
  126. It is Awesome thanks for sharing this

    ReplyDelete
  127. Thanks man.. This really helped..
    THANK YOU

    ReplyDelete
  128. Its working fine for me, I was able to tweak it and its now very beautiful n attractive. Do well to check it out @ WorldWebSurfers.com. Cheers

    ReplyDelete
  129. Great Post Bro. Very nice tip. Thanks

    ReplyDelete
  130. Getting error:

    Error interpreting blog template

    Invalid data reference post.isFirstPost: No dictionary named: 'post' in: ['blog', 'skin', 'view']

    ReplyDelete
  131. how can i add this widget below comment box?

    ReplyDelete
  132. Absolutely fantastic tutorial mate. This worked without any hiccups, thanks a load!

    ReplyDelete
  133. GREAT JOB! I have problem to find "div class=post-footer" but everything is perfect after enable the "Expand Widget Template" option.

    Many thanks!

    You may Check this out, http://highantioxydant.blogspot.com

    ReplyDelete
  134. A line 'div class='post-footer' i can't find my blogsite.
    my site www.naboprottoy.blogspot.com

    ReplyDelete
  135. Nice brother great blooging

    ReplyDelete
  136. BIG THANKS... IT'S WORK FOR ME.

    ReplyDelete
  137. Thanks for the tip. i have implement this on my blog.

    ReplyDelete
  138. nice post.
    thank you so much for the helpful post.

    ReplyDelete
  139. Great post. love in it. All of our team from http://com-names.blogspot.com love it.

    ReplyDelete
  140. Thank you so much for this tutorial. I've removed my linkwithin and replaced it with your code! Love it!

    ReplyDelete
  141. Works pretty well. But how can I change the font size?

    ReplyDelete
  142. really excellent stuff.
    Thanks Admin

    ReplyDelete
  143. Great! i succses in the end!

    ReplyDelete
  144. How can I center the thumbnails and posts? I was able to center the "related posts" text but not the boxes underneath. Thanks

    ReplyDelete
  145. yeah, very well... thanks for sharing

    ReplyDelete
  146. i like ur post helplogger.blogspot.ch/2012/03/how-to-add-related-posts-widget-to.html

    ReplyDelete
  147. Anonymous1/11/2013

    Thanks its working ::)

    ReplyDelete
  148. Having a hard time putting this widget on my blog. :(

    ReplyDelete
  149. This is awesome! Thank you so much! I am not sure why some posts are getting 2 related posts and some are getting six, though. There are posts that only have 2 but there are more of my posts that are tagged that should appear as well... Please let me know if you have a chance. Thank you!

    ReplyDelete
  150. Anonymous1/11/2013

    Hello, it works on me too... Thank you :) The post title it displays is only 32 characters, I want to change it to at least 60 characters, is this possible, if so how? More power to you and happy blogging!

    ReplyDelete
  151. It doesn't show on my blog. Will it take a few hours?

    ReplyDelete
  152. I did everything just as you instructed and the widget is showing on my blog.

    ReplyDelete