A widget is an individual page element . If you user of blogger, you also known that two column blogger template have only three add a gadget ( Page Element ).If you add more Gadget in the blog , so follow the below step .
Add Extra Gadget ( Element ) :
<b:section id='header' class='header' maxwidgets="1" showaddelement="no">
Add Extra Gadget ( Element ) :
- Sign into blogger and click Design or Template .
- Before editing your template, you may want to save a copy of it.
- Now click on edit Html ( here you see html code ).
- Tick the check box " Expand widget template " .
- Now press Ctrl+F on your keyboard and search this code ( showaddelement ) .
- Then you will see this type of code
<b:section id='header' class='header' maxwidgets="1" showaddelement="no">
- Change ( showaddelement="no" ) to ( showaddelement="yes" ).
- Now click save template.
Note :
- maxwidgets - (Optional) The maximum number of widgets to allow in this section. If you don't specify a limit, there won't be one.You can change maxwidgets =" 1 ' to maxwidgets="2".
- showaddelement - (Optional) Can be 'yes' or 'no,' with 'yes' as the default.
If you have any Further Information and Quires about this Article don't hesitate to comment in comment box below.
AND
If you like this article , like our Facebook like page and click +1 to support 123techguide.
|