One hack - Blog Template
This is a Allhack v1.0 template converted from Lots Of Blogger Template. I have also modified it with a better and even Blogger Template Hack.
Blogger Template Hack That I Use
01. Similiar Post By Category By hoctro
02. Random Rotating ADS Banner
03. Social Bookmarks button By 3spot
04. Comment Author Photos By purplemoggy
05. Expandable Post Summary for the New Blogger (PETER CHEN)
Download v1.0
Download v1.1 Update 9 June 2008
100 Backgrounds Update 18 June 2008
Download v1.2 Update 28 AUG 2008
01. Instructions To Use the Expandable Post Feature
Go to SETTINGS > FORMATTING and then in the POST TEMPLATE, add in these lines:Type your summary here
<span class="fullpost">
Type rest of the post here
</span>
then save the settings. If you do this, then each time you create a new post, the above codes will already be in the post editor window.
02. CODE To Use Random Rotating Banner
Add Page Element--> HTML/JavaScript Widget below Header Widget And Paste Code Below:<center>
<script language="JavaScript">
<!--
/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://sumpit.info/oneblog/headerads.jpg"
myimages[2]="http://sumpit.info/oneblog/headerads2.jpg"
myimages[3]="http://sumpit.info/oneblog/headerads3.jpg"
myimages[4]="http://sumpit.info/oneblog/headerads4.jpg"
myimages[5]="http://sumpit.info/oneblog/headerads5.jpg"
myimages[6]="http://sumpit.info/oneblog/headerads6.jpg"
myimages[5]="http://sumpit.info/oneblog/headerads7.jpg"
myimages[8]="http://sumpit.info/oneblog/headerads8.jpg"
myimages[9]="http://sumpit.info/oneblog/headerads9.jpg"
myimages[10]="http://sumpit.info/oneblog/headerads10.jpg"
myimages[11]="http://sumpit.info/oneblog/headerads11.jpg"
myimages[12]="http://sumpit.info/oneblog/headerads12.jpg"
myimages[13]="http://sumpit.info/oneblog/headerads13.jpg"
myimages[14]="http://sumpit.info/oneblog/headerads14.jpg"
myimages[15]="http://sumpit.info/oneblog/headerads15.jpg"
//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="#"
imagelinks[2]="#"
imagelinks[3]="#"
imagelinks[4]="#"
imagelinks[5]="#"
imagelinks[6]="#"
imagelinks[7]="#"
imagelinks[8]="#"
imagelinks[9]="#"
imagelinks[10]="#"
imagelinks[11]="#"
imagelinks[12]="#"
imagelinks[13]="#"
imagelinks[14]="#"
imagelinks[15]="#"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}
random_imglink()
//-->
</script>
<br/>
<!--ANY THING YOU WANT TO SAY //-->
Your Adsense CODE HERE
</center>
You can change Image Location Your Own.