Configure Featured Content Slider:
- Login to blogger dashboard -->
- layout -->
- Edit HTML.
- Now scroll down to where you see the codes below:
<ul class='carrousel-slider'>
<li class='slide'>
<div class='slide-body'>
<div class='grid-protection'>
<a class='image-link enlarge' href='#'><span>Image Link</span></a>
<img src='../slide.jpg'/>
</div>
</div>
</li>
..........
Replace:
- "#" with your featured post URL.
- "slide.jpg" with your slider image.
Configure Dropdown Menu:
- Login to blogger dashboard -->
- layout -->
- Edit HTML.
- Now scroll down to where you see the codes below:
<ul class='menu' id='menu-main-menu'>
<li><a href='#'>Home</a></li>
<li><a href='#'>Blog</a></li>
<ul class='sub-menu'>
<li><a href='#'>Full Width Page</a></li>
<li><a href='#'>Sidebar Right</a></li>
..........
Replace "#" with your menu item URL.
Configure Page Navigation Widget:
search for:
var posts=8, // Number of posts in each page
num=2, // Number of buttons will display
Subscribe To Get FREE Updates!
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.