The Sitemap Page for Blogger lists all your posts in the order they were posted. What if you want to give your viewers list of post titles under each label? They can then click on the post they want to find under the category or label they are interested in.
To do this I have created a Google gadget using AJAX Google API code. You can see the gadget in action on My Gadget Showcase blog. The Features of this gadget are .......................Features of Labels Sitemap Google Gadget
1. It shows Post Titles classified according to Label.
2. Post Titles are linked to the post pages.
3. It can be added in a post (unlike a Blogger widget) and in a HTML gadget.
4. It uses Label Feeds to retrieve List of Post Titles associated with each label.
5. Style and size can be customized to fit your blog column.LABELS SITEMAP FOR THE BLOG DOCTOR.
You can contact me if you want such a gadget for your blog. I will send you the code to paste in Edit Html tab of Post Editor or in a HTML gadget.
Labels Sitemap Gadget for Blogger. |
Calling all Newbie Bloggers! |
Welcome to 2009 and your spanking new blog you created at Blogger.com.
Photo by Ben30
What are the next steps you should follow to make blogging an instantaneous and painless experience? How to be a successful blogger using only point and click and some fast keyboarding? Here are some fast tips for the ultra n00b................
The first thing when creating a blog is to select a short and sweet URL or blog address. You can change this afterwards also by login at Blogger.com and then go to Settings>>Publishing>>Blog Address. If the address is not available you can get a Custom Domain Dot Com address for only 10$ US and also get rid of the 'blogspot' in the address.
Do not change the blog address if more than two months have elapsed because you will have to start all over again from scratch with respect to the search engines. You will also lose the traffic going to the old address!
After creating a blog speed up getting it on the search engines by submitting blog to them and verify ownership using Google Webmaster Tools.
Creating posts and inserting pictures in your blog is made easy thanks to Windows Live Writer.
For optimum blogging experience download Firefox browser on a PC with a broadband connection. For checking your emails use Thunderbird. To follow and subscribe to latest blog updates use Google Reader. All are free!
Never delete the account used to create your blog. DELETING ACCOUNT DOES NOT DELETE YOUR BLOG.
After creating a post open the post page in browser by clicking on the post title. Then from browser menu click File>>Save Page As and save it to a backup folder on your hard drive. You should also backup your entire blog periodically. Backup your blog template (Login>>Layouts>>Edit Html>>Download Full Template)and widgets in same folder. Periodically record the folder to CD or DVD-ROM to insure against hard disk failure. Invest in a USB drive and synchronize backup folders to it. This will prevent piling up of backup CD/DVD-ROMs.
Keep passwords secure with Keep Pass - a free password encryptor and manager. In your Google or Gmail account settings enter a secondary email account.
Open a Paypal account and put in some donation links in your blog.
On the Main Page of the blog show only an expandable summary of the posts followed by a Read More link. This makes the main page load faster.
Burn your blog feed at Feedburner.com and copy the new feed url and paste it in Settings>>Site Feed>>Post Feed Redirect box and save. Now you will be able to know your full subscriber count. Put in a prominent Feed Icon at the top of your blog sidebar so viewers can subscribe to blog updates.
Lastly add content regularly at least thrice weekly. Do not make very long posts and add pictures and videos inbetween to break the monotony. Add Labels and social bookmarks to all posts.
Enjoy!
The Labels Gadget for Classic Templates in Blogger. |
Happy Holidays, Merry Christmas and a Happy New Year to all readers of The Blogdoctor! As a sort of gift to all Ye Olde Classic Template users out there I decided to release The Labels Gadget for Classic Templates.
There are many bloggers who still persist with Classic templates for various reasons. It has been their oft repeated demand for a Labels gadget in the sidebar as can be added in the Layouts template. In Classic templates though the labels appear below the posts their links have to be added by manually coding in HTML in the template.
Those with Classic templates can do this by upgrading to Layouts. Those who wish to keep their classic templates can use this method to add Label links to the sidebar.........ADD LABELS GADGET TO TEMPLATE

Follow these steps to add the Labels Gadget to Classic templates :
1. Login at Blogger.com.
2. Click 'Template' link on Dashboard under Blog Title. If there is a 'Layout' link instead then you can easily add the Labels Gadget to the sidebar.
3. On Template----->Edit Html subtab scroll down in Template Code box to the code for the sidebar. Depending on whether it is an official Blogger template or a customized one the code will differ. In the official Blogger Minima template the sidebar begins with this code :<!-- Begin #sidebar left-->
<div id="sidebar-l"><div id="sidebar2">
Paste the code given in the next step immediately after the above code. You can also paste it immediately above this code :<h2 class="sidebar-title">Links</h2>THE LABELS GADGET CODE
The Labels gadget code depends on the Google Dynamic Ajax Feed Control which was used to create the Ajax Blog List Gadget with Post Preview.
Copy the code below into a Notepad file. Then modify it as shown below the code and paste it in the Classic template :<h2 class="sidebar-title">Labels</h2>
<!-- ++Begin Dynamic Feed Wizard Generated Code++ -->
<!--
// Created with a Google AJAX Search and Feed Wizard
// http://code.google.com/apis/ajaxsearch/wizards.html
-->
<!--
// The Following div element will end up holding the actual feed control.
// You can place this anywhere on your page.
-->
<div id="feed-control">
<span style="margin:10px;padding:4px;">Loading...</span>
</div>
<!-- Google Ajax Api
-->
<script src="http://www.google.com/jsapi?key=notsupplied-wizard"
type="text/javascript"></script>
<!-- Dynamic Feed Control and Stylesheet -->
<script src="http://blogging-tips-gadget.googlecode.com/files/gfdynamicfeedcontrolMod2.js" type="text/javascript"></script>
<style type="text/css">
.gfg-root {
width : 200px;
height : auto;
position : relative;
overflow : hidden;
text-align : center;
font-family: "Arial", sans-serif;
font-size: 12px;
border: 1px solid #BCCDF0;
}
.gfg-title {
font-size: 14px;
font-weight : bold;
color : #3366cc;
background-color: #E5ECF9;
line-height : 1.4em;
overflow : hidden;
white-space : nowrap;
}
.gfg-title a {
color : #3366cc;
}
.gfg-subtitle {
font-size: 12px;
font-weight : bold;
color : #3366cc;
background-color: #E5ECF9;
line-height : 1.4em;
overflow : hidden;
white-space : nowrap;
margin-bottom : 5px;
}
.gfg-subtitle a {
color : #3366cc;
}
.gfg-entry {
background-color : white;
width : 100%;
height : 6.9em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 3px;
}
/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
position : relative;
background-color : white;
width : auto;
height : 100%;
padding-left : 20px;
padding-right : 5px;
}
.gfg-list {
position : relative;
overflow : hidden;
text-align : left;
margin-bottom : 5px;
}
.gfg-listentry {
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;
padding-left : 15px;
padding-right : 5px;
margin-left : 5px;
margin-right : 5px;
}
.gfg-listentry-odd {
background-color : #F6F6F6;
}
.gfg-listentry-even {
}
.gfg-listentry-highlight {
background-image : url('garrow.gif');
background-repeat: no-repeat;
background-position : center left;
}
/*
* FeedControl customizations.
*/
.gfg-root .gfg-entry .gf-result .gf-title {
font-size: 14px;
line-height : 1.2em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;
margin-bottom : 2px;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
height : 3.8em;
color: #000000;
margin-top : 3px;
}
/*
* Easy way to get horizontal mode, applicable via js options to gadget.
*/
.gfg-horizontal-container {
position : relative;
}
.gfg-horizontal-root {
height : 1.5em;
_height : 100%;
position : relative;
white-space : nowrap;
overflow : hidden;
text-align : center;
font-family: "Arial", sans-serif;
font-size: 13px;
border: 1px solid #AAAAAA;
padding : 5px;
margin-right : 80px;
}
.gfg-horizontal-root .gfg-title {
font-weight : bold;
background-color: #FFFFFF;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
float : left;
padding-left : 10px;
padding-right : 12px;
border-right: 1px solid #AAAAAA;
}
.gfg-horizontal-root .gfg-title a {
color : #444444;
text-decoration : none;
}
.gfg-horizontal-root .gfg-entry {
width : auto;
height : 1.5em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 0px;
margin-left : 0px;
padding-left : 10px;
}
/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
position : relative;
background-color : white;
width : 100%;
height : 100%;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
}
.gfg-horizontal-root .gfg-list {
display : none;
}
/*
* FeedControl customizations.
*/
.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
display : none;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
color: #0000cc;
margin-right : 3px;
float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
float : left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
display : block;
color: #AAAAAA;
}
.gfg-branding {
white-space : nowrap;
overflow : hidden;
text-align : left;
position : absolute;
right : 0px;
top : 0px;
width : 80px;
}
.gfg-collapse-open, .gfg-collapse-closed {
background-repeat : no-repeat;
background-position : center;
cursor : pointer;
float : right;
width : 17px;
height : 20px;
}
.gfg-collapse-open {
background-image : url('arrow_open.gif');
}
.gfg-collapse-closed {
background-image : url('arrow_close.gif');
}
.gfg-collapse-href {
float : left;
}
.clearFloat {
clear : both;
}
</style>
<script type="text/javascript">
function LoadDynamicFeedControl() {
var feeds = [
{title: 'Labels',
url:'http://pipes.yahoo.com/pipes/pipe.run?_id=e7af483f40bb1d94a064bb2612e844f4&_render=rss&urlinput2=http://MYBLOG.blogspot.com'
}];
var options = {
stacked : false,
horizontal : false,
title : ""
}
new GFdynamicFeedControl(feeds, 'feed-control', options);
}
// Load the feeds API and set the onload callback.
google.load('feeds', '1');
google.setOnLoadCallback(LoadDynamicFeedControl);
</script>
Gadget by <a href="http://www.blogdoctor.me">The Blog Doctor.</a>
<!-- ++End Dynamic Feed Control Wizard Generated Code++ -->
Replace "MYBLOG" with actual name of your blog.
Save Template and View Blog.FEATURES
The Labels Gadget for Classic Templates has the following features :
1. Label Links added automatically. There may be a slight delay till the post feed is published.
2. Labels linked to their label pages.
3. Labels arranged in order of frequency.
4. It can be customized by changing the CSS code between <style type="text/css"> and </style >
Enjoy!
How to Display Combined Labels in Blogger? |
Labels are used in the new Blogger to categorize posts according to categories. Clicking on a Label in the sidebar displays all posts associated with that label.
Click another label and all posts from that label will be displayed. Here is a method by which two labels can be combined..........GET LABEL PAGES URL
Label Pages in Blogger have the following type of address :
http://MYBLOG.blogspot.com/search/label/LABEL_NAME
Replace the CAPS. The Feed for the label is :
http://MYBLOG.blogspot.com/feeds/posts/default/-/LABEL
For instance the URL of the Label 'Widgets' in this blog is :
http://betabloggerfordummies.blogspot.com/search/label/Widgets
and the Feed URL for it is :
http://betabloggerfordummies.blogspot.com/feeds/posts/default/-/WidgetsUSING YAHOO PIPES
We will combine these two Labels from my blog using Yahoo Pipes. The two Label URLs are :
http://betabloggerfordummies.blogspot.com/search/label/Template
for the 'Template' Label, and :
http://betabloggerfordummies.blogspot.com/search/label/Widgets
for the 'Widgets' Label.
To combine the above two go to Yahoo Pipes and register. Click 'Create a Pipe' link at the top. The drag and drop interface will open. Click arrow before 'Sources' in the sidebar. From the drop down list drag and drop two 'Fetch Site Feed' modules from the sidebar onto the interface. Copy and paste the Label URLs of the Labels you wish to combine in the modules.
If you want to use Label Feeds use the Fetch Feed module and paste in them the Label Feed URLs.
Add a third module from the sidebar : Click the arrow pointing to Operators in the sidebar. In the drop down drag the 'Union' operator module from sidebar onto the interface. Link the two Site Feed Modules to the 'Union' module and the Union module to the 'Pipe Output' module. See picture below :
Save the pipe by clicking the 'Save' link at the top right of the interface and give it a name.ADDING PIPE TO BLOG
Click the 'Back to My Pipes' link at the top of the interface. The pipe will now be listed under your account. Click on the pipe name to open it and see the result of the pipe output. Click on 'Get As a Badge' link at the top of the output. In the pop up window under "Where will you put this badge?" click on the Blogger symbol. The Add Widget to Blogger window will open and you can add the pipe to any of your blogs. See picture below : 
Enjoy!
How to Classify Blogger Labels? |
Blogger introduced Labels to categorize posts with the introduction of the Layout Template. A Label is added in the bottom frame of the post editor when creating a post. All Labels are shown in a Label widget in the sidebar. When a Label is clicked all posts associated with it are displayed.
If you want to show which Labels are associated with most posts in your blog yu can add a Label Cloud where the size of the Label varies with the number of associated posts. If you have a lot of Labels you can classify them as shown below :
As an example have a look at the "Labels Classified" widget I have added above this post column............1. COLLECT ALL LABELS
The first step is to collect all the Labels you have made in your blog. For this login at Blogger.com and click 'Posts' link on Dashboard. The List of Posts page will open. All the Labels are listed in the left sidebar. Highlight all the labels and copy them and paste to a Notepad file to sort them out. For example these are some of the Labels in my blog :
Content (3)
Control Viewers (1)
Country Map (1)
Create Account (1)
Create Blog (1)
CSS (21)
CSS Opacity (1)
Custom Domains (1)
Custom Search Engine (1)
Customize (2)
Data (1)
del.icio.us (1)
Description (1)
Digg (1)
Digg Buttons (1)
Docs (2)
Dofollow (2)
Domain Name (1)
Dots Template (1)
Dropcaps (1) 2. CLASSIFY LABELS
The second step is to classify the Labels. I have done it like this in this blog :
Blogging
Design
Search Engines
Make Money
Traffic Analysis
etc..
These are the Level 1 Labels. Then come the Level 2 Labels. For example under 'Blogging' I have sub labels :
Create Account
Blogging Platforms
Blog Posts
Pictures
List Posts
Introduction
Then the Level 3 Labels as under 'Create Account' they are :
Start a Blog
Login Checklist
Transfer Blog Ownership
These are linked to actual posts on the blog. You can link a Label to a post at any of the above levels.3. DOWNLOAD CODE
The code required to display and classify labels in this style is available at this site. Download the zip file and extract all the files in it to a folder.4. PREPARING LABELS CODE
The Labels code has to be prepared now before pasting into a Html Page element. This is an example code :<style type="text/css">
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö |
|--------------------------------------------------*/
.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 25px;
width:480px;
color: #000;
white-space: nowrap;
}
.dtree img {
border: 0px;
vertical-align: middle;
}
.dtree a {
color: #333;
text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
white-space: nowrap;
padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
color: #333;
text-decoration: underline;
}
.dtree a.nodeSel {
background-color: #c0d2ec;
}
.dtree .clip {
overflow: hidden;
}
</style>
<div class="dtree">
<p><a href="javascript: d.openAll();">open all</a> | <a href="javascript: d.closeAll();">close all</a></p>
<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'My example tree');
d.add(1,0,'Node 1','example01.html');
d.add(2,0,'Node 2','example01.html');
d.add(3,1,'Node 1.1','example01.html');
d.add(4,0,'Node 3','example01.html');
d.add(5,3,'Node 1.1.1','example01.html');
d.add(6,5,'Node 1.1.1.1','example01.html');
d.add(7,0,'Node 4','example01.html');
d.add(8,1,'Node 1.2','example01.html');
d.add(9,0,'My Pictures','example01.html','Pictures I\'ve taken over the years','','','img/imgfolder.gif');
d.add(10,9,'The trip to Iceland','example01.html','Pictures of Gullfoss and Geysir');
d.add(11,9,'Mom\'s birthday','example01.html');
d.add(12,0,'Recycle Bin','example01.html','','','img/trash.gif');
document.write(d);
//-->
</script>
</div>
You have to insert your own labels here. The Root Label goes in this line :
d.add(0,-1,'My example tree');
For example my root label is 'Categorized Labels'. The code for it is :
d.add(0,-1,'Categorized Labels');
Here '0' is the number of the root and '-1' is number of the parent label (no parent). Then your Level 1 Labels are coded like this :
d.add(1,0,'Blogging');
d.add(19,0,'Design');
d.add(54,0,'Search Engines');
Then add the Level 2 Labels like this :
d.add(2,1,'Create Account');
d.add(6,1,'Blogging Platforms');
d.add(8,1,'Blog Posts');
As you can see each code line has two numbers after 'd.add' : The first number is that of the Label and the second number is that of the parent label. The Level 1 labels all have '0' as the second number. The Level 2 Labels all have '1' as the second number because they are all grouped under the first Label : 'Blogging'. Hence he code line for each is :
d.add(LABEL_NUMBER,PARENT_NUMBER,'LABEL_NAME');
Lastly add the Level 3 Labels like this :
d.add(3,2,'Start a Blog','http://betabloggerfordummies.blogspot.com/2006/10/how-to-start-blog.html');
d.add(4,2,'Login Checklist','http://betabloggerfordummies.blogspot.com/2007/09/checklist-for-blogger-login-problems.html');
These Labels are linked to the actual blog post hence they have the link of the page they are linked to in their code line :
d.add(LABEL_NMBER,PARENT_NUMBER,'LABEL_NAME','PAGE_URL');
After creating this file in Notepad copy it and paste it in a Html Page element.5. UPLOADING JAVASCRIPT
The whole code works due to Javascript code. For this login at Blogger.com and click on Layouts link in Dashboard. Then click on Edit Html subtab of Layout tab. Scroll down in Template Code box and paste this line of code :<script src='http://simblogg.googlepages.com/dtree.js' type='text/javascript'/>
immediately before this tag :<b:skin><
REMOVE LABELS
To remove a label login to Dashboard and click on Posts to bring up the posts list as before. Check the boxes of the posts you wish to remove the label from and click the down arrow next to Label Actions and then click label name under Remove Label.
See picture below
OPTIMIZING LABELS
You can label your posts with any name you want. However to increase traffic to your blog I suggest three important factors :
1. APPLY RELEVANT LABELS : The Label name should correspond with the content of the post. For instance I could label this post "Youtube" since it is one of the top tags at Technorati and hope to get a lot of traffic from there. But that would be spamming and the traffic will never return after being disappointed on getting no information on Youtube!
2. RESEARCH YOUR LABELS : Before applying the label name see the posts trend on the label. For this you can use Technorati Charts to see how the the number of posts varies over a time period on a tag. Look at this chart for the label : "Labels" over the last 360 days :
You can see the increase in posts with this word ever since the New Blogger debuted in August 2006 and introduced the designation 'labels' for Categories. To bring up the chart for any label copy and paste the following URL in your browser :
http://technorati.com/chart/LABEL_NAME?chartdays=360&language=n&authority=n
Change 'LABEL_NAME' and '360' days to whatever you want. Let us look at the chart for 'Anna Nicole Smith' :
See how the interest zoomed at the time of her death and has then waned. In sharp contrast look at the chart for posts tagged 'Paris Hilton' in the last 360 days :
If you make a post on Anna Nicole Smith today you will not get as much traffic as interest in her has decreased while if you make one about how Paris is going to spend her days in jail you will get traffic but you will also be competing with a lot of other posts.
3. NUMBER OF LABELS : Too many labels cause duplication of content and pages and there is more danger of landing on Google's Supplementary Index. I would suggest to apply only one or two labels per post to get around this problem.LABELS ON FTP BLOGS
FTP blogs do not have access to the new Layouts template due to the new dynamic publishing technique used by the New Blogger. There are other users who prefer to stay with the Classic Template. In both these cases labels when applied will appear below your posts but you will have to add label links to the sidebar manually .
To add Label Links in the sidebar click on your label below your posts. This will open the label page in the browser. Copy down the link from the address bar. Then login to Dashboard of Blogger and click on Template. In the Edit Html tab paste the following code in the sidebar section :
<h2 class="sidebar-title">Labels</h2>
<ul>
<li><a href="LINK OF LABEL1">LABEL 1</a></li>
<li><a href="LINK OF LABEL2">LABEL 2</a></li>
<li><a href="LINK OF LABEL3">LABEL 3</a></li>
</ul>
Replace the CAPS with the links to each label and their corresponding label names. Save Template.HIDE LABELS
Do you have too many labels? Perhaps they are making your sidebar extend too long. Here is the remedy to create an expansion drop-down box.CLASSIFY LABELS
Perhaps you would like to group your labels? To do this login to Dashboard and click on layout. Then click on Add Page element link in sidebar and in popup window choose Html/Javascript option. Paste the following code in it :
<h2 class="sidebar-title">Labels</h2>
<h3>CATEGORY A</h3>
<ul>
<li><a href="LINK OF LABEL1">LABEL 1</a></li>
<li><a href="LINK OF LABEL2">LABEL 2</a></li>
<li><a href="LINK OF LABEL3">LABEL 3</a></li>
</ul>
<h3>CATEGORY B</h3>
<ul>
<li><a href="LINK OF LABEL4">LABEL 4</a></li>
<li><a href="LINK OF LABEL5">LABEL 5</a></li>
<li><a href="LINK OF LABEL6">LABEL 6</a></li>
</ul>
<h3>CATEGORY C</h3>
<ul>
<li><a href="LINK OF LABEL7">LABEL 7</a></li>
<li><a href="LINK OF LABEL8">LABEL 8</a></li>
<li><a href="LINK OF LABEL9">LABEL 9</a></li>
</ul>
Replace 'CATEGORY A' etc. with relevant category of the labels grouped under it. Save Page Element
.
Advantages of Beta Blogger. |
The Advantages of the new Beta Blogger are............... Technorati Tags:comment feed, control viewers, labels, pencil, spanner, widgets
many and I have tried to list a few of them here :ON THE SPOT EDITING
. Login to your dashboard by going to Beta Blogger. Click on View Blog next to the name of your blog. Your blog opens as it would if you accessed it by goingdirectly to its URL. However there is a difference.
Under each post and page element you will see a crossed screwdriver and spanner symbol. In New Blogger you will see your email address in the Navbar when you are logged in to Blogger. Others do not see it and you also do not see it if you are logged out of Blogger.
THIS SYMBOL IS NOT SEEN IF YOU ACCESS YOUR BLOG WITHOUT LOGGING IN. Clicking on this symbol will enable you to make any changes to your page element. To know what is a page element see What are Widgets? There is also a pencil symbol below each of your posts which if clicked takes you directly to the Post Editor so that you can change the content.
If you see a typo in your webpage or if you want to add a missing heading to your page element click on the pencil symbol at the bottom of your posts and instantly the post will open up for editing. This is one-click access to push-button publishing. You do not have to drill down through lots of menus and sub menus to make changes to your blog. Further the changes you make are instantly saved and published.
There is no need to further press a 'Publish' button. Click on the pencil to open up post for editing. Make the changes you want and select Publish. Click View Blog and you can instantly view the post and if there are still more typos click the pencil again.LABELS.
These are what used to be called Categories. You can label your posts by creating them in the bottom frame of the Post Editor. Labels are important keywords in your posts which enable the viewer to instantly locate the post relevant to his topic of intrest. They work like the index of a book and clicking on a label instantly takes the reader to all the posts which contain that word/label. So label all your posts and then Add a Label widget to the sidebar of your blog to make it more reader-friendly. You can see Labels in action in the right hand sidebar of this blog. Labels are also called as Tags elsewhere.MORE CONTROL OVER VIEWERS.
You can now control who can view your blog by making it totally private or only allow access to certain viewers. To do this go to Settings------>Permissions and set your readers settings and Save.FEEDS FOR COMMENTS.
These are feeds for comments which will enable your viewers to follow the comments on your blog and to take part in discussions without having to visit your blog to check on your comments. The comments will be delivered to them automatically as they are made. To set this go to Settings---->Site Feeds. To enable the reader to find these feeds add the following line of code to your sidebar in a HTML widget :
<p id="blogfeeds"><$BlogFeedsVertical$></p>
This will show up in your sidebar like this
Subscribe to
Comments [Atom]
Posts [Atom]
The above is for Classic Templates. For the new layouts take a look at Feedburner and Blog Feeds and What is Subscribe to Posts Atom.ADDING LINKS
is now easier via the Links Page Element. You can add 12 types of Page Elements including third party codes easily using the Layout Tab.LAYOUT WYSIWYG (Graphical) PAGE EDITOR

makes it possible for you to drag and drop widgets or Page Elements into new Sections of your blog or rearrange their positions within their Sections. This along with the Fonts and Colors tab are the two new features enabling users to customize their blogs. Using Fonts and Colors you can change the colors of different areas of the blog and its fonts.












