Set up Date Format
After
installing this template, Go to Settings -- Language and formatting
page. Change the Date Header Format to Wednesday, May 8, 2013 like
format.
Set up Home page Slider
Go
to Template page in Blogger -- Click Edit HTML. Find following code. In
the following code, replace # with your link and <img> src with
your image source for slider
<div class='flexslider' id='home-slider'>
<ul class='slides'>
<li>
<article>
<div class='kp-view'>
<img src='../slide-1.jpg'/>
<a class='kp-mask' href='#'/>
</div>
<div class='flex-caption'>
<h1><a href='#'>Eight Important Factors of ...</a></h1>
</div>
</article>
</li>
..........
Set up Navigation Menu
Go
to Template page in Blogger -- Click Edit HTML. Find following code.
Replcae # with your menu URL. Also, replace the Menu names
<ul id='main-menu'>
<li class='current-menu-item'><a href='#'>Home</a></li>
<li><a href='#'>Features</a>
<ul>
<li><a href='#'>Categories page</a></li>
<li><a href='#'>Single page</a></li>
..........
Configure Number of Posts per Page
Go
to Template page in Blogger -- Click Edit HTML. Find following code.
Change value for Posts to Number of posts per page and Value for num to
number of buttons to display for pagination
var posts=6, // Number of posts in each page num=2, // Number of buttons will display
0 comments:
Post a Comment