How to Add Widget above Blog Post in Blogger


Blogging has become one of the topmost ways of making money online. Many are making a handsome money from Blogging. Now it is very common for everyone who uses internet to have a Blog site. If you don’t have a blog you may learn how to create a professional blog.
As you know that we use many widgets in blog. If some widgets like Slide show and Ads are shown above your blog post, it will be better. But in blogger template you cannot add a widget avove Blog post. In this tutorial I will be showing how to add a widget above the Blog post. For this follow the easy steps:

Step 1: Go to Blogger > and click on template from dropdown menu.

Step 2: Now backup your template and Click on Edit HTML

Step 3: Template editor opens. Press (Ctrl + F) and search. Now search for the code. 
<div id='main-wrapper'>

Now find the following code after <div id='main-wrapper'>

        <b:section class='main' id='main' showaddelement='no'>

Step 4: You have to change the “no” into “yes”. Then the code will look like
        <b:section class='main' id='main' showaddelement='yes'>

Now click Save Template. Now you will be able to add widgets above blog post.