One of the best way to increase page views and readership is using a related posts plugin. After the huge success of thumbnail realated posts widget by linkwithin, Aneesh developed the same widget using custom code which was indeed more reliable and totally customizable.
Now Like wise Wordpress Blogger Users can also have Related Posts with Thumbnails in Blogspot Blogs.To increase page views per user this widget can be very helpful, you can easily display the Related Posts with thumbnails below every post or below the post area with very ease.
To Change the Colour of the Splitter Line , edit
Change https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGqv6m9Lk3oE-DlwCF-KU2twpygzAcNpRrN6CMwVVOCaIDmwBXM289u6nGjfpf7LQTxiNXR6HpVisCMf45Hgutf_l6YpgEWZtzxLLXlNfPCvOP25LLI30hkpx9PnAnXdeBaC49jcrs-AfM/s1600/no+Image+1.png Code with The One You Like Bellow
Now Like wise Wordpress Blogger Users can also have Related Posts with Thumbnails in Blogspot Blogs.To increase page views per user this widget can be very helpful, you can easily display the Related Posts with thumbnails below every post or below the post area with very ease.
Related Posts Widget with Thumbnails for Blogger
Here are the detailed steps to install the related posts widget for blogger with thumbnailsSTEP #1
Log in to Blogger -> Layout -> Edit HTMLand select the tick-boxExpand Widget Templates
Then, find (CTRL+F) this code in the template:
Then, find (CTRL+F) this code in the template:
</head>
And immediately before it, paste this code:
<!--Related Posts with thumbnails Scripts 24work.blogspot.com-->
<!-- remove --><b:if cond='data:blog.pageType == "item"'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#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:black;
}
#related-posts a:hover{
color:black;
}
#related-posts a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGqv6m9Lk3oE-DlwCF-KU2twpygzAcNpRrN6CMwVVOCaIDmwBXM289u6nGjfpf7LQTxiNXR6HpVisCMf45Hgutf_l6YpgEWZtzxLLXlNfPCvOP25LLI30hkpx9PnAnXdeBaC49jcrs-AfM/s1600/no+Image+1.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://24work.ucoz.com/24work-blogspot/related-posts/related-posts-with-thumbnails-for-blogger-pro.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts 24work.blogspot.com-->
STEP #2:
Now find this code in the template:
Now find this code in the template:
<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 with Thumbnails Code Start 24work.blogspot.com-->
<!-- 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>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels_thumbs&max-results=5"' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("<data:post.url/>");
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://24work.blogspot.com'><img style="border: 0" alt="Related Posts Widget For Blogger with Thumbnails" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdOoB6l4jLhKJOn1h2ZM-EAnDIaJ-9a62KvoiIXjqMOfF9uD_rtnDk66o2pJRG88c9PZlDCpgJ4ilEuH_IgWe41aenFg7-a5CLM3jpjyI4F-Q4ZG2LeL3jhruutYb8tzjhPPx0-xm-hrL/s1600/blogger-widgets.png" /></a><a href='http://24work.blogspot.com' ><img style="border: 0" alt="Blogger Templates" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQQc6OCja3eoysXan8TNVKye2fugQ8ER9mikv9m1ArLgI87NAc5y4iAGxcWoIvZFOeoMdrtLA3uZhb_ZOrgseJ5e0nq4b4hetswePDrqfKiFNail80eDam5jKCvoxwu3RfwNzOGXsfoesN/s1600/blogger-templates.png" /></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End 24work.blogspot.com-->
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;
To edit the title of the widget you can change this line of code
var relatedpoststitle="Related Posts";
To change the default thumbnail, you can edit this line of code
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGqv6m9Lk3oE-DlwCF-KU2twpygzAcNpRrN6CMwVVOCaIDmwBXM289u6nGjfpf7LQTxiNXR6HpVisCMf45Hgutf_l6YpgEWZtzxLLXlNfPCvOP25LLI30hkpx9PnAnXdeBaC49jcrs-AfM/s1600/no+Image+1.png";
var splittercolor="#d4eaf2";
Change https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGqv6m9Lk3oE-DlwCF-KU2twpygzAcNpRrN6CMwVVOCaIDmwBXM289u6nGjfpf7LQTxiNXR6HpVisCMf45Hgutf_l6YpgEWZtzxLLXlNfPCvOP25LLI30hkpx9PnAnXdeBaC49jcrs-AfM/s1600/no+Image+1.png Code with The One You Like Bellow
16 Responses So Far:
This is a great post. Thank you for sharing.
like my habit...si bloglang anu ganteng kalem tea
like my habit ...
if find a tutorial blogspot blog...you'll just wait...i'll reviews your blog, great articles here, full stylish :P
regards from si bloglang anu ganteng kalem tea \m/
a horizontal position and style thumbnails there; if so tell us how to do it thanks from GREECE
wow man!!! You rock..! I tried same thing on over 11-15 websites but only your worked,, not only worked.. It rocked...!!!
thanks buddy it was helpful
Tutorial yang sangat bagus sekali gan...maaf nich masa promosi MAU BELAJAR MEMBUAT BLOG WORDPRESS DEMGAN panduan video praktis bisa kunjungi
http://videopanduanwp.co.cc
harga saya jamin murah banget bos
i have read every page your blog today, thank u for this article very use full..my question : how to post like your related post between linked within..?? thank you
@Videowp
yeah,this blog is so great,i've been spending hours trying to edit my blog with tutorials from this blog.now my blog which is
http://www.freebrowsingtime.blogspot.com
is looking nice.but all this is attributed you you.thanks
great blog
http://www.drupalnetworks.com/
www.tollywoodmp3.in
Thanks http://nguyenhaicntt.blogspot.com/
Nice information
http://dzhambhanz.blogspot.com/
thanks! it helps a lot.
widgets are important for all the blogs to get traffic, and it makes the blog attractive. cheap printer cartridges
Potato chips making machine
Pleased to be here and learn about this. Thank you so much for sharing this with us.
good. http://kompasnia.blogspot.com
Post a Comment