This is a tutorial on adding a simple and clean About Author below every posts in Blogger that only appears on post pages. I am sure that all of us would have seen this feature mostly in WordPress blogs. But now, Blogger users can have this feature too. You may have a look at my latest Blogger template, Charisma where I’ve implemented this feature. Follow easy steps below to add it.
1. Go to Edit HTMLpage in Blogger and tick the “Expand Widget Templates” checkbox above the top right corner of the template code box.
2. Now find for the ]]></b:skin> code using CTRL+F and replace it with the code below.
<b:if cond=’data:blog.pageType == "item"’>….</b:if> is to make sure that the box is only visible in post pages and won’t appear in Home Page. If you want to show your own image, just replace the default image source shown in green colour text in the code with your IMAGE URL.
Charisma is a wordpress theme designed by Cozmoslabs. Attracted to it’s elegance and simplicity, I decided to convert this theme into Blogger. Previously, I’ve converted another theme by Cozmoslabs, { Early Morning }.
The home page has a beautiful slider, where you can display featured blog posts. Charisma theme comes with a unique feature where only post titles are shown in the home page of the blog. This feature for sure will help to increase your blog’s page views and average time on your site.
As mentioned by original author of the theme, Cristian Antohe, it is a well structure theme which highlights the content and gives the user a pleasurable reading experience.
Here are instructions on customizing/editing the Charisma blogger template.
<div id=’title-area’> <h1 id=’title’><a expr:href=’data:blog.homepageUrl’ title=’Your Blog Title Here’>Charisma</a></h1> <p id=’description’>Just another Test Blogs weblog</p> </div><!– end #title-area –>
3. Featured Content Slider
<div class=’anythingSlider’> <div class=’wrapper’> <ul> <li> <a class=’alignleft’ href=’#’ title=’Hello world!’><img alt=’rose’ class=’attachment-home-charisma-featured’ height=’205′ src=’http://1.bp.blogspot.com/_b8IA1ajBJG8/TCNOZY32LbI/AAAAAAAABNs/CjgFsk-iXms/s1600/rose.jpg’ title=’rose’ width=’165′/></a><h2><a href=’#’ title=’Hello world!’>Hello world!</a></h2><p>Vel cu causae torquatos concludaturque, quo laudem dolorum et. No duo suats alia omnium, ne debet omnes vim. Has quodsi vituperata eu, nam no ferri nostrud mentitum? An nulla dicant nec, eum possit vivendo alienum ad! Animal scripserit ne mea, ex vel vocibus eloquentiam. Sea aperiam commune te.</p> </li>
<li> <a class=’alignleft’ href=’#’ title=’Birds migrate in the winter’><img alt=’DSC_0208′ class=’attachment-home-charisma-featured’ height=’205′ src=’http://4.bp.blogspot.com/_b8IA1ajBJG8/TCNOaLL2EfI/AAAAAAAABN0/k8l7AQz6pFw/s1600/DSC_02081-165×205.jpg’ title=’DSC_0208′ width=’165′/></a><h2><a href=’#’ title=’Birds migrate in the winter’>Birds migrate in the winter</a></h2><p>Nulla vel dolor ac diam dictum rutrum. Praesent feugiat nisl et quam lacinia bibendum. Pellentesque enim augue, mollis in cursus quis, blandit ut eros. Nam metus arcu, adipiscing imperdiet facilisis eu, dictum quis augue. Suspendisse potenti. Mauris odio nulla, euismod fermentum tempus et, mattis et nisi. Nam lorem ipsum, lobortis at ultricies vel, molestie quis [...]</p> </li>
Go to EDIT HTML and check/tick “Expand Widget Templates”. Then, search for the following bunch of codes. You may replace the default gravatar image with your own image.
F01.01 is a premium girly WordPress theme by Woothemes specially made for ladies which I decided to convert into Blogger . Unlike any other themes, this theme comes with a full illustrated figure of a female on the left side of the blog making it a perfect theme for girls. F01.01 comes packed with some other great features too such as twitter integration, custom widgets, multi-level drop-down menu, three-column footer and more!
Today I’m releasing another great theme, Urban Elements. It was originally designed by Press75.com for WordPress users. I’ve converted it into Blogger. Blogger version of the theme comes with a customized Post Title font. It was possible to use fonts other than default Blogger fonts with the help of Google Font API. You can read further about it in my previous post, add new fonts to Blogger Blogs with Google Web Fonts.
Some other unique features of this theme are multi-level drop-down menu and four 125 X 125 ads slots.
Adding new fonts to Blogger blogs is made possible with Google Font API. You don’t have to know any programming skills to do this; just get a simple HTML code from Google Web Fonts and add it to your Blogger Template. Then refer to the font in a CSS style. Here is an example:-
I Love Blogger
There are 18 new fonts which can be embedded into any web pages. Here is a screen shot of the list of fonts available in the Google Fonts Directory. Thanks to Browsershots for the shot.
So, follow these easy steps to embed those fonts to your blog.
4. Tick the checkboxes for the variant of the font that you want to use. Copy the code in the box.
5. Now log into Blogger > Design > Edit HTML. And search for</head> tag.
6. Paste code in the clipboard before the </head> tag.
7. So, whenever you want to use that font in your blog, just wrap your text with these tags. If you use other fonts other than Cantarell, just replace the red colored text below with the name of your font.
<span style=”font-family:Cantarell; font-size:24px;”>Your Text Goes Here</span>
If you are good at editing CSS, then you can simply use the font in your CSS font stack like any other fonts.
The Google Font API is compatible with the following browsers:
* Google Chrome: version 4.249.4+ * Mozilla Firefox: version: 3.5+ * Apple Safari: version 3.1+ * Opera: version 10.5+ * Microsoft Internet Explorer: version 6+
For further informations about this Google Font API, visit their FAQ .
I am sure that most of us have a common opinion about the default Feedburner Subcribers count chicklet that it is ugly,out-of-trend, not flexible with theme and etc. No matter what colour you change them, they never look nice. Out there in net, there are bunch of wordpress plugins which enable WordPress users to show the count in plain text. But, its really hard to find one for Blogger. So, here I’m going to provide you a simple javascript code which enables us to show the Feedburner Subscribers/Readers count in plain text without the chicklet.
All you have to do is just copy and paste the code shown below in a HTML/Javascript widget in Blogger. Or, if you are okay with editing blogger templates, add the code wherever you want to show the count.
I’m releasing another free premium blogger theme, Lunax. This blogger theme is compatible with all web browsers (eg: Firefox, IE, Google Chrome, and also IE).
Here are some features of this theme:-dark, glassy, 2 columns, rounded corners(only visible in Firefox and Google Chrome), right sidebar, 3-column footer, menu/navigation bar, tabbed sidebar.
I know that many of the Blogger™ users out there are bored with default Blogger Templates which are pretty old and outdated. Most of the bloggers are using custom Blogger templates which look more professional and attractive. But now, we may have to change our decision and view on Blogger Templates because recently Blogger has announced the launch of Blogger Template Designer to Blogger in Draft, a big first step ever in improving Blogger template designs.
In this post I’m going to tell what Blogger Template Designer is and how it helps you to become a better Blogger designer even though you have no background knowledge about editing XML codes. Before that, may be some of you don’t know what really Blogger in Draft is.
Blogger in Draft is actually an experimental playground of Blogger™ where users can try out Blogger’s latest features. Recently, Blogger™ has launched Blogger Template Designer in Blogger in Draft which brings a new level of customization and design to your blog.
Features
Here, I’ve listed out some of the main features of Blogger Template Designer.
1. 17 new, customizable templates which are divided into 4 major groups, Simple, Picture Window, Awesome Inc, and Watermark.
2. Amazing hundreds of backgrounds images from istockphoto.
3. Modifiable color themes which matches your background images.
4. Layout options which are categorized into Body layout and Footer layout with one, two, three columns and adjustable width.
5. Advanced options which enable you to customize fonts, font colors, sizes and more.
Start using it now
To try it, go to http://draft.blogger.com and log into it using your Blogger/Google account. Then, go to Layout > Template Designer.
You will see a page where you can edit and customize the blogger template according to your taste. And here comes another best feature of it. In normal Blogger Layout option, we have to click preview button once we’ve edited the code, and wait until it loads, then if it contains some errors we have to bang our head to wall and search for the wrong code. But, in Blogger Template Designer, we can simply use a preview tool which automatically refreshes every time we make changes.
All the templates in Blogger Template Designer are preset with tab designs. You can make navigation bars/ menu bars in your templates by using Blogger Pages feature.
All the gadgets which can be previewed in the Blogger Template Designer page can be only moved. To add new gadget or delete a gadget you still have to go to Layout > Page Elements as in normal Blogger.
The new blogger templates also come with Attribution gadget (added to the footer by all new templates) where copyrights are shown and credits for the background images and to designer are given.
Sadly, the Blogger Templates Designer has some of it’s own disadvantages too. Blogger Template Designer is that it is not supported on IE 6. Rounded corners and drop shadows used in some of the templates may not be visible in older versions of some browsers.
Here, I’ve attached a Youtube video about Blogger Template Designer which was released by Blogger.
So, visit http://draft.blogger.com now and become a blogger template designer too. Happy trying.
And if you liked this post, don’t forget to share it with your peers and subscribe to Introblogger Feed.
Today, I am going to teach how to add comment bubble beside each post title in Blogger blogs. Usually in default Blogger templates or in the theme that I’m using for my blog, you can see the number of comments shown below the post title is in this form: 3 comments. But, to make it look more professional we can use comment bubble where the comment number is shown inside a “Bubble” like shown in the image below.
I’ve used this comment bubble in my latest template, Pro Indexer. Before start editing your template save a backup of it first. After that, follow these easy steps below.
1. Go to Layout > Edit HTML > Click on “Expand Widget Templates”
2. Search for this code in your CSS. It is usually found at the end of the CSS section.
If you don’t like the default bubble that I’ve provided, you can use your own. All you’ve to do is just replacing the source link of the image( red colour in CSS ) and adjusting the width and height (Blue colour in CSS) of the bubble accordingly. If you don’t know to do it, you can leave a comment below this post or send me an email. I will reply to your question in 24 hours time.
Here, I’ve attached a link where you can download a collection of other bubble images, so that you don’t have to waste your time search for bubble images. You can upload those images to Blogger, read about it here.
If content is the king, then design is the queen. Normally, female bloggers are very concerned about their blog design or template. They want their blog to be attractive and eye-catching. So, I’ve decided to post a list of Girly-style blogger templates especially for female readers of my blog ( this doesn’t mean guys cannot use those themes, use them if they fit your blog niche . Here you can see my compilation of 28 girly-style blogger templates.