Related posts widget is very important for a blog, because it increases the number of page views and also help the visitor to view other posts related to blog. Now here is wonderful trick to display links to related posts beneath each posts. At their blogs today there are many types of related post widget, and related items thumbnail images using HTML, Java script, etc. .. Here I will show a method that is easy to show install.It only title jQuery.It related post widget will look like a picture below.
How To Add Related Posts Widget For Blogger
I have seen few who are showing the Related Posts Widget of posts below their posts. It’s also a good script placement which can increase your pageviews.
To add the code , just follow the above instructions.
I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout.Backup your template before attempting this tutorial.
Step 1:
In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.
In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.
Now find (CTRL+F) this code in the template:
And immediately before it, paste this code:
If you want to change the title of your widget you can edit this line of the above code
If you want you can edit the blue and black colors present in this code
2.Now find this line of code
If you cant find it then try finding this one
Now immediately after any of these lines(whichever you could find) place this code snippet
And now click Save Template
You can adjust the maximum number of related posts being displayed by editing this line in the code.
How To Add jQuery Related Posts Widget for Blogger
Typical Usage #1
In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.
In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.
Now find (CTRL+F) this code in the template:
And immediately after it, paste this code:
And now click Save Template
Typical Usage #2
How to Install Related Posts Widget related links at the side column
I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout. So, let's see how to install this cool widget in your blog..
Step 1:
If you're using the old Blogger interface: Go to Dashboard - Design - Page Elements - Add a Gadget.
Add a Gadget of HTML/JavaScript type.
If you're using the new Blogger interface: Go to Dashboard - Layout - Add a Gadget
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the one of code given below
4. Now Click On Save 'JavaScript' You are done.
And now click Save
How To Add Related Posts Widget For Blogger
I have seen few who are showing the Related Posts Widget of posts below their posts. It’s also a good script placement which can increase your pageviews.
To add the code , just follow the above instructions.
I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout.Backup your template before attempting this tutorial.
Step 1:
In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.
In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.
Now find (CTRL+F) this code in the template:
</head>
And immediately before it, paste this code:
<!--Related Posts Scripts and Styles www.bdlab.blogspot.com Start-->
<!--Remove--><b:if cond='data:blog.pageType == "item"'>
<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;
}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, “Times New Roman”, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(http://2.bp.blogspot.com/_u4gySN2ZgqE/SnZhv_C6bTI/AAAAAAAAAl4/Rozt7UhvgOo/s200/greentickbullet.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
</style>
<script type='text/javascript'>
var relatedpoststitle="Related Posts";
</script>
<script src='http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-for-blogger-24work.js' type='text/javascript'/>
<!--Remove--></b:if>
<!--Related Posts Scripts and Styles www.bdlab.blogspot.com End-->
<!--Remove--><b:if cond='data:blog.pageType == "item"'>
<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;
}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, “Times New Roman”, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(http://2.bp.blogspot.com/_u4gySN2ZgqE/SnZhv_C6bTI/AAAAAAAAAl4/Rozt7UhvgOo/s200/greentickbullet.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
</style>
<script type='text/javascript'>
var relatedpoststitle="Related Posts";
</script>
<script src='http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-for-blogger-24work.js' type='text/javascript'/>
<!--Remove--></b:if>
<!--Related Posts Scripts and Styles www.bdlab.blogspot.com End-->
If you want to change the title of your widget you can edit this line of the above code
var relatedpoststitle="Related Posts";
If you want you can edit the blue and black colors present in this code
2.Now find this line of code
<div class='post-footer-line post-footer-line-1'/>
If you cant find it then try finding this one
<p class='post-footer-line post-footer-line-1'/>
Now immediately after any of these lines(whichever you could find) place this code snippet
<!-- Related Posts Code www.bdlab.blogspot.com Start-->
<!--Remove--><b:if cond='data:blog.pageType == "item"'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != "true"'>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=6"' type='text/javascript'/></b:if></b:loop><a href='http://24work.blogspot.com'><img style="border: 0" alt="Related Posts Widget for Blogger" src="http://3.bp.blogspot.com/_jM8-wHc3NKY/TPyFOT4CmhI/AAAAAAAAADM/MvlLp1fyfoM/s1600/blogger-widgets.png" /></a>
<script type='text/javascript'>
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels("<data:post.url/>");
</script>
</div>
<!--Remove--></b:if>
<!-- Related Posts Code www.bdlab.blogspot.com End-->
<!--Remove--><b:if cond='data:blog.pageType == "item"'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != "true"'>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=6"' type='text/javascript'/></b:if></b:loop><a href='http://24work.blogspot.com'><img style="border: 0" alt="Related Posts Widget for Blogger" src="http://3.bp.blogspot.com/_jM8-wHc3NKY/TPyFOT4CmhI/AAAAAAAAADM/MvlLp1fyfoM/s1600/blogger-widgets.png" /></a>
<script type='text/javascript'>
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels("<data:post.url/>");
</script>
</div>
<!--Remove--></b:if>
<!-- Related Posts Code www.bdlab.blogspot.com End-->
And now click Save Template
You can adjust the maximum number of related posts being displayed by editing this line in the code.
var maxresults=5;
Note: If you want to display the Related Posts on every page, then remove the lines of code starting with <!--Remove-->
How To Add jQuery Related Posts Widget for Blogger
Typical Usage #1
To display related links at the end of every post. copy this code into a new HTML/Javascript widget and place at the bottom of the post or at the footer in the page elements section. Widget uses jQuery v1.3.2, If you already included jQuery into your blog. no need to do it again.
In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.
In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.
Now find (CTRL+F) this code in the template:
<data:post.body/>
And immediately after it, paste this code:
<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-widget-1.0-24work.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'containerSelector':'div.post-body'
,'loadingText':'loading...'
});</script>
<script src="http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-widget-1.0-24work.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'containerSelector':'div.post-body'
,'loadingText':'loading...'
});</script>
And now click Save Template
Typical Usage #2
To show related links at the side column. copy this code into a new HTML/Javascript widget and place at the side in the page elements section.Again, If you already included jQuery into your blog. no need to do it again.
How to Install Related Posts Widget related links at the side column
I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout. So, let's see how to install this cool widget in your blog..
Step 1:
If you're using the old Blogger interface: Go to Dashboard - Design - Page Elements - Add a Gadget.
Add a Gadget of HTML/JavaScript type.
If you're using the new Blogger interface: Go to Dashboard - Layout - Add a Gadget
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the one of code given below
4. Now Click On Save 'JavaScript' You are done.
<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-widget-1.0-24work.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'loadingText':'loading...'
});</script>
<script src="http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-widget-1.0-24work.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'loadingText':'loading...'
});</script>
And now click Save


admin
12:06 AM










61 Responses So Far:
I really got a great information for web design and doveloping..............thanks Web design manchesterWeb Design Manchester
It's nice, thanks for sharing
Thanks for sharing your info. I really appreciate your efforts and I will be waiting for your further write ups thanks once again.
nice job thanks for sharing
www.wbupdates.com
Thank you so much.. Works amazing!
Hi,
Thanks for this article, i really like your post.
http://sunilseoservices.blogspot.in/
Thanks For the Lovely Post. :)
We at Auroraare trying to join the List Top Engineering Collegesby creating new practices in the Engineering Education in India. We request you all to have a look and let us know how we can improve our quality of deliverables.
Blogger Widgets provides the best quality blogger tutorials.It also provides you with free blogger widgets and gadgets to build a better blog. alcohol treatment clinic
Widgets are simple, handy, easy, to install to blogs. can modify the code. but actually a good work. fl detox
very nice yaar :-) pls visit my blog roughrecord.blogspot.in
A great way to improve your blog and so easy to use, Thanks - Can you make 'random post' widget based on the 'latest post' one?
Great tips,i like it very much,Thank You
Great tips,i like it very much,Thank You
Your site is wonderful. I’m so satisfied to have discovered you.I appreciate to this one.
digit emb
Hi friend, give me permission, try use this new related posts slideshow with expand image, visit this page for more info http://www.threelas.com/2012/09/related-posts-expand-slideshow-widget.html
Nice sharing....
this is very useful posting, i want to try..
thanks fo sharing
hi,
thanks for such a valuable information we will use this information for building our website www.farmvilleexperts.com.....
Thanks for this article
Good posting, You give is very helpful and I thank you very much..
Ctrl D for this site. Thanks
salam
dear my blog not have a
mene sab search kiya kuch nahi mila raha hey
nice article...thanks for adding to my knowledge...will try it soon on The Geek Solutions
thanks for adding to my knowledge...will try it soon on The Geek Solutions, wow this is wonderful
this is working absolutely well on my website, thanks for this.
It's Really Work ..
thanks
Hello to all, the contents existing at this website are actually awesome
for people experience, well, keep up the nice work fellows.
Also visit my web blog erinmore flake
Quality articles is the key to interest the
visitors to pay a visit the website, that's what this web site is providing.
My web-site - mac baren original choice
This is my first time go to see at here and i am actually impressed to read
all at alone place.
Also see my website - old holborn giallo
If you are going for finest contents like me, only pay a
quick visit this web page daily because it offers quality contents, thanks
my web page: samson tobacco
Thank you for the good writeup. It in fact was a amusement account it.
Look advanced to more added agreeable from you!
However, how could we communicate?
Here is my page : amber leaf
My thumbs up, this was informative and was helpful. I prefer the jQuery Related Posts Widget to the Text version.
Regards: WorldWebSurfers.com
nice blog really i like it
good one.....
Quality articles .It's Really Work
Great article... It Helped me alot on my blogs, thanks :)
___________________
Founder of iPhone Game Reviews and Free SEO Tricks Blog's!
Thanks for an informative article, great job and presented really well...
Regards,
Virtual Pounce
The related posts widget is a great way to reduce bounce rate and keep visitors glued to your site.
Let me try for this...
if it worked, i'd like to say thank you very much, brother. :)
Very Nice Post brother. Just waiting for your next post. Well, thanks again for the lovely post.
visit my blog: http://ksamobile.blogspot.com
http://mybloggertopic.blogspot.com/
nice
Thanks a lot for the great script! I add this on my blog and it works great. Your site is wonderful. I’m so satisfied to have discovered you.
We changed our domain mybloggertopic.blogspot.com to mybloggerblog.com successfully. Please stay connected with our updates....
Thanks
http://bestblogtipsnet.blogspot.com/
thnask
Bilgisayar Kursu
That's a good one.
Mahesh Kumar NICE Website
Best one to get more clicks and for easy navigation..
Hope you like my blog and follow, the articles
Thanks for sharing this informative news.
Thanks for sharing :D visit http://candraseptian.blogspot.com/
Awesome post.Actually i was looking for it for many days,forunately found here.Also your content and design is great.
http://crackednfull.blogspot.in/
http://technocrazepro.blogspot.in/
nice work man this is awesome if u provide this with thumbnails
thankz for sharing this
Thanks for nice widget http://homeoresearch.blogspot.com
http://ushahomeopathy.com
Thank you so much bro! it is very useful!
hmmm, take action now. thanks for tutorial.
related post widget plays an important role in engaging the user and also to increase traffic.even those posts that did not get good amount of traffic gets clicked because of the same labels and hence hardwork of admins and writer gets rewarded.so i will say it is like a traffic booster.Related post widget for blogger
this is awesome..related post widget helps too much for getting more and more traffic for numb posts.it is like making burning stones out from the mouth of volcano.there are lots of posts which user does not pay attention so here related post widget will help like engaging user for some amount of posts .thanks for sharing.shayari
i heard that such widget also helps in reducing the bounce rate so i think that recent post widget should be more attractive so that it can engage the user and we can get more pageviews.and i think your widget will do this job for me.thanks for sharing.ringtones
Good posting, You give is very helpful and I thank you very much..
Load Systems
Very Good article to learn from. Thanks
You can visit www.sureshotpost.com for more...
Thank you for sharing this great tutorial!
visit my blog --> Daxxstories
Post a Comment