A stage for inner voices, opinions, ideas and experiences

Adding Page Elements To Header In Your Blog

Posted by Harish at Tuesday, June 24, 2008

With your default blogger template, you can add page elements or gadgets to your footer. Adding such elements to your header is also possible with a little tweaking of your template. Here is how

  1. Go to Layout -> Edit HTML
  2. Create a backup of your template with 'Download Template' button.
  3. Check the 'Expand Widgets Template' button.
  4. Find for the following piece of code
    <div id='header-wrapper'>
    <b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
    <b:widget id='Image1' locked='false' title='' type='Image'>
  5. Here the maxwidgets specifies the number of page elements you can add to your blog in the header. Default will be 1 for your title and description. Change it to any value you wish and press save.
  6. Now click 'Page Elements' and you can see additional space for page elements in your header. Add anything you wish. Enjoy!

0 comments:

Post a Comment