• Home
  • Computing
  • Internet
  • Tips
  • Designs
  • Downloads
  • Inspiration
  • Wallpapers
  • DIY
  • Technology
  • Travel
  • Home
  • Computing
  • Internet
  • Tips
  • Designs
  • Downloads
  • Inspiration
  • Wallpapers
  • DIY
  • Technology
  • Travel
HomeBloggingRelated Entries in Blogger with three line of code ...
Previous Next

Related Entries in Blogger with three line of codes Embedded in Blogspot Blogger Platform

Posted by: JackSimz , January 3, 2009

For Blogger Platform.

Preview of function.

There are many ways to show ‘Related Entries’ or ‘Related Posts’ for blogger platform, like the one I have on my blog. Most of them require lot of changes in the template code.

Here is an excellent solution which only involved 3 lines of code to be embedded within the template. Let’s start how to implement this excellent way to show related posts in blogger.

Step 1:
Open your Blogger Layout>>Edit HTML>>Expand Widget Templates
<*div class='post-footer-line post-footer-line-3'/>
…
<*/div>

Step 2:
Add this line of red code below the code in step 1
<*div class='post-footer-line post-footer-line-3'/>
…
<*/div>
<*div id='related_posts'/>


Step 3:
Find for <*/body> at footer
put the following code before it
<*script src='http://www.google.com/jsapi'/>
<*script src='http://brps.appspot.com/brps.js' type='text/javascript'/>
<*/body>

Remove all the *, as the * use here for is for posting purpose to avoid the code run.

Done!

You may also checkout another method by jackbook

Related Posts

Get Your Readers’ Attention in Blog Post [Infographic]

In this infographic, you will learn a way how you can improve your blogging skills to keep your ...

How to Add Links on a Picture of Your Blog

If you decided to add links and descriptions on any parts inside a picture of your blog, so tha ...

Easily Create a Favicon For Your Website with Favicon Generator

Favicon could be an important part of a website’s brand, it is the tiny image that appear ...

Check the Readability of a Website with Free Readability Test Tool

A website that is able to attract a large number of visitors must be readable no matter how int ...

Leave a Reply Cancel reply

Powered by Wordpress. Hosted with Exabytes. Copyright © All Rights Reserved.| Sitemap.
  • About
  • Contact
  • Privacy Policy