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 post thumbnails. The related posts are picked from other posts having 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. Adding the Related Posts Widget to Blogger/Blogspot Step 1. Log in to your Blogger account and go to Template > Edit HTML Step 2. Click anywhere inside the code area and press the CTRL + F keys: Step 3. Search for this tag that you need to add inside the search box (hit Enter to find it): </head> Step 4. Copy and paste the below code just before/above the </head> tag: <!--Related Posts with thumbnails Scripts and Styles Start--> <b:if cond='data:blog.pageType == "item"'> <style type='text/css'> #related-posts{float:left;width:auto;} #related-posts a{border-right: 1px dotted #eaeaea;} #related-posts ...