Making a sticky post in Blogger

by Sriraj on July 3, 2009

A sticky post is the one that stays at the top of all posts/articles on the Blog’s Homepage.

With WordPress you have many plugins that do the job for you right from installing your blog to maintaining its security and SEO. Unfortunately, if you are using Blogger you do not have any of these facilities and everything must be done by you, if it is possible at all that is. There may not be much to worry about the security part of Blogger expect creating a strong username and password but the SEO part can be improved if you do small changes to your HTML code. A small such tip was discussed before here which can exchange the positions of your Blog title and post title in SERP’s. Remember that a post title is more essential than a blog title to rank higher in SERP’s (link in sriraj.org itself).

If you have the ambitions of taking your blog to the next level and building a community of your own, you have to treat your users as generously as possible. Remember the saying ‘first impression is the best impression’?

If you had wordpress you would have simply used a plugin such as ‘What would Seth Godin do’ to put some neat welcome greeting to new users or include feed subscription options in it. You can do the same thing in Blogger with some change in the template HTML.

This idea is pretty simple but you may have not realized that it can be used in this way. If you have a ‘Add a Page Element’ option above the post body (in page elements), you need not do any HTML change and can straight away add some greeting text by writing it in a text/html page element. You can also include your blog’s feed address to make it easy to subscribe to your feed. Another thing that you can do with this text gadget is to make a Sticky article that always stays on top of other posts in your Home Page. This should be useful if you have a note to say to your new users or give a little information yourself or your blog. But considering the SEO part, search engines always like to see fresh content in your Home Page.

If you don’t have an ‘Add a Gadget/Page element’ option above the post body head straight to edit HTML page and find this line.

<div id=’main-wrapper’>

<b:section class=’main’ id=’main’ showaddelement=’no’>

Depending on your template, you may have slightly different lines of codes.

But all you have to do is to find your main wrapper code, where your posts appear and change the ‘showaddelement’ from no to yes which makes a new ‘Add a Gadget/Page element’ appear above the Post body.

So your final line of code after the change should look like

<b:section class=’main’ id=’main’ showaddelement=’yes’>

Save the settings and head to page templates to see a new ‘Add a Gadget’ appear above the Post body.

Now I guess you know what needs to be done?

Visitors who read this article also read:

  1. Put ads below your post title in bloggerHaving seen how to swap blog title and post title for a better SEO result now let us see how...
  2. Make an extra ‘add a widget’ in your blogYou may have changed your blogger theme since your previous theme (template) did not have a ‘add a gadget’ or...
  3. Home page excerpts in bloggerHome page excerpts gives your audience a brief view about a bunch of your posts at once and if they...
  4. Submit sitemaps for blogger,wordpress for better indexingFor a better SEO, in the last post is explained how to use the image ALT tags. One such technique...
  5. Swap(exchange) blog title and post title for better SEOIn my previous post i have shown how to make your recent comments appear in your sidebar. Now let us...
  6. Make recent comments appear in your blogs sidebarComments are the best way to know whether your post has been successful or not. More comments you get,more the...

{ 2 comments… read them below or add one }

halfey July 21, 2009 at 5:38 am

Failed. A sticky post is supposed to be a normal blog article that is set to remain on top of the rest of other posted articles, regardless their posting date. In other words, it is an article complete with the commenting feature; not a mere HTML widget as you mentioned above. A HTML widget does not allow visitor to put comment, let alone allowing the blog owner to edit it via the usual post editor interface. I’m not buying this.

Reply

sriraj July 21, 2009 at 5:57 am

You right. But sticky articles in blogs and forums differ. People generally use Sticky post (or sticky note, whichever way you like to call it) to make an ‘About’ story to just give a brief overview about their blogs, which can be surely accomplished by a widget.
There used be another way of making a sticky post in Blogger by post-dating the article. But I’m afraid that doesn’t work anymore.
If you know any other way, then you can surely make me aware about it.

Reply

Leave a Comment

Copyright © 2008-10.Sriraj Digital Magazine.