Wednesday, April 24, 2013

Beranda » , , » Related Posts List Below Post In Blogger

Related Posts List Below Post In Blogger

For WordPress blogs displaying related posts below posts isn’t a  very difficult task. Just install a few plugins, activate them and your work is done.
But the case is different for Blogger.Com blogs. Here we have to do a lot more work. I mean to say that it is little complicated than doing the same in WordPress. Lets Move Forward.

Follow these steps given below:-

(If You Want To Display Related Posts In Your Sidebar)
  • 1.) Click the button displayed below.
  • 2.) Move the widget to your desired position i.e. where you want it to be displayed. You can also optionally shift this widget below “Blog Posts Widget Column”. This will make the related posts list display below the Blog Comments.
  • 3.) Now without a second thought visit any of your posts and see this in action. Remember this widget will not display in homepage. 
(If You Want To Display Related Posts Below Post Content)
  • 1.) Go to Layout.
  • 2.) Go to Edit HTML.
  • 3.) Go to Edit Template.
  • 4.) First back up your template. Do not skip this. If the trick does not work, you can restore back to your previous theme using your theme back up.
  • 5.) Check Expand Widget Templates.
  • You will find a line,
<div class="post-footer-line post-footer-line-3">
  • 6.) After its  </div> tag type,
<div id="related_posts">
  • 7.) Go to the end of the code. You will find,
</body>
  • 8.) Just before these paste,
<script src='http://www.google.com/jsapi'/>
<script src='http://brps.appspot.com/brps.js' type='text/javascript'/>
Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.