Show Related Posts with Thumbnails on Blogger?

Want to show related posts on your Blogger-powered blogs? What about related posts with thumbnails? Yes, you can display links to related posts with thumbnails at the end of every blog post on your Blogger blog. Thanks to a new Blogger template hack by Blogger Plugins. All you need to do is modify your existing template by adding some extra lines of codes. Don’t worry, you can do it even without any prior knowledge of CSS or HTML. Just follow the steps below.
Guide to show Related Posts with Thumbnails on Blogger blogs:
1. Log in to your blogger dashboard, go to the “Edit HTML” section and click the “Expand Widget Templates” check box. The path is like this:
Blogger Dashboard >> Layout >> Edit HTML and check the "Expand Widget Templates" check box.
2. Now look for the following line within your template codes:
</head>
You can easily find it by pressing Ctrl+F and entering </head> in the search box that pops up at the end of your page.
3. Once you found the above code, replace it with the following code:



4. Now find the following code using the same method you used to find </head>:

5. If your Blogger template don’t have that code, don’t worry.

6. Add the following code right after the particular code mentioned in Step 4
 (or in Step 5):
 
7. Now save your template and test it by  opening any article on your blog. if your article is properly labeled  and that label have more than one post count, related posts will appear  at the end of your article.



1. How to change the look of your  related posts section? You can modify the look by editing the CSS  section of code snippet posted in Step 3.
2. How to change the number of related  posts? By default, this Blogger hack displays maximum 5 related posts  (if posts are there). You can change the number of related posts with  thumbnails by changing the number in the following line (from Step 6):
var maxresults=5;
3. How to change the title of your  related posts section? Simple, just replace “Related Posts” in the  following line (from Step 6):
 var relatedpoststitle="Related Posts";
That’s it. Now your related posts with thumbnails are ready to grab the attention of your blog visitors. Note that,  this Related Posts with Thumbnails for Blogger  is a hack created by “Blogger Plugins”. So, don’t forget to say thanks  to the original author. It was really a nice Blogger template hack that  will help many bloggers.

Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "Show Related Posts with Thumbnails on Blogger?"

Post a Comment