Kinder template is recommended for those wants to give their blog a portal look. Your blog should have atleast 6-7 categories. 30 post can easily appear on Home page. Special thanks to our brother 'Uong Jowo' for sharing this elegant JavaScript code. Author name and image will be automatically placed with your Google profile. We are listening to the community and Kinder theme is another FREE Responsive template. All i ask from you guys is prayers for my quick recovery. Thanks :)
How To Replace Social Bookmark With 728x90 Banner Ad?
- search for below line:
- replace complete code-area with this code:
- Search for line:
- Change width to 22%
- and save! :)
<!-- Replace Social bookmark with 728 Ad Starts here-->
<b:section class='Heed' id='header-rside' maxwidgets='1' preferred='yes'>
<b:widget id='Image1' locked='false' title='Ads' type='Image'>
<b:includable id='main'>
<b:if cond='data:title != ""'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<b:if cond='data:link != ""'>
<a expr:href='data:link'>
<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_img"' expr:src='data:sourceUrl' expr:width='data:width'/>
</a>
<b:else/>
<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_img"' expr:src='data:sourceUrl' expr:width='data:width'/>
</b:if>
<b:if cond='data:caption != ""'>
<span class='caption'><data:caption/></span>
</b:if>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
#header {width: 50%;}