Add New (Add a Gadget) Section in Blogger Layout

So in this article we're going to discuss how to add a new widget in the Blogger layout section. Just read this article carefully,

Hey learners,

Many coders want to make changes, like adding a new widget in the Blogger layout section of their own need. This is not an easy task to perform by anyone. It's a matter of adding the correct piece of source code for adding any widget. So in this article we're going to discuss how to add a new widget in the Blogger layout section. Just read this article carefully, and at the end of this article, you will be able to add many widgets to the Blogger layout as per your needs.

Add New (Add a Gadget) Section in Blogger Layout
Add New (Add a Gadget) Section in Blogger Layout

Adding New (Add a Gadget) Section in Blogger Layout

Firstly, find the best place in the template where you want to add a new widget.

Now move to the theme section and below the source code.

Before adding additional code, you must back up your theme.

Once you're done with adding source code.

Click on save.

Source Code
<div class="theAShub_Gadgets_Section">
<b:section id='theAShub_Gadget_Section' class='theAShub_Your_Gadget_Class' showaddelement="yes" maxwidgets="1"></b:section>
</div>

Understand the Source Code 💡

showaddelement="yes" 

This will enable the option of adding a new widget within it.

maxwidgets="1"

Number of total widgets you want to add in it.

See, it's so simple to add; only you need the correct piece of code and it's done. If there is any query, let me know in the comment box.

I'm a passionate content-writer.

Post a Comment

We appreciate you taking the time to read our content. We now want to hear your thoughts on this content.