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
Showing posts with label Brown and Cream. Show all posts
Showing posts with label Brown and Cream. Show all posts

Johny Magazine Blogger Template edit post

Posted by Bhavika On Monday, September 03, 2012 0 comments
Johny Kenthir is a 4 column magazine style blogger template created by Maskolis. The theme is suitable for a news blog, as it includes several features like dual menu bar with dropdown, automatic featured content slider, automatic recent per category, 3 column footer, tab view of categories, automatic slider carousel, ads ready, pagination integrated and more.
johny kenthir banget magazine blogger template
johny magazine blogger template video tabber
Let's start with modifying the theme, for the first navigation bar, find this code -
<ul id='menubar'>
<li><a href='/'><img border='0' src='http://1.bp.blogspot.com/-hOrRvLeBQYM/T_WSzbGC7vI/AAAAAAAAHPw/S_2CUG0zZhk/s1600/home_white.png' style='padding:0px;'/></a></li>
<li><a href='#'>About Us</a></li>
<li><a class='trigger' href='#'>Contact Us</a>
<ul>
<li><a href='#'>Goggle +</a></li>
<li class='hr'/>
<li><a href='#'>Contact on Facebook</a></li>
<li class='hr'/>
<li><a href='#'>Contact on Twitter</a></li>
</ul>
</li>
<li><a href='#'>Sport</a></li>
<li><a href='http://creatingwebsite-maskolis.blogspot.com/2012/07/johny-kenthir-template-ramai-seperti.html'>Instruction to use</a></li>
Add your links after '<a href="' and the corresponding categories, for example - below 'Contact us' you can add sub-categories, so below 'ul' you can add sub-sections/categories etc. Right below the first menu bar is the second bar which automatically displays pages.

The carousel below the menu bar updates automatically once you have 4 or more posts. While the slider in the main column shows articles as per the selected label, you need to paste the below code in Layout, click edit 'HTML/javascript' gadget -

<div id='featuredContent'>
<div class='sliderwrapper' id='featured-slider'>
<script>
document.write("<script src="/feeds/posts/default/-/sport?max-results="+numposts3+"&orderby=published&alt=json-in-script&callback=showrecentposts3"></script>");
</script>
</div>
<div id='paginate-featured-slider'>
<ul>
<script>
document.write("<script src="/feeds/posts/default/-/sport?max-results="+numposts3+"&orderby=published&alt=json-in-script&callback=showrecentposts4"></script>");
</script>
</ul>
<div class='clear'></div>
</div>
<script type='text/javascript'>
featuredcontentslider.init({
id: "featured-slider", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "mouseover", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 0.4], //[true/false, fadedegree]
autorotate: [true, 5000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>
</div>
Change the label (marked in bold) with the one you want to display and also the number of posts (marked in bold) to show in the slider. Adjacent to the slider, the latest posts are shown from the blog feed along with page navigation widget.

This template also includes the 'video category' widget, that will display your latest video posts. To get it working, go to Layout, click on edit 'Video category', put in the desired label and save. Now get the embed code from YouTube, insert it in the post along with this line of code (in bold). It should look like this -

<iframe width="560" height="315" src="http://www.youtube.com/embed/5pHbzBH3KxQ" frameborder="0" allowfullscreen></iframe><img border="0" height="0" width="0" src="http://i2.ytimg.com/vi/5pHbzBH3KxQ/0.jpg" />
Also ensure that you change the serial number in the above code (5pHbzBH3KxQ) in italics, and publish the post.

Besides the video section, you can show posts by another label as well, go to Layout, edit Label 1, put in the label and save the changes.
johny kenthir insert label widget
Johny Kenthir theme is extremely useful if you have lot of content, another way of showing posts per label is in tabbed format. To get that working, search for the following code in Edit Html and replace the labels -
Title1="DIARY";Title2="JAZZ";Title3="HEALTH";Title4="SPORT";Title5="COMEDY";
The next step is to search for this code, click on 'Expand widget' and add the labels (as indicated in bold) -

<div class='tab-wrapper'>
<div class='tabber' id='tab1'>
<script>
document.write(&quot; &lt;script src=&quot;/feeds/posts/default/-/sport?max-results=&quot;+numposts9+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts9&quot;&gt;&lt;/script&gt;&quot;);
</script></div>
<div class='tabber' id='tab2'>
<script>
document.write(&quot; &lt;script src=&quot;/feeds/posts/default/-/sport?max-results=&quot;+numposts9+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts9&quot;&gt;&lt;/script&gt;&quot;);
</script></div>
<div class='tabber' id='tab3'>
<script>
document.write(&quot; &lt;script src=&quot;/feeds/posts/default/-/sport?max-results=&quot;+numposts9+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts9&quot;&gt;&lt;/script&gt;&quot;);
</script></div>
<div class='tabber' id='tab4'>
<script>
document.write(&quot; &lt;script src=&quot;/feeds/posts/default/-/comedy?max-results=&quot;+numposts9+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts9&quot;&gt;&lt;/script&gt;&quot;);
</script></div>
<div class='tabber' id='tab5'>
<script>
document.write(&quot; &lt;script src=&quot;/feeds/posts/default/-/jazz?max-results=&quot;+numposts9+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts9&quot;&gt;&lt;/script&gt;&quot;);
</script></div>
Add the labels for all the tabs, and save the changes. Each post includes the social media sharing widget, and also the' Related posts' widget, so you don't need to bother of adding it manually.
related posts widget in magazine blogger template
Next you can customise the sidebar and footer columns by adding various blogger widgets. Its a very professional-looking theme with excellent features, so you won't miss out on showing your top content.

Download the Johny Magazine Blogger Template
Read More or Download this Blogger Template

Doggy Love Blogspot Theme edit post

Posted by Bhavika On Thursday, July 15, 2010 0 comments
If you are a dog lover just like me, then here's a blog template for you to write down all the cute things your pet does. Doggy Love is a 3 column theme designed by TemplateLite and ported to blogger by Anshul.
Doggy Love Blogspot Theme
Its got a cute header image of the dog and a comment box, where the blog title and one line description will appear. Below that is the search section and an interesting menu bar. You can add the categories in Edit Html, search for the below code and replace # with your links and Page 1 etc with your text.

<div id='menu'>

In the main column the headline appears on a bone along with the date stamp on the extreme right. Whereas the labels and comments come at the end of the post. This theme comes with 2 sidebars, so there is enough space to add blogger features and widgets of your choice.

Download the Doggy Love Blogspot Theme
Read More or Download this Blogger Template

Impressões Blogger Theme edit post

Posted by Bhavika On Sunday, October 25, 2009 6 comments
Template Impressões (means Template Printing in English) is a simple and elegant theme converted from Minima template by Templates Novo Blogger. Impressões Blogger Theme
Its a 2 column theme with brown and white color scheme. The template has a horizontal menu bar where you can add your links from Edit Html. To edit the links, go to edit Html and search for the following code and replace them with the relevant links.

<div id='navigation'>
<ul>
<li class='home'> <a href = 'http://riscoserasuras.blogspot.com/'> Home </ a> </ li>
<li class='tab'> <a href=''> About </ a> </ li>
<li class='tab'> <a href=''> Images </ a> </ li>
<li class='tab'> <a href=''> Contact </ a> </ li>
</ ul>

The main column has a nice design next to the post headline, the headline appears in the center of the post. The date stamp and author comes above the headline and the remaining post details like time, comments and labels are placed at the end of the post. Even the comments section has a minimalist look, the number of comments appear in the middle with the same design as the post headline around it.

The sidebar has a author profile section where your picture is displayed along with a short description about yourself, it picks it from your blogger profile. While the rest of the space can be used to add other blogger widgets.

There are several images used by the coder on this blog, they have been included in the template folder. These are heavy images, so its best to host the images on your own blog or a photo-sharing site like image shack.

Create a new post and add all the images that are present in the template folder. Leave the image as large and save it as draft. Click edit and copy the url of the image and paste the url in the corresponding position in the template code. For example body background image url should replace the text in bold -

body {
background:url(http://4.bp.blogspot.com/_YGpl3rQPSzI/SqXYfLn4NHI/AAAAAAAAN0g/4QIzInK6ssQ/s320/back.png) repeat;

Similarly you need to replace the urls for all the images, so the template loads faster.

Download the Blogger Template Impressões
Read More or Download this Blogger Template

Photographic Film Blogger Template edit post

Posted by Bhavika On Friday, August 14, 2009 15 comments
At a time when film cameras are passe, Photographic Film template brings back memories from the good old days. Its a wordpress theme designed by Template Lite and converted to blogger by Falcon Hive. Photographic Film Blogger Template
The 2 column template has a cinematic header, which you can tweak if you know bit of photoshop. Below that is the RSS icon, you can set it up by going to ‘Edit HTML’ and search for this code and add your RSS feed link.
<a class='rss' href='RSS-LINK-HERE' title='RSS Feed'/>

Just before the main posts begin, there is a menu bar to display your categories. While the post headline and date stamp appears in a rectangular box and labels and comments are at the bottom of the post. The sidebar is integrated with an internal search box followed by blogger widgets of your choice like labels, archives etc.

A vintage camera icon accompanies each category header, that goes well with the overall blog theme.

Download the Photographic Film Blogger Template
Read More or Download this Blogger Template

Blogging Delicious Blogger Theme edit post

Posted by Bhavika On Monday, August 03, 2009 1 comments
Blogging Delicious is a 2 column template designed by EZwpthemes and converted to blogger by BloggerThemes. Blogging Delicious Blogger Theme
Blogging Delicious is a food-based theme for all the food lovers who want to blog, put up recipes etc. The header has an image on the right, and in the rest of the space you can add the blog title and one line description.

The menu bar features below the header, followed by the posts. Details of each post appears below the headline itself, like the labels, author name, date and time stamp, while the comments appear at the bottom of the post.

The single sidebar is on the right and contains an internal search box to facilitate readers to browse through your content. Then you can add the regular blogger widgets in the sidebar like labels, archives etc.

Blogging Delicious is a simple template with no additional features, but if you want to start a food blog, then you can consider using this.

Blogging Delicious Blogger Template
Read More or Download this Blogger Template

Desk Mess Blogger Template edit post

Posted by Bhavika On Monday, February 09, 2009 19 comments
Desk Mess template has been converted to blogger by Falcon Hive, and originally designed by Geek With Laptop. Desk Mess blogger template
The two column template has a neat header, basically symbolising the mess on an office desk, which actually stands out in the entire template. But since there are so many images it can increase the loading time of the page. Desk Mess template also has a wooden background to add to the overall look.

The navigation bar is in the form of stapled chits of paper, where you can display the categories. While the main column is simple, I liked the way the comments would show up, like notes pinned on the board.

While the side column is just like any other template, except that the RSS icon is missing. Overall, its a creative and a simple template, which you can use if you have a personal blog or if run a blog on office gossip:).

Download the Desk Mess Blogger Template
Read More or Download this Blogger Template

Blogger Notes Blogspot Skin edit post

Posted by Clyde On Thursday, December 04, 2008 7 comments
The Blogger Notes template was originally designed for wordpress by Padd IT Solutions and ported to blogger by Theme Lib.
Blogger Notes Blogspot Skin
Another diary style and definitely not the best, this ones on the lines of Agenda 01 and the Notepad template, but I really prefer the Notepad Chaos or the Creative Art Blogger theme.

This template seems like its trying to be creative and somehow does not succeed. Though if you like the diary design with the column on the left hand side this is the only one. Its not ugly but neither is it beautiful, though it is functional for a two column template.

It has a tabbed navigation menu on top of the main column with a hover on color change, an rss button in the sidebar along with a search. The links in the sidebar too have a hover on color change, the headlines and headings have a bit of color that matches with the template.

Theres nothing much more to talk about, of course it may suit your fancy and you can download it from the link provided, have a nice day!

Download the Blogger Notes Blogspot Skin
Read More or Download this Blogger Template

    Recent Templates

    Recent Comments

    Video Guides