• Feed RSS

Pages

Creating a section in blog header lets you add gadgets in your blog below and above your blog header.It is much more easy to create a section to add gadgets below and above your blog header.Follow the simple tutorials below and know how to create it.
Search for the code with id='header' in the code section of your blog without expanding widget templates.The block of code looks like this.


BEFORE


< id="'header-wrapper'">

< class="'header'" id="'header'" maxwidgets="'1' showaddelement='no'>

< id="'Header1'" locked="'true'" title="'Bloganol" type="'Header'/">

< /b:section>

< /div>




Now change showaddelement='no' to showaddelement='Yes' and maxwidgets='5' like below.Here maxwidgets='5' means you can add maximum 5 widgets in your header section. You can also increase or decrease the no. of widgets by simply replacing this no '5'.


AFTER


 < id="'header-wrapper'"> 

< class="'header'" id="'header'" maxwidgets="'5' showaddelement='yes'>

< id="'Header1'" locked="'true'" title="'Bloganol" type="'Header'/">

< /b:section>

< /div>




 

0 comments:

Post a Comment