These step will add related posts under you blog post.
1) Goto Layout -> Edit HTML -> Edit Template
2) TAKE A BACKUP OF YOUR CURRENT TEMPLATE (DON'T SKIP)
3) Expand Widget Templates
4) Look for,
<div class='post-footer-line post-footer-line-3'/> ...</div>
OR
<p class='post-footer-line post-footer-line-3' />
5) Add this code
<div class='post-footer-line post-footer-line-3'/> ...</div>
<div id='related_posts'/>
OR
<p class='post-footer-line post-footer-line-3' />
<div id='related_posts'/>
6) Look at the end of the template code and Add this code before the </body> tag.
<script src='http://www.google.com/jsapi'/>
<script src='http://brps.appspot.com/brps.js' type='text/javascript'/>
You can find all the steps, customization and one click widget publishing tool in this site http://brps.appspot.com
No comments:
Post a Comment