MyBB Community Forums

Full Version: about ads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok ..here im confuse how to add some ADS in main page? iv got a code from addsnse but dont know where to put? should i edit it in themes code?
You'll need to add the code to the templates, where do you want to display the ad?
AT THE HEADER I GUESS.. so means i have to edit the code templates?
Go to ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header

Find:
<navigation>

Add after:
<div align="center">
Adsense Code
</div>

Obviously replace "Adsense Code" with your actual advert code. Smile