New Related Posts Widget with Thumbnails for Blogger


ScreenShot

  • Login to Blogger  >> Click on drop down >> Now select "Template"
  • Now you can see " EDIT HTML" Button Click on it >>  Now click Proceed button 
  • Now find this tag </head> by using Ctrl+F 
  • Paste below code Before/above </head> tag .
<!--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: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}
#related-posts  a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj967fHfUBrHGet9HsjEdNJiWriwimQz_H0r3U2JNKejRJAbXtYBHF3sahzIsITmlRoLK66PCo66ai3ryx7ViuCSTACaAO1kvqKDbG9Tt-ibmwxbEKAFtDPs1tollAMj-DjH26BjJATqaE/s400/noimage.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://modernhakerss.googlecode.com/files/related_posts_with_thumbnails_min_2.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->


  • Now Find
<div class='post-footer-line post-footer-line-1'>

If you cant find it this then try finding this one

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

Now Just after any of these lines (whichever you could find,if not work try both one by one ) put 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://modernhackerss.blogspot.in/2013/02/new-related-posts-widget-with.html'><img style="border: 0" alt="Related Posts Widget For Blogger with Thumbnails" src="http://image.bloggerplugins.org/blogger-widgets.png" /></a><a href='http://modernhackerss.blogspot.in/2013/02/new-related-posts-widget-with.html' ><img style="border: 0" alt="Blogger Templates" src="http://image.bloggerplugins.org/blogger-templates.png" /></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End-->




Now all done Save the Template.Enjoy ......