seo Related Posts Widget With Thumbnail For Blogger 2013
on Sunday, December 01, 2013
|
Seo Master present to you: Displaying related posts at the bottom of each post is a best way to keep to visitor busy and increase your page views.The related posts widget with thumbnails lists a selected number of posts with image thumbnail from each post. How To Add Related Posts With Thumbnail To BloggerGo to Blogger Dashboard > Design > Edit HTML. Download a copy of your template first. Tick "Expand Widget Templates" checkbox. Now search for below tag in your template
Code: </head>Just above it paste below code <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; font-size }
#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: #6E6E6E; color: #ffffff; } </style> <script type='text/javascript'> var defaultnoimage="http://www.matrixar.com/_u4gySN2ZgqE/SosvnavWq0I/AAAAAAAAArk/yL95WlyTqr0/s400/noimage.png"; var maxresults=6; var splittercolor="#d4eaf2"; var relatedpoststitle=""; </script> <script src='http://dtb-blogger.googlecode.com/files/related-posts.js' type='text/javascript'/> </b:if> Now search for below code in your template <div class='post-footer-line post-footer-line-1'/>Now place below code snippet just before of above line. <b:if cond='data:blog.pageType == "item"'> <div id='related-posts'><h2 style='background-color: nonee; color: #444444; font-family: arial, lucinda, verdana, geneva, sans-serif; font-size: 14pt; font-weight: 400; line-height: 16px; list-style: none; margin: 0px; padding: 0px; text-align: center;'> <u style='list-style: none; margin: 0px; padding: 0px; text-decoration: initial;'><span style='color: #00aeef; list-style: none; margin: 0px; padding: 0px;'>You may also Download</span></u></h2>
<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=7"' 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://www.matrixar.com/2012/11/related-posts-widget-with-thumbnail-for.html'><img alt='Related Posts Widget For Blogger with Thumbnails' src='http://www.matrixar.com/-Zoid9H0p4d0/UNO6E4JFBCI/AAAAAAAAE6U/YvukJkDAzeY/s1600/ico.png' style='border: 0'/></a><a href='http://duytemplates.tintucmoivn.com/'><img alt='Blogger Templates' src='http://www.matrixar.com/-Zoid9H0p4d0/UNO6E4JFBCI/AAAAAAAAE6U/YvukJkDAzeY/s1600/ico.png' style='border: 0'/></a></b:if></b:if> Now save your template and go to your blog,you will watch this widget just below of your posts.
Customizations To change the title of widget find the Related Posts in 2nd code. To change the number of posts to display find this var maxresults=6; code in 2nd code. 2013, By: Seo Master
|
Labels: Blogger, related posts, Tip