In this post you'll learn how to show related posts/article below your post or at the end your content by following simple steps:
Adding related posts just below your posted content
Step 1. Go to Layout/Edit HTML/Edit Template
Step 2. BACKUP your template! Do not skip this!
Step 3. Check Expand Widget Templates, then Find a code line below:
<div class='post-footer-line post-footer-line-3'/> ... </div>
Step 4. Add one more line to be:
<div class='post-footer-line post-footer-line-3'/> ... </div> <div id='related_posts'/>
Step 5. Go to the end for:
</body> </html>
Step 6. Add two more lines to be:
<script src='http://www.google.com/jsapi'/> <script src='http://brps.appspot.com/brps.js' type='text/javascript'/> </body> </html>
You can customize your code if you want add related post in the sidebar or below the post by visiting the project page.
Advantages of showing related post
:: Gives readers easy navigation (about what to read next)
:: Makes your posts sticky
:: More Click Through Ratio (CTR) for your pages
:: More CTR = More Adsense impressions.
1 comments :
PlZ explain in detail I am not able to understand Explain with images.
Regards
Salman
www.tips4blogging.co.cc
Post a Comment