Thumbnail Related Post With Marquee

Let's review a topic about how to create Thumbnail Related Post With Marquee. Have you ever seen Thumbnail Related Post With Marquee ? ...



Like this below :

This can display you 10 (Ten) Thumbnail Related Posts in each post of blog and it is moved by marquee.

How to create Thumbnail Related Post With Marquee ? ...

1. Go to Dashboard, click Design, click Edit HTML

2. Click Expand Widget Templates

3. Find code of HTML below :

</head>

you can use (Ctrl+F) to find easily

4. Right Before </head> place code of HTML below :

<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<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, &#8220;Times New Roman&#8221;, 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 src='http://blogergadgets.googlecode.com/files/relatedthumbs21.js' type='text/javascript'/>
<!-- remove --></b:if>


5. Find code of HTML below :

<div class='post-footer-line post-footer-line-1'>

you can use (Ctrl+F) to find easily

If you can not find it, find code of HTML below :

<p class='post-footer-line post-footer-line-1'>

you can use (Ctrl+F) to find easily

6. Right After <div class='post-footer-line post-footer-line-1'> Or, <p class='post-footer-line post-footer-line-1'>
(which one you can find)

Place code of HTML below :

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=12&quot;' type='text/javascript'/></b:if></b:loop>
<h3><b>Related Posts</b></h3>
<marquee align='center' behavior='alternate' direction='left' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' width='100%'>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=10;
var relatedpoststitle=&quot;&quot;;
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs();
</script></marquee>
</div><div style='clear:both'/>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://ayeyarmyae.blogspot.com' style='display:none;'>Blogfuel</a>
</b:if>
</b:if>

NOTES :
var maxresults=10; means 10 Thumbnail Related Posts displayed, you can change it. Example : var maxresults=5; or, anything you like.

7. Click Save Template and Done.

Now, you've already created Thumbnail Related Post With Marquee.

Post a Comment

[blogger]

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget