Blogger Store

Created for bloggers who want to start an e-commerce or shopping site, Blogger Store is a professional looking template compatible with Paypal or Google Checkout

  • Animated shopping cart
  • Dual dropdown menu bar
  • Automatic featured content carousel
  • Grid and list style post view
Blogger store shopping blogger template

Lightroom Photo Blog Template

A beautiful photo blog template that displays photos in gallery format and is available in two styles basic and advanced

  • Switchable background
  • Attractive theme font
  • Integrated social media icons
  • Left sidebar and navigation menu
Lightroom Photo Blog Template

Magpress

Magazine style theme adapted from wordpress

  • Featured slider section
  • Dual menu bar
  • Tabbed widget
  • 4 column footer
Magpress Magazine style Blog Template

Sens

A simple theme with a clean layout

  • Full width featured slider
  • 4 column footer
  • Social widgets integrated
Sens Blogger template

Pop Out Social Bookmarking Widget

A nice-looking pop out social bookmarking widget that allows readers to share their favorite post easily

  • Neat display
  • Easy to install
Add pop out social bookmarking widget for blogger

Insomnia Blogger Template edit post

Posted by Bhavika On Monday, October 08, 2012 0 comments
Insomnia is a 2 column wordpress theme converted to blogger by Sora Templates. The template includes dual menu bar, featured content slider, 3 columns footer and social sharing widget.
Insomnia Blogger Template
The topmost menu bar shows page links automatically, while the second menu bar with dropdown can be configured from Edit Html -
<div class='menu'>
<ul class='fadein drop' id='menu-main-nav'>
<li><a href='#'>Blog</a>
<ul class='sub-menu'>
<li><a href='#'>Entertainment</a></li>
<li><a href='#'>Politics</a></li>
<li><a href='#'>Technology</a></li>
<li><a href='#'>Social Media</a></li>
</ul>
</li>
<li><a href='#'>Content Styling</a></li>
<li><a href='#'>Page Templates</a>
<ul class='sub-menu'>
<li><a href='#'>Sitemap</a></li>
<li><a href='#'>Archives</a></li>
<li><a href='#'>Contact Form</a></li>
<li><a href='#'>Full Width</a></li>
<li><a href='#'>Left Sidebar</a></li>
</ul>
</li>
In the above code replace '#' with the relevant category links, add your main categories and the sub-categories will appear under 'sub-menu', once done save the changes.

To configure the featured content slider find this code in Edit Html and make the changes -
<div class='viewport'>
<ul class='overview'>
<li class='featured-post col g4'>
<a class='dt-thumb' href='#'><img class='dt-post-image thumbnail' height='225' src='https://lh4.googleusercontent.com/-M9mBT7LYI4E/UEAmmHhDlPI/AAAAAAAADaM/gLjQ6KZRiMY/s300/1.jpg' width='300'/></a>
<div class='post-info'>
<h2 class='entry-title'><a href='#'>Under Lights in Astoria</a></h2>
</div>
</li>
Keep the image size 300px × 225px, add the image url, replace '#' with post link, add post title, and follow the same steps for all the slides. Your latest posts will be neatly displayed in the main column, and the post page has the social media icons and a comment form integrated in it.

The single sidebar and footer can be used to display popular posts, archives, recent comments, blogroll etc.

Download Insomnia Blogger Template

Galauness, a Minimalist Blogger Template edit post

Posted by Bhavika On Monday, October 01, 2012 0 comments
Galauness is a clean, minimalist 3 column blogger template created by Iksandi. The template includes neat display of post images with cool hover on effects, custom 404 error page and custom lightbox, related posts articles and social media buttons, 3 column footer and is available in two background colours - white and black.
Galauness, a minimalist clean blogger template
You can begin by configuring the social media links above the header, search for this code in Edit Html and add your account ids -
<a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Feed</a>
</li>
<li class='icon-facebook'>
<a href='http://facebook.com'>Facebook</a>
</li>
<li class='icon-twitter'>
<a href='http://twitter.com'>Twitter</a>
</li>
<li class='icon-gplus'>
<a href='https://plus.google.com'>GPlus</a>
</li>
<li class='icon-youtube'>
<a href='http://youtube.com'>Youtube</a>
</li>
<li class='icon-flickr'>
<a href='http://flickr.com'>flickr</a>
</li>
<li class='icon-lastfm'>
<a href='http://last.fm'>Last.fm</a>
</li>
<li class='icon-instagram'>
<a href='http://instagr.am'>Instagram</a>
</li>
<li class='icon-skype'>
<a href='http://www.skype.com'>Skype</a>
</li>
Next is the top navigation bar, find this code in Edit Html and make the changes -
<!-- Start - Navigation Menu -->
<div class='nav'>
<ul class='menu' id='menu'>
<li><a expr:href='data:blog.homepageUrl'>home</a></li>
<li><a class='drop-ctg' href='#'>category</a>
<ul>
<li><a href='#'>Category 1</a></li>
<li><a href='#'>Category 2</a></li>
<li><a href='#'>Category 3</a></li>
<li><a href='#'>Category 4</a></li>
</ul>
</li>
<li><a href='#'>Menu 1</a></li>
<li><a href='#'>Menu 2</a></li>
<li><a href='#'>Menu 3</a></li>
<li><a href='#'>Menu 4</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;404&quot;'>404 Error Page</a></li>
</ul>
</div>
<!-- End - Navigation Menu -->
Replace '#' with the category links, add sub-categories and save the changes. The main column shows the post images, text and comment on hover, its a lovely effect to have on blogger.

You also need to configure the post date from Settings--Language and formatting, change the Date Header Format and Timestamp Format, this step has to be done in order to avoid any errors. Also make sure you have disabled lightbox and comment form is embedded below post in Settings--Posts and comments, as shown in the image below.
galauness blogger template comment and lightbox setting
The footer also includes several features, like putting up your flickr stream. In order to activate that, paste this code in Layout--Add a gadget and add your flickr username (marked in bold) -
<script src=”http://www.flickr.com/badge_code_v2.gne?count=8&display=latest&size=s&layout=x&source=user&user=USERNAME” type=”text/javascript”></script>
Galauness minimalist clean blogger template footer
Next to Flickr you can also show your latest twitter updates, add the below code in Layout--Add a gadget and change Username with your twitter handle -
<div id=”twitter_div”>
<ul id=”twitter_update_list”></ul>
</div>
<script src=”http://twitter.com/javascripts/blogger.js” type=”text/javascript”></script>
<script src=”http://twitter.com/statuses/user_timeline/USERNAME.json?callback=twitterCallback2&amp;count=3&#8243; type=’text/javascript’></script>
Download Galauness Blogger Template

    Recent Templates

    Recent Comments

    Video Guides