HeadLines Blogger Template
HeadLines Blogger Template created and developed by Woo Theme and bloggertheme9. com, with the 2 column format and available Featured Conten Slider. In addition to a very nice look, this template is also very easy to customize, by editing the HTML on your blogger. Try and prove the beauty of HeadLines Blogger Templates.
Template Setting
For setting up the template, do the following:Log in to blogger Dashboard - Tamplate - Edit HTML -- Expand Widget Templates.
For customize navigation menu
Search for the Following Code:<!-- Customize Navigation Menu Here -->Replace "#" with your category URL.
<li><a href='#'>Label</a>
<ul class='children'>
<li><a href='#'>category</a></li>
<li><a href='#'>category 1</a></li>
</ul>
</li>
For changing author info
Search for the Following Code:<!-- Change Author Info Here -->Replace AUTHOR-PIC-URL with your profile pic URL.
<div class='auth-panel'>
<img src='AUTHOR-PIC-URL'/>
<h3>About the Author</h3>
<p>
Write admin description here..<br/>
</p>
</div>
For edit page counter, edit number of post on each page
Search for the Following Code:<!-- Page Counter - Edit Number Of Post To Show On Each Page -->
var postperpage=4;
var numshowpage=3;
For changing social profile icons
Search for the Following Code:<!-- Social Profile Icons -->Replace with your profile URL.
<a href='YOUR-FACEBOOK-URL'
<a href='YOUR-TWITTER-URL'
<a href='YOUR-GOOGLE+-URL'
For changing Ads below post title
Search for the Following Code:<!-- Show Ads Below Post Title -->After that Add you Adsense code to show ads below post title.