Configure Featured Content Slider:
- Login to blogger dashboard -->
- layout -->
- Edit HTML -->
- Now scroll down to where you see the codes below:
<div id='slider'>
<a href='#'><img src='../slider_img1.jpg'/></a>
<img src='../slider_img2.jpg' title='#sliderText1'/>
<img src='../slider_img3.jpg' title='#sliderText2'/>
</div>
</div>
<div class='nivo-html-caption' id='sliderText1'>
<div class='sliderCaption sliderCaptionVisual'>
<h2 class='topNone'>Visual identity</h2>
If you want promote your business... <a href='#'> more »</a>
</div>
</div>
..........
Replace:
- "#" with your featured post URL.
- "slider_img1.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='sf-menu'>
<li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='#'>Blog</a>
<ul>
<li><a href='#'>Blog Main</a></li>
<li><a href='#'>Single Post</a></li>
..........
Replace "#" with your menu item URL.
Configure Social Widget:
search for:
<ul class='footerSocial itemList'>
<li class='footerSocialRSS'><a class='imageLink' expr:href='data:blog.homepageUrl + "feeds/posts/default"'/></li>
<li class='footerSocialFacebook'><a class='imageLink' href='#'/></li>
<li class='footerSocialTwitter'><a class='imageLink' href='#'/></li>
</ul>
Replace "#" with your Social Account's URL.
Configure Page Navigation Widget:
search for:
var posts=4, // 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.