Archive for July 24th, 2007
Today, when i try to edit my template i found the way add widget to header and main page. Just edit few code without add any code, then i can add widget at header and main page at my blog template. Use this i can add my adsense code automatically, without add script at each post. Let’s start !!!
- Go to your template configuration then click edit HTML
- On your edit template form find code like this
Header Section
<div id=’header-wrapper’>
<b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=’no’>
<b:widget id=’Header1′ locked=’true’ title=’spypark.reborn Blog”s (Header)’ type=’Header’/>
</b:section>
</div>
<div id=’content-wrapper’>
Post Section
<b:section class=’main’ id=’main’ showaddelement=’no’>
<b:widget id=’Blog1′ locked=’true’ title=’Blog Posts’ type=’Blog’/>
</b:section>
</div>
- On header section you need to delete attribute maxwidgets and set attribute showaddelement to yes
- Check again your code, the result may like this
Header Section
<div id=’header-wrapper’>
<b:section class=’header’ id=’header’ showaddelement=’yes’>
<b:widget id=’Header1′ locked=’true’ title=’spypark.reborn Blog”s (Header)’ type=’Header’/>
</b:section>
</div>
<div id=’content-wrapper’>
Post Section
<b:section class=’main’ id=’main’ showaddelement=’yes’>
<b:widget id=’Blog1′ locked=’true’ title=’Blog Posts’ type=’Blog’/>
</b:section>
</div>
- after that hit button Save Template
- then go to Page Element and you can add element at header or post section
Have fun !!!
Before you read next line, you may need read my previous post about FavIcon. And after you read this please write your comment and any trouble you found in here. My previous post say, the way to change your FavIcon is write a few tag on tag head /* <head> </head>*/. You may need go to your template configuration page, then choose edit html. In there you’ll find you template code. Read you’re code template, find code like below :
<head>
<b:include data=’blog’ name=’all-head-content’/>
<title><data:blog.pagetitle></data:blog.pagetitle>
You can add your code FavIcon below that code. See this sample
<head>
<b:include data=’blog’ name=’all-head-content’/>
<title;><data:blog.pageTitle/></title>
<link href=’http://www.akatelsp-pwt.net/images/transmit_go.png’ rel=’shortcut icon’/>
<link href=’http://www.akatelsp-pwt.net/images/transmit_go.png’ rel=’icon’/>
Then press Save Template and you’ll find different on your blog page.
You can use free FavIcon or upload you’re icon in link below :
If you find another cool FavIcon please let me and another reader know by write in this post comment.





