How to put adsense ad in the header section (Above Menu)?

splishsplash1

Power Member
Joined
May 7, 2015
Messages
604
Reaction score
44
How do you put adsense ad in the header section (Above Menu)? I only know how to put ads in the sidebar and footer in the widgets section.
 
You have to inject the ad code in the theme code. It's a different case for different themes. Use inspect element to find the place where you want to insert the ad block, and then find the same piece of code on the backend.
 
I think you may need to edit your original template so that where to add new widget will be above header banner code...check your template and edit.
 
If i remember the hueman theme has a header banner section, it's free you can try it out or any theme with the visual composer (some themes shared here on BHW have it by default you should check it out).
 
you'll need to insert it in the header.php, however don't do it in the theme's core code but do it in a child theme because when there is an update the code will be overwritten by the update and you'll have to do it all again
 
Back
Top