To add this page element,
- Login to your blogger account
- Click on Layout
- Go to EDIT Html tab
- and search for this line of code (ctrl+f)
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Extra Notes: In this section of the code the header wrapper defines the space on which you want to add the page element, so basically if you like to add a page element on any other space of your blog, simply look for <div id='sidebar'> or <div id='main-wrapper'> for instance, this line of code may change in accordance with other blogger templates( This is just an example).
maxwidgets='1', this defines the number of page elements you want to add on a particular space of your blog, suppose the header wrapper on maxwidgets 1 when made to 3 would give in total of 3 widgets that you can add.
The showddelement would simply allow you to add page elements when made to yes. - Change the above code to
<div id='header-wrapper'>
<b:section class='header'
id='header' maxwidgets='3' showaddelement='yes'>
Now this will allow you to give in total of 3 page elements on your header space of your blog.
Subscribe in a reader |
Bookmark this post:
|
Link to this post:
Comments :
Post a Comment
What do you think of this post ?