Selasa, 17 Desember 2013

Brand Mag UX Responsive Blogger Template

BrandMag UX Responsive Blogger Template

Template Name: BrandMag UX
Platform: Blogger / Blogspot
Release date : 18, December 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0




Brand Mag UX is pure and fully responsive Blogger Template builds with latest technologies like HTML and CSS3. It has a unique design concept with multiple elements to customize and turn it around. It has variation in the header, as you can add either Slider or Advertisements. You can use it for design, portfolio, magazine, personal blog, products, presentation and landing page etc. It is also pre-optimized for on-page SEO providing enough functionality to index your posts 80% faster than the other Blogger Templates available on different websites.

BrandMag UX Responsive Blogger Template

Features of BrandMag UX Blogger Template:

  1. Unique Design: The UX Design on this theme is totally unique, which gives an extra finish to your website. It is elegant yet simple, which is the main required of a decent website design. It could be used as a magazine or a portfolio site at the same time (due to its flexible features).

  2. Sticky Navigation Bar: The sticky navigation bar is somewhat inspired from Android UI, the strip based navigation gives you enough flexibility to expand it or to keep it slim. This makes it a lot easier for your visitors to navigate through your content.

  3. 100% Responsive Design: Like our previously released theme vCard, this template is also 100% responsive. We have tested it on different devices like Android, iPhone, Desktops, and HD Laptops. It works awesomely well on all standard devices.

  4. Featured Label Area: This feature is the trademark of Templateism.com. It allows you to display Posts from a specific Label. It is easily customizable and works on jQuery, so it is amazingly fast and reliable to use.

  5. 3D Gallery Slider: This is an awesome slider for developers and web designers who loves to showcase their designs, websites, and artwork. It works smoothly, there are few customization available to change its way of working.
More Features: Automatic Summery, Auto Read More, Ad Friendly, 4 column Footer (Available for HD Laptops), Cloud Labels, Related posts, Threading commenting and much more.

How to Customize Feature Top Label: 

To modify Feature top Label, go to Blogger.com >> Layout >> Feature Top (Full Width) >> Edit, and paste the following code in the HTML Text box. Note: Replace "Featured" with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.

<h2 class="feature-heading">Trending Articles From <b>Brand. Mag. Ux.<b></b></b></h2>
<script type='text/javascript'>
var numposts = 10;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = false;
var numchars = 280;
</script>
<script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&amp;alt=json-in-script&amp;callback=labelthumbs"></script>

How to Change 300x250 Ad in Header: 

Go to Blogger >> Layout >> 300x250 AD TOP >> Edit, and paste your Ad Code in the HTML Box. Once everything is done, save the gadget and the advertisement would start appearing on all across your site except the homepage. 

We hope this new and unique Blogger template would be a useful addition to our template inventory. Do let us know what are your thoughts and vies about this latest addition. We have some amazing, and more unique Blogger templates to release in the upcoming year 2014, so stay tuned. 

Selasa, 26 November 2013

vCard Responsive Blogger Template

vCard Responsive Blogger Template
Template Name: vCard Blogger Template
Platform: Blogger / Blogspot
Release date : 26, November 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0




vCard Blogger Template is a Professional and personal CV template made for personal information, resume and portfolio. vCard Blogger Template is stylish as well as elegant. We have designed it with pure techniques that will give a flow to your information. It has simple yet effective tab navigation which would help you to switch from the portfolio of your most recent work. This colorful theme is fully responsive which means it looks perfect on all standard devices. The flexible options and robust techniques used in this theme makes it the best CV Blogger template.

Large Preview vCard Template

Featured of vCard Blogger Template: 

  1. 100% Responsive Design:  Like our previously released theme Red Hood, this template is 100% responsive. Which means, it supports and renders perfectly on all standard devices giving enough flexibility to your users to browse your site perfectly?

  2. Total Share Counter Buttons: Unlike other social counter buttons, we have first time included a Total share counter that actually displays the total sum of shares that you got from Facebook, Twitter, Google+ and etc. This works just like Mashable.

  3. Personal and CV Theme: Every blogger, web entrepreneur needs his personal blog to share what he is doing these days with his readers. It's just another way of interaction and communication with readers and fans. This theme gives you the best opportunity to blog and interacts with your fans.

  4. jQuery Page Load Effect: We have used some smart and fast jQuery to give some extra effects to your site whenever a new page is loaded. Check out the demo for more.
More Features: Colorful theme, Social buttons, 1 Column Theme, 3 Coolum Footer, No Sidebar, Full width Template. Portfolio and Blog style 2 in one.

How to Display Posts via Labels:

The first thing you need to do is to log in to your account. After logging in go to Blogger >> Layout >> (Tab Widget 1) >> and paste the following piece of coding in the HTML Box. After pasting the code, you need to work with Labels to display the posts. Just replace “Featured” with any other label you are willing to use to display the posts. Once done, save the widget.

1. Normal Style:
<script type='text/javascript'>
var numposts = 6;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = true;
var numchars = 100;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>
vCard Grid Template

2. Grid Style:
<div class="normal_grid">
<script type='text/javascript'>
var numposts = 9;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = true;
var numchars = 100;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Grid?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>
</div>
vCard Grid 2nd Layout  

3. Small Grid Style 
<div class="grid_layout">
<script type='text/javascript'>
var numposts = 12;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = false;
var numchars = 100;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Featured1?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>
</div>
vCard Grid 3rd Layout

How to Display Recent Posts:

If you are willing to display Recent Posts then you have to follow same steps. Go to Blogger >> Template >> Edit HTML >> (Tab Widget 4) >> and paste the following piece of coding in the HTML Box. Once everything is done, save the widget.
<script type='text/javascript'>
var numposts = 6;
var showpostthumbnails = true;
var displaymore = true;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = true;
var numchars = 150;</script>
<script type="text/javascript" src="http://rdesigntheme.blogspot.com/feeds/posts/default?max-results=6&orderby=published&alt=json-in-script&callback=labelthumbs"></script>

How to Rename Tab Widget Title?

To Rename the title of 5 tabbed widget area, you have to get into the Template coding. Go to Blogger >> Template > Edit HTML >> and search for <!-- Tab Widget Names --> . Now you will be able to see the titles of the tabbed widget. Now change and customize it according to the desire needs.

From the Designer's Desk:

We hope this new innovative Personal blogger template would help you in showcasing your work in a better way. Let us know what are your thoughts about the new fast and respomsive vCard Blogger Template. 

Senin, 18 November 2013

Red Hood Portfolio Blogger Template

Vortex Responsive Blogger Template
Template Name: RedHood Portfolio 
Platform: Blogger / Blogspot
Release date : 18, November 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0




Red hood Portfolio Blogger Template is super stylish, and at the same time it is highly 100% responsive, perfect quality, super elegant, premium design Blogger Theme ideal for photography or picture based blogs or web portable.  If you are a photographer or a web developer and you want to showcase your work, then Red Hood Portfolio is a perfect example of what class and perfection is all about. It displays your portfolio is such a manner that your clients would love to hire you on a permanent basis.


Features of Red Hood Portfolio Blogger Template:

  1. 100% Responsive Blogger Template: Most of the blogger themes are not flexible enough to fit screens of different devices; even the responsive one fails to do it. However, we are giving you the certain a surety that this theme is 100% Responsive, following are the few screenshots we took while testing it on Android 4.3 and iPhone 5.

  2. Automatic Logo Generator: Unlike other Blogger templates, we have come up with a new and innovative idea. Some webmasters, who are not into Logo designing (Photoshop) can now make use of this amazing feature. We have integrated a flexible custom script, which would automatically create a beautiful logo for you. All you need to do is to select a 2 word title for your blog for example RedHood Portfolio.

  3. Portfolio Style Theme: This theme is ideal for Wallpaper, showcase, portfolio, artwork and picture based websites. Giving it a certain amount of awesome behavior Red Hood framework is perfect for all kinds of style (blog, magazine styles are coming soon).

  4. Tabbed Sidebar Widget Area: The tabbed widget gives you extra space in your sidebar. Those days are gone when tabbed widgets were un-friendly a not responsive. We have added an amazing Sidebar tabbed widget area which would surely grab your visitors’ attention. 

  5. RSS Email Subscriber: Unlike our other themes, we have used this functionality for the first time and we are regretting why we didn’t use it before. It is a bulletin Blogger widget, we have given it a new look and touch with our amazing CSS3 abilities

  6. Featured Posts Via Labels: This feature is no more a new thing for Templateism Themes (almost all our themes have this feature unlike others). So, what is new here? We have designed it with real amazing CSS. We will not tell you, just go ahead and hover over the posts mentioned below the ticker. 

  7. Finger Touch Friendly Image Slider: Since, it is a responsive theme, so we decided to integrate a touch slider that operates on finger touch (if a person is browsing from a device that supports finger touch.

More Features:  Recent posts, Social Links, Social Sharing counter buttons, Related posts, Threaded commenting system, Multi Drop Down menu, Reddish blue color scheme and much more exciting features to enjoy.

Theme Customization and Faqs:

How To Insert 728x60 Advertisements:

First thing first, Go to Blogger.com >> Layout > Ad 728x60 >> Edit >>. Now in the HTML Text area, Paste your Ad code (remember it should be of 728 width and 60 height).

How to Add Recent Posts:

First thing first, Go to Blogger.com >> Layout > Recent Posts >> Edit >>.Now in the HTML Text area, Paste the following code which is mentioned below (Remember: You must upload 1 image in your posts by yourself otherwise it will not display it properly). You can replace "2" with the number of recent post you want to show.
<script type='text/javascript'>
var numposts = 2;
var showpostthumbnails = true;
var displaymore = true;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = true;
var numchars = 150;</script>
<script type="text/javascript" src="http://rdesigntheme.blogspot.com/feeds/posts/default?max-results=5&orderby=published&alt=json-in-script&callback=labelthumbs"></script>

How to Add Featured Posts:

First thing first, Go to Blogger.com >> Layout > Featured Post (TOP) >> Edit >>. Now in the HTML Text area, Paste the following code which is mentioned below.

<div style='clear:both;'></div>
<script type='text/javascript'>
var numposts = 4;
var showpostthumbnails = true;
var displaymore = true;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = true;
var numchars = 100;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>
Now replace the word “Featured” with any other Label that you will use to display Featured posts. Whenever you will use that label in your posts, those posts will show up in this feature area. (Remember: You must upload 1 image in your posts by yourself (not from other sites i.e. WordPress or Flickr otherwise it will not display it properly).

From the Designer’s Desk:

We hope this gallery style blogger template would bring some extra attention to your site. Still if you feel like you need some changes, then you can always customize it according to your desire needs making sure you don’t violate the creative commons copyrights. Let us know what are you inputs about this new and amazing framework Red Hood, say tuned because up next is Red Hood Magazine.

Sabtu, 19 Oktober 2013

Vortex Responsive Blogger Template

Vortex Responsive Blogger Template
Template Name: Vortex Blogger Template
Platform: Blogger / Blogspot
Release date : 20, October 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0




Vortex is 100% responsive, high functioning and multimedia magazine style blogger template designed for richly professional bloggers and webmasters. It has some efficient features and functionalities that would certainly make you go gaga about this template. Most importantly, this template looks different on each and every device. For example, check it on your PC, Laptop, iPad and even your smartphones you will find all layouts a slight different from others, we call it the excellent designing. Other than that, it has some noteworthy features which are listed below.

Vortex Responsive Blogger Template

Features of Vortex Responsive Blogger Template:

  1. 100% Responsive Blogger Template: Vortex is flexible and highly responsive Blogger template. We have tried our best to produce a high quality theme with extremely flexible responsive style. We have tested it again and again on different devices like Android, iPhone, iPad, and it works pretty awesome on all devices with different screen resolutions. It fits your screen like as if it was exclusively made for your device.

  2. SEO Friendly: SEO is something that can be done by you or other professionals. Since, you are using our templates, so we provide you the facility to just post your content, where as we take care of your Search engine optimization.

  3. Multi-Drop down Menu: This theme also supports multi-drop down menu that enables you to add more categories in your site. It helps in giving users the flexibility to get into the depth of your category.

  4. Browser Compatibility: Vortex is cross-browser supported that shows; we have checked and tested this theme a gazillion times before releasing it in public. It works fine on all major browsers like Chrome, Firefox, Internet explorer. However, it might not function on some low quality old school browsers that do not know the standards of latest development i.e. CSS3 and HTML5.

  5. Optimize for AdSense: We have added some Html Comments that will help you to display Ads below and above your posts. In your template search for <!—AdSense Above Posts --> or <!-- AdSense Below Posts --> and replace it with your parse AdSense ad code.

How to Customize Feature Bottom Label:

The first thing you need to do is to go to Blogger >> Your site >> Layout >> Label Top (Feature Posts 1) >> and paste the following code in the HTML Box. Note: Replace "Featured" with your Label. Remember: The label name should be accurate, making sure that letters are capital or not.
<script type='text/javascript'>
var numposts = 1;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  true;
var showpostsummary = true;
var numchars = 400;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>

How to Customize Feature Bottom Label:

To customize Feature top Label first upload this template to your site then go to Blogger.com >> Layout >> Feature Bottom >> Edit and paste the following code in the HTML Text box. Note: Replace "Technology" with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.
<h2 class="homelabelh"> Technology News</h2>
<div style='clear:both;'></div>
<script type='text/javascript'>
var numposts = 6;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate =  false;
var showpostsummary = false;
var numchars = 100;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Technology?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>

From The Designers Desk:

When we shared a teaser of this template on our Facebook page. We got a handful of awesome reviews, one user said that, "This is the GOD of Blogger Templates". Therefore, we decided to give it for Free. Let us know what you are outcomes about this template in the comment section below.

Senin, 23 September 2013

Educator Blogger Template

Educator Blogger Template

Template Name: Educator Blogger Template
Platform: Blogger / Blogspot
Release date : 23, September 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Educator Blogger Template is utterly stylish yet decent and sober theme designed for BlogSpot based websites. We have designed this template for all those colleges, universities and other institutions who want to have an amazingly professional website with not a lot of expenses. Educator Blogger template allows you an ideal online institution website, and at the same time it can also be converted in a full-time magazine blog. Though, it is designed for educational blogs, but one can also use it on magazine, Technology, Multimedia based websites.

Educator Blogger Theme (Big View)

Features of Educator Blogger Template:

  1. Responsive Blogger Template: This theme supports multiple dimensions, which means it would appear just perfect on your personal computers, laptops, smartphones, and the rest of the other devices.  Which means your mobile users would enjoy browsing your site as it would bring a lot of perks to them. 

  2. Full Width Image Slider: In this theme, we have also connected a responsive highly flexible image slider. You can upload picture of any sizes, and it would stretch it just faultlessly. However, to bring productive results upload a decent large image. 

  3. Featured Posts: Like our other templates, we have also included featured post functionality through which you can display posts tagged with a specific Label differently. To install this function, check out the details below.

  4. SEO Optimized: Search engine optimization is considered as the one of the essential element of a website this is the reason why we always emphasis on developing themes having moderate SEO score. We have added some distinct on-page SEO plugins which would certainly help you in increasing your Google SERP Rankings. 
More Features: Multiple Drop Down Menu, 4 columns Footer, 3 columns Template, Threaded commenting system, related posts, Ads ready, SEO Friendly and much more.

How to Customize Feature Top Label:

To customize Feature top Label first upload this template to your site then go to Blogger.com >> Layout >> Feature Top (Full Width) >> Edit and paste the following code in the HTML Text box. Note: Replace "Technology" with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.
<h2 class="featuredi"><a>Feature Update<a></a></a></h2>
<script src='/feeds/posts/summary/-/Technology?max-results=4&amp;orderby=published&amp;alt=json-in-script&amp;callback=recentthumbs&amp;' type='text/javascript'/>
     </div> <div class='clears'/></script>

How to Customize Feature Left Label:

To customize Feature Left Label go to Blogger.com >> Layout >> Feature (Side) >> Edit and paste the following code in the HTML Text box. Note: Replace "Tech" with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.
<div id='featureside'>
<h2 class='featureside'><a>Feature Update<a/></a></a></h2>
<script src='/feeds/posts/summary/-/Tech?max-results=8&amp;orderby=published&amp;alt=json-in-script&amp;callback=recentthumbs&amp;' type='text/javascript'/>
  
   </div> <div class='clears'/>

How To Customize Slider: 

First login to your blogger dashboard and go to Template >> Edit HTML  and search for the following piece of code and customize it according to your desire needs.
<section class='slider-wrapper'>

From The Designers Desk:

We hope this Blogger theme would help you in renovating your blog with true awesomeness. The speed of this theme is quite fast despite of the fact that we have use a lot of JavaScripts. Let us know what do you think about it.

Kamis, 29 Agustus 2013

Flat Mag Responsive Blogger Template

FlatMag Responsive Blogger Template
Template Name: Flat Mag Responsive
Platform: Blogger / Blogspot
Release date : 29, August 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Flat Mag Responsive Blogger Template is a multi-purpose straight Blogger template precisely designed for multimedia, news bulletin, Entertainment and Technology blogs. With elegant green color scheme, Fla tMag gives you visitors the experience of their life as they go though the responsive and flexible design. It has a lot of useful and key widgets, which come which are ready-to-use from the time this template is installed on your blog. Following are the few key features we have incorporated in this responsive blogger theme.

FlatMag Responsive Blogger Template

Features of FlatMag Responsive Blogger Template:

  1. Breadcrumbs: The most amazing widget we have in this template is Breadcrumbs for humans. It has nothing to do with SEO. The breadcrumbs would only display parent categories of the article so users can easily search your site in depth.

  2. Responsive Design: It has responsive design which automatically fits different resolutions i.e. iPad, iPod, Android and etc. (Try resizing the page of your browser and see the magic). This theme is coded so perfectly that it is highly responsive in even Internet Explorer.

  3. Sticky Header with Drop down Menu: In this theme, we have used “Sticky” drop down menu, but a lot of users demanded for a Multi Drop Down menu which could work on three different sub levels. Keeping that in mind, we have added a “Sticky”, Multi-level Drop down menu in this theme. On the top of that the header of this theme is also sticky.

  4. Author Bio Widget: The next new thing, which we have added in the template, is the “Author Bio” widget that appears in each and every post. Anyone can customize it, according to their needs. Keep in mind it is not for multiple authors.

  5. Featured Label Posts: Just like our previous themes, we have also added a featured post display in this theme, which gives a user the flexibility to easily display posts through a certain Label on home and archive pages. To learn how to install this feature, kindly check the guidance below. 
More Features: Back to Top button, 4 columns Footer, 3 columns Template, Threaded commenting system, related posts, Ads ready, SEO Friendly and much more.

How To Customizing Sticky Menu?

Go To Blogger.com >> Template >> Edit HTML >> Proceed. Now search for the following coding in the template. After finding it Replace # with your URLs and Save the template.
<div class='span-24'>
<div class='menu-secondary-container'>
<ul class='menus menu-secondary'>
<li><a href='http://flatmag.blogspot.com/'>Home</a></li>
<li><a href='#'>Blog</a>
<ul class='children'>
<li><a href='#'>Internet</a></li>
<li><a href='#'>Market</a></li>
<li><a href='#'>Stock</a></li>
</ul>
</li>
<li><a href='#'>Contact</a>
<ul class='children'>
<li><a href='#'>Dvd</a></li>
<li><a href='#'>Games</a></li>
<li><a href='#'>Software</a>
<ul class='children'>
<li><a href='#'>Office</a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href='#'>About Us</a></li>
<li><a href='#'>Portfolio</a></li>
<li><a href='#'>Tutor</a></li>
</ul>
</div>
</div>

How to Customize Featured Content Area? 

The first thing you need to do is to go to Blogger.com >> Your Blog >> Layout >> now beside post body and right sidebar you will notice a small thin gadget area. Press "Add a gadget >> Add HTML/JavaScript and paste the following code there. Note: Replace "Tech" with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.

<script type='text/javascript'>
var numposts = 10;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;
</script>
<script src='/feeds/posts/default/-/Tech?orderby=updated&amp;alt=json-in-script&amp;callback=labelthumbs' type='text/javascript'/></script>

From The Editor's Desk: 

We hope this responsive template would help your visitors to make most of what you have for them. This theme takes few seconds to load and has a good enough page speed score. Let us know what do you think about it.

Jumat, 23 Agustus 2013

Fabric Blogger Template

Fabric Blogger Template

Template Name: Fabric Blogger Template
Platform: Blogger / Blogspot
Release date : 23, August 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Fabric Blogger template is a simply, and minimalistic theme presenting a woven style that is pleasingly unique among modern web design, Fabric is a premium looking blogger template with the great typography which brings out the true beauty of the Theme.  If you are looking for modern and pastel colored blogger template, then fabric is perfect choice for your blog. Following are the few key features we have connected to this robust theme.

Fabric Blogger Template

Features of Fabric Blogger template:

  1. Related Post: This theme has a related post widget with thumbnail which appears just above comment form.

  2. Threaded Comment Style: We have added an advanced and robust comment system to this theme, its beautiful design will force the users to comments on your blog.

  3. User Friendly: Fabric has beautiful user friendly robust design; we designed this theme in a way that anyone can easily customize it according to their needs.

  4. Social Sharing Buttons:  We have placed elegant social sharing buttons just beneath your posts title. This widget include twitter tweet, facebook like, plus one and stumbleupon submit button.

  5. Highly SEO Friendly: This template has High SEO score. Like our most of the themes, we have added really professional SEO Plugins that would certainly help you to attain some extra traffic to your website. The on-page SEO is just perfect for a blogging niche site.
More Features: Magazine Style,brownish scheme, threaded commenting system, 2 column template, static sidebar, 3 column footer and much more.

From The Editor's Desk:

This template is designed by http://www.seobloggertemplates.com/ under the trademark of Templateism. If you also want to submit a template then feel free to send us a query at our Contact us page. Let us know what are your thoughts about this theme.

Rabu, 14 Agustus 2013

GoGreen Blogger Template

GoGreen Blogger Template
Template Name: GoGreen Blogger Template
Platform: Blogger / Blogspot
Release date : 14, August 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


GoGreen is a multipurpose Blogger template with lots of new and indifferent functionalities. It is elegantly clean with a touch of FLAT UI but it is not totally flat. The dynamics of this theme are extremely pure and it gives a sparkling shine to your blogger site. Unlike most of the other blogger templates, GoGreen would give you a professional touch that your visitors would be unable to guess that  whether you are using Blogger or any other platform like WordPress, etc.

GoGreen Blogger Template

Features of GoGreen Blogger Template:

  1. Highly SEO Friendly: This template has High SEO score. Like our most of the themes, we have added really professional SEO Plugins that would certainly help you to attain some extra traffic to your website. The on-page SEO is just perfect for a blogging niche site. 

  2. Icon Navigation Menu: People always like pictures and images than just a simple piece of text. Therefore, in this template, we have included a quite clean and elegant icon based navigation menu that would certainly not let you down. Don’t worry normal navigation menu is also there so its two in one. Pretty cool huh?

  3. Thumbnail Related Posts: In this theme, we have added a Thumbnail Related post widget which would work on automation. The Thumbnails are of normal size so it could easily be seen by the readers.

  4. Related Posts: This theme also has a related post gadget which appears just beneath your posts. It displays related posts in systematic order along with their featured thumbnails.

  5. Robust Commenting System: Finally, in this theme we incorporated a wholesome Robust and elegant commenting system. It has some hand full of features. The most prominent feature is the “Verified” Icon that appears only with the BLOG Admins. It differentiates the comments of an admin and the users. Pretty cool it looks like.
More Features: Magazine Style, geenish scheme, threaded commenting system, 2 column template, static sidebar and much more.

From The Editor's Desk:

The name of this theme is "GoGreen" because we are dedicating it to "Pakistan" on its 67th Independance day. However, anyone living in any part of the world can download it for absolutely FREE. Let us know what are your thoughts about this theme?

Minggu, 04 Agustus 2013

Cricket Mag Blogger Template

Videoism Blogger Template

Template Name: Cricket Mag Template
Platform: Blogger / Blogspot
Release date : 4, August 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


The Versatile Cricket Mag Blogger Template is the best sports blogger template especially for Cricket fans and lovers. Probably the best sport magazine theme if you are looking to put up an original sport magazine portable. It comes up with lots of custom style widgets that go great with the template. It is Ad friendly, and there are many featured advertisement spots to make your sponsors dance to their boots. On the top of that, there are many other significant features that would make you say "Wow".

Features of Cricket Mag Blogger Template:

  1. Static Homepage: The Home page of this theme is static. Thus, the Slider and few more gadgets would only appear on the homepage so it may not interest the user-friendly experience of your visitors. There are many features stops for advertisements, features posts and etc.

  2. Best for a sport website: This has the best sport Blogger template. It comes with a load of dynamic gadgets including featured home page, featured content and advertisement spots.

  3. Custom header design: To immerse your users. Cricket Mag Comes up with a built in custom header design. We have crafted it for every major aspect so that you name it and he go it.

  4. Highly SEO Friendly: It is not just an SEO Friendly theme because it is highly optimized for Search engines. Unlike our other themes, we have integrated some advance techniques that would surely bring some more traffic to your website.

  5. Multi-Level Drop Down Menu: The most noteworthy aspect of this template is its multi-level Drop down menu that works quite intensely. The jQuery used to create the drop down effect is tremendously modest and hardly takes seconds to load.

  6. Featured Ads Spot: we have always experimented while allocating the featured advertisement spots but this time we have selected the most appropriate locations. We did a research work over the areas which are highly viewed by users. As a result, the theme spots were decided.
More Features: Magazine Style, geenish scheme, threaded commenting system, 2 column template, static sidebar and much more.

From the Designer's Desk:

We hope this much awaited template would certainly help a lot of sports bloggers in renovating their blog with awesomeness. The speed and the performance it is quite brilliant and the plus point is that it is cross browser supported. Let us know, what you think about this theme by commenting your reviews below. 

Sabtu, 13 Juli 2013

Videoism Blogger Template

Videoism Blogger Template
Template Name: Videoism Blogger Template
Platform: Blogger / Blogspot
Release date : 13, July 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Videoism is a professional video hosting blogger template designed for video site and video blog portal. This template would help everyone in setting up a professional video site rather quickly. It is somewhat inspired from popular video hosting websites like YouTube, Vimeo, Dailymotion and etc. No modest to say that this is the most powerful and robust Video Blogger template ever. It has significant features that would surely make your visitors feel great. It is extremely light weight and has quite impressive features too.

Videoism Blogger Template

Features of Videoism Blogger Template:

  1. Video Hosting: This template allows you to host video clips from YouTube, Dailymotion, Metacafe and etc. You just need to paste the embed code, and it would automatically fetch thumbnails. It means there is no need to add images manually the way we do with normal blog templates.

  2. Video Views Counter: Like every other video hosting site, we have added views counter which would appear just beneath the videos. It works on pageviews so, whenever someone would reload the page it would increase the number of views in the counter.

  3. SEO Friendly: We have used some new techniques while optimizing this theme for Search engine optimization. It is pre-optimized for on-page SEO Including heading tags, Meta tags, Keywords and in-depth optimizing things.

  4. Static Homepage: The Home page of this theme is static. Thus, the featured post thumbnails and few more gadgets would only appear on the homepage so it may not reduce the user-friendly experience of your visitors.
More Features: Magazine Style, white color scheme, threaded commenting system, 3 column template, 2 column sidebar and much more.

How to Add Videos?

If you would use the old Video Embed code, it may not show the thumbnails. Therefore, make sure you use the following technique to embed your videos.  Go to Blogger >> Add a new Post >> Html Tab >> Paste the code there and replace the Video URL.
<iframe width="662" height="320" src="http://www.youtube.com/embed/Bf38HiYPMiI" frameborder="0" allowfullscreen></iframe>

How to Customize Feature Label Area:

The first thing you need to do is to go to Blogger.com >> Your site >> Layout >> Add a Gadget >> Add HTML/JavaScript and paste the following code in the HTML Text box.
<script style='text/javascript'>
var numposts = 6;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = true;
var showpostsummary = true;
var numchars = 75;
</script>
<script src='/feeds/posts/summary/-/Feature?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs'></script>
Now either replace "Feature" from the following coding to a keyword that you want to use as a Label so show up posts in this featured area. On second thoughts, you can tag your posts with "Feature" label and those posts would start appearing.

From the Designers Desk:
We hope this template would help you in setting up your very own video hosting site cheaply at Blogger. The speed and the performance it is quite brilliant and the plus point is that it is cross browser supported. Let us know what are your thoughts about this template in the comments below?

Jumat, 28 Juni 2013

WebDepot Blogger Template

WebDepot Blogger Template
Template Name: WebDepot 
Platform: Blogger / Blogspot
Release date : 28, June 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


The WebDepot Blogger Template is a combination of different color schemes which makes it look unique. This theme is ideal for Designing, web developing, and Magazine based website especially for those who stress more towards designing niche. Unlike our other themes, this has a lot of matchless features including some CSS3 inclusion and other significant functions. When you talk about pure designing, this template is almost invisible because we have used a lot of features for the first time. It has clean and sleek design and has a lot of gutsy utilities.

WebDepot Blogger Template

Features of WebDepot Blogger Template:

  1. Colorful Sidebar Title: Unlike other blogger templates, we have first time use a new technique to display colorful sidebar titles along with a smallish icon. For example, for Facebook Widget, we have used Dark blue sidebar title along with a small Icon “F” Logo representing Facebook.

  2. Eye-Catching Social Counter Buttons: At the bottom of each post, you can see social count buttons arranged in such a way that it could bring an eye-catching spark in your visitors. We have added Facebook, Twitter and Google+ social counter buttons.

  3. SEO Friendly: Like our most of the theme, this is also SEO Friendly. It is pre-optimized for on-page SEO. Including heading tags, Meta tags, Keywords and in-depth optimizing things. More importantly, the speed of this it significantly faster than the majority of other heavy-duty templates. 

  4. Thumbnail Related Posts: In this theme, we have added a Thumbnail Related post widget which would work on automation. The Thumbnails are of normal size so it could easily be seen by the readers.
More Features: Drop Down Menu, 4 column footers, multi-color scheme, threaded commenting system, 2 column templates, and much more.

From the Designer's Desk:

We hope this theme has helped you in renovating your blog with awesomeness. Let us know what you think about this multi-color theme? Suggests and bugs would be more than welcomed. On a second note, take a few moments to sign up for our newsletter to keep on enjoying our latest theme release. Use the Subscription widget located in the sidebar, just round the corner!

Jumat, 21 Juni 2013

Folio360 Blogger Template

Folio360 Blogger Template
Template Name: Folio360 Blogger Template
Platform: Blogger / Blogspot
Release date : 21, June 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Folio360 Blogger Template is a “Heavy Duty” theme designed for Designers who loves to show off their portfolio. It is truly a powerful, highly flexible and customizable theme which will indeed help you to grow. This theme is perfect for Wallpaper and pictorial based websites. It has lots of striking and incredible features which would impress you and your visitors too.  It has clean and sleek design which is considered as the basic need of a portfolio template.

Folio360 Blogger Template

Features of Folio360 Blogger Template:

  1. Portfolio Design: This theme is solely made for Wallpapers, portfolio and picture based websites. The design is extremely creative and flexible. In other words, you can say that it is a perfect combination of portfolio and a blog. 

  2. Sleek Sidebar: In this theme, we have added a sleek and cute sidebar. Though, most of the portfolio themes do not have sidebars, but that’s why we are unique and trend setter. We have just added a sleek sidebar to just give some space for advertisements and other information.

  3. Static Homepage: The Home page of this theme is static. Thus, the featured post thumbnails and few more gadgets would only appear on the homepage so it may not reduce the user-friendly experience of your visitors.

  4. Thumbnail Related Posts: In this theme, we have added a Thumbnail Related post widget which would work on automation. The Thumbnails are of normal size so it could easily be seen by the readers.
More Features: SEO Friendly, 4 column footer, orange color scheme, threaded commenting system, 2 column template,   and much more.

From the Designer's Desk:

We hope this portfolio theme would help you in renovating your site with Awesomeness. The speed of this theme is extremely fast and takes just seconds to load. Let us know what you think about this robust portfolio theme? If you face any bug or error feel free to comment below. 

Jumat, 14 Juni 2013

Retina Blogger Template

Retina Blogger Template


Template Name: Retina Blogger Template
Platform: Blogger / Blogspot
Release date : 14, June 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Retina Blogger template is a versatile magazine style theme designed for those blogs which are multi-niched, or covers a lot of stories of different categorize at just one place. It is still ideal for all kind of blogs like Technology, Entertainment, News, Magazine, Gadgets. It has the tendency to accommodate almost anything. It is jam-packed with lots of customized widgets. Just install this template, sit back and enjoy. This theme has pure appearance with crystal clear touch. The outlook is so beautiful that you cannot stop yourself from saying a WOW!

Retina Blogger Template

Features of Retina Blogger Template:

  1. JQuery Image Slider: In this Template, we have incorporated a modest and light weight jQuery image slider that works pretty well. It has some cool transition effect which would surely look well with your website. Just like every other slider, we have play, pause, forward and backward buttons. 

  2. Featured Label Area:  With this theme, you can use “Labels” to display posts on your homepage.   It drives data of your posts from Labels and displays them on your homepage. It shows the thumbnail of the posts along with their title in a systematic manner. 

  3. Related Posts: This theme also has a related post gadget which appears just beneath your posts. It displays related posts in systematic order along with their featured thumbnails.

  4. SEO-Friendly: This theme is absolutely brilliant for search engines. This theme has the highest search engine optimization score. The speed of this template is 90 out of 100 according to Google Speed insights.
More Features: Magazine Style, blue color scheme, threaded commenting system, 2 column template, 2 column sidebar and much more.

How to Customize Feature Label Area:

The first thing you need to do is to go to Blogger.com >> Your site >> Template >> Edit HTML and search for this code. Quick Tip: You will find this code some way near to the <body> Tag.
 <div id='featurebottom1'><h2 class='headingfeature'>#Technology</h2>
<div class='left-corner-canvas'/>
    <script src='/feeds/posts/summary/-/Technology?max-results=4&amp;orderby=published&amp;alt=json-in-script&amp;callback=recentthumbs&amp;' type='text/javascript'/>
<a class='readmoretopic' href='/search/label/Technology'>Browse More</a>
         </div>
<div style='clear:both;'/> 
Now either replace "Technology" from the following coding to a keyword that you want to use as a Label so show up posts in this featured area. On second thoughts, you can tag your posts with "Technology" label and those posts would start appearing.

Note: Repeat the same process until you have customized all four Label featured areas.

From the Designer's Desk: 

This Blogger Template is just amazing for those blog which are based on technology, sports, entertainment and etc. It is extremely lightweight and has excessively responsive speed. Let us know what you think about this theme? We are anxiously waiting to see your comment. 

Kamis, 06 Juni 2013

Pakistani Mag Blogger Template

Pakistani Mag Blogger Template

Template Name: Pakistan Mag Template
Platform: Blogger / Blogspot
Release date : 7, June 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Pakistani Mag Blogger Template is richly based on the cultures, traditions and beautiful gestures of the peoples living in the four provinces of Pakistan.  Since, this theme is coded by few bunch of Pakistani’s so you can always believe that they have put all the skills they have and have formulated a total masterpiece.  It has some impressive features with totally amazing outlook. From color combination to the selection and styling of widgets everything is so clean and attractive. We have used Green, white and blue colors which give it an inspiring touch. There are many features, out of which can be seen below. This theme is ideal for those blogs who are covering “PAKISTAN” or their blog some way inter links to it.

Pakistani Mag Blogger Template

Features of Pakistani Mag Blogger Template:

  1. A Pakistani Theme: Just like we have said before, this theme is a reflection of the people living in Pakistan. It is decorated with the Pakistani Flags and decorating items. This is the reason why, it gives you a slight out look of the subject of the theme. 

  2. Featured Post Areas: We have connected two featured post gadget areas in this theme. It would fetch your posts from a specific label and will display them on your homepage. However, the latest posts would continue to display beneath them.

  3. Robust Commenting System: Finally, in this theme we incorporated a wholesome Robust and elegant commenting system. It has some hand full of features. The most prominent feature is the “Verified” Icon that appears only with the BLOG Admins. It differentiates the comments of an admin and the users. Pretty cool it looks like.  

  4. Elegant and Beautiful Footer: The footer is extremely elegant and has the capacity to accommodate 3 widgets in a row while unlimited in columns. While the complete outlook is pretty decent, it looks perfect on the theme. 

  5. Related Posts: This theme also has a related post gadget which appears just beneath your posts. It displays related posts in systematic order along with their featured thumbnails.

  6. SEO-Friendly: This theme is absolutely brilliant for search engines. This theme has the highest search engine optimization score. The speed of this template is 90 out of 100 according to Google Speed insights.
More Features: Magazine Style, greenish color scheme, threaded commenting system, 2 column template, sidebar and much more.

How to Customize Feature Post Areas?

This theme has two featured areas, one allows you to show up-to two featured posts while the shows three. These areas would not fetch your posts until you use a certain "Label" on your posts. So we will be explaining you how can show posts on these feature areas. 

1. Customizing "What's Latest" Area: 
The first thing you need to do is to go to Blogger.com >> Your site >> Template >> Edit HTML and search for this code. Quick Tip: You will find this code some way near to the <body> Tag. 
<!--What's Latest Posts -->
<b:if cond='data:blog.url == data:blog.homepageUrl'>
  <div id='featurebottom1'><h2><span class='blackish'>What&#39;s Latest in</span> <span class='greenish'>Pakistan</span> :</h2>
    <script src='/feeds/posts/summary/-/Latest?max-results=2&amp;orderby=published&amp;alt=json-in-script&amp;callback=recentthumbs&amp;' type='text/javascript'/>
         </div>
<div style='clear:both;'/> 
          </b:if>
Now either replace "Latest" from the following coding to a keyword that you want to use as a Label so show up posts in this featured area. On second thoughts, you can tag your posts with "Latest" label and those posts would start appearing in What's Latest" Area.

2. Customizing "What's Trending" Area: 
Now to customize the second area, you need to search for the following code:
<!--What's Trending Posts -->
  <b:if cond='data:blog.url == data:blog.homepageUrl'>
  <div id='featurebottom'><h2><span class='blackish'>What&#39;s Trending in</span> <span class='greenish'>Pakistan</span> :</h2>
    <script src='/feeds/posts/summary/-/Trending?max-results=3&amp;orderby=published&amp;alt=json-in-script&amp;callback=recentthumbs&amp;' type='text/javascript'/>
         </div>
<div style='clear:both;'/>
          </b:if>
 Now either replace "Trending" from the following coding to a keyword that you want to use as a Label so that it show up posts in this 2nd featured area. On second thoughts, you can tag your posts with "Latest" label and those posts would start appearing in What's Latest" Area.

From the Designer's Desk:

We hope everyone enjoys this one of its kind theme for blogger. Though, this is not it. After creating a theme for Pakistan, we have gotten a lot of requests from our followers to create one for their country too. In coming days, we will cover India, Indonesia, Tunis and other countries. Please, let us know about your country so we can include that too. Let us know what you think in the comments.

Selasa, 28 Mei 2013

WebMag Blogger Template

WebMag Blogger Template

Template Name: WebMag Blogger Template
Platform: Blogger / Blogspot
Release date : 28, May 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


The WebMag Blogger Template is a robust and multi-purpose magazine theme for Blogger enabled websites. It is extremely efficient and has some highly customized functionality. We have used latest web developing language including CSS3 and HTML5. This theme is ideal for all kinds of websites, it is a multi-niche template specially designed for Magazine, Technology, Web designing, development, and gadget based blogs. It has a lot of quality and “out-of-this-world” features that would surely enlighten your site with the odyssey of awesomeness.

WebMag Blogger Template

Features of the WebMag Blogger Template:

  1. Featured Slider: Featured content sliders are becoming a basic need of a website. Therefore, we have incorporated a light-weight slider so that it gives an attractive touch to your site without slowing it down. 

  2. Featured Posts: We have also connected a featured post gadget which would fetch your posts from a specific label, and will display them on your homepage. However, the latest posts would continue to display beneath them.  

  3. Mega Sticky Navigation Bar: This theme also has a built-in sticky navbar that floats when you scroll up or down the page. It has a lot of options Like Search pop-out and Social media lazy buttons. 

  4. Social Sharing buttons: This theme is also equipped with social sharing buttons including Facebook, Twitter, Google+ and Stumbleupon so that your users can socialize your content with just few clicks. 

  5. SEO-Friendly:  This theme is absolutely brilliant for search engines. This theme has the highest search engine optimization score. The speed of this template is 90 out of 100 according to Google Speed insights.

  6. Related Posts: This theme also has a related post gadget which appears just beneath your posts. It displays related posts in systematic order along with their featured thumbnails. 
More Features: Magazine Style, orange color scheme, threaded commenting system, 2 column template, 2 column sidebar and much more.

From the Desk's Desk:

We hope this template would help you in renovating your blogger blog with awesomeness. We have tried to incorporate all those plugins and gadgets which are considered as the basic needs of a blog. However, you can also customize it according to your desired needs. We have to say, this is the most beautiful theme we have created till date.

Jumat, 10 Mei 2013

Metro Classic Responsive Blogger Template

Metro Classic Responsive Blogger Template
Template Name: Metro Classic
Platform: Blogger / Blogspot
Release date : 10, May 2013
Author : www.templateism.com
License : Creative Commons Attribution 3.0

Download Preview


Metro Classic is an enhanced version of our previous Metro UI Blogger Template. Metro Classic is an old-school Windows 8 style Responsive Blogger template that is jam-packed with some tremendous features. This theme is ideal for blogging niche like technology, gadgets, reviews, news, personal, etc. it is also compatible with almost all leading browsers like Chrome, Firefox and internet explorer. The color scheme of this template is also adorable and eye-friendly. On the top of that, you get this template for absolutely free.

Metro Classic Responsive Blogger Template

Features of Metro Classic Blogger Template:

  1. Windows 8 Look: As we have said before, we have tried to make this theme much a like Microsoft’s Windows 8. The interface of the blog is not a replica but its outlook is like windows 8. To sum up, we have tried to give it a slight touch of a blog with a combination of metro style. 

  2. Left Full Height Sidebar: Unlike other themes, we have added a full-height sidebar. It does not break and keeps on continuing till you reach the end of the web page. This sidebar gives your site a stunning touch. 

  3. Responsive Theme: This theme is highly responsive and works absolute perfectly on monitors, LCDs of different dimension. You can reduce the size of your browse and can see the responsiveness yourself. 

  4. SEO-Friendly: This template is highly optimized for on-page SEO. We have used different heading tags for posts so that you can maximize the opportunity of getting your content on the top of the Search engine ranking. 

  5. Featured Area: We have also incorporated a featured area on the homepage, which would help you to display some of the prominent hits. However, it is not automatic you have to customize it yourself.
More Features: Magazine Style, greenish color scheme, threaded commenting system,  2 column template and much more

From the Design's Desk:
We hope this template would help you to get maximum out of your hard-work and inputs that you are putting in your content. Please do let us know about any improvement, or bug that you may have faced. We have tested it for almost a week, so we have it would not catch any bugs. What are your thoughts? Do let us know by commenting below.