blogger template Bloom




DemoDownload
Template name : Bloom

Template features : Wordpress Look, 3 Columns, Right Sidebar, Magazine, Elegant, Featured Content Slider, Fixed Width, Gray Background, Top Navigation Menu, Page Navigation.

Release date : May 2012

Author :  www.soratemplates.com

Designer :  www.wpnow.com

Basic Instructions : How to install a Blogger Template

Configure Featured Content Slider:
Login to blogger dashboard --> layout --> Edit HTML. Now scroll down to where you see the codes below:
  • <div id='mygallery'>
     <div class='imageElement'><h2>Was "Free Willy" Better Off in Captivity?</h2><p/>
     <a class='open' href='#' title='Read More'/>
     <img class='full' src='/image.jpg'/>
     <img class='thumbnail'/></div>
     ..........
Now replace:
  • "#" with your featured post URL.
  • "image.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='wpn_menu' id='menu'>
     <li><a href='#'>Home</a></li>
     <li><a href='#'>Get in Touch</a></li>
     ..........
    <ul class='wpn_submenu' id='submenu'>
     <li><a href='#'>Culture + Celebrity</a></li>
     <li><a href='#'>Fashion + Beauty</a></li>
     ..........
Just replace "#" with your menu item URL.

Configure Page Navigation Widget:
search for:
  • var posts=6, // Number of posts in each page
        num=2, // Number of buttons will display
zzzz...
Back To Top