One section that does not allow the addition of gadgets is the POST BODY section, and this topic will show you how to change that and enable the adding of gadgets to the post Body section of your blog.
Here's what you need to do.
Adding Gadgets to Blogger Post Body Section
Before we being any Blogger template Edit, A Back up of your template is Highly recommended (Just in case things go wrong). Better be safe than sorry. - If you don't know how to this - Here's how to backup your Blogger template.- Log-in to your Blogger Dashboard and navigate to "Template" Edit HTML Proceed and select the "Expand widget Template" check-box.
- Using CTRL + F, search for and Locate this: <b:section class='main' id='main' maxwidgets='1' showaddelement='no'>
- Replace it with this Code: <b:section class='main' id='main' maxwidgets='6' showaddelement='yes'>
- Save your template and checkout the changes in "Layout".

![]() |
Final results |
You will Notice a New Add Gadget Option has been added to the Post Body section. This was made possible by the showaddelement='yes' and maxwidget='6' part of the code.
I hope this helps
No comments:
Post a Comment