To create an “Add a Gadget” option to your Blogger Header, go to >> Design >> Page Elements >> Edit Html. Then use Ctrl+f to find the following code lines:-
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Edit the Red to this:-
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
Henceforth, you have two more “Add a Gadget” that you can add to your Header. You can increase the number 3 if you wish to have more gadgets for this area.
Note that in different templates, the “header-wrapper” is called by “header-wrap” or “header”.
Now to create the “Add a Gadget” option for the Blog Post, simply look for the following code lines:-
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
And change it to:-
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>
Once you are done with these little changes, save your template and then click on the “Page Elements” tab. You will now see the “Add a Gadget” option at the top of the Header and Blog Posts. This screenshot gives an idea how your page elements appears.
From this point, if you wish that you gadget appears below or after your post, there is nothing to worry. Just drag and drop the gadget elements to where you want them to be. Do not forget to save your template. :)
No comments:
Post a Comment