Saturday, 6 February 2010

Related Post With Thumbnail Widget Hacks for Blogger

Many of the user currently using widget by linkwith for showing related post by category or labels.



There is another method also to show the related widget in blogger itself without any external widget like linkwith.For this blogger hack you just need to change few codes of your blogger code and everything will be fine.



1.First of all Login to your blogger dashboard and navigate to Layout > Edit HTML and check the "Expand Widget Templates" check box



2.Now look for



/head



Replace it with









Note if you dont find the footer code don't worry, you may use after



Here.......Just replace the 'Here' with the step-5 code.



6. You may adjust the maximum number of post by



var maxresults=5;



Change number 5 to any other number



7. You may change the title of related post widget by changing this



var relatedpoststitle="Related Posts";

No comments:

Post a Comment