Hello
How do I add a banner (which is native Javascript code) ABOVE my entire theme?
See here: http://www.atomicsub.net
I'd like to add the banner (dimensions: 728x90 and a variant @ 160x600) above the banner, nav links, etc.
Thanks in advance
Hello
How do I add a banner (which is native Javascript code) ABOVE my entire theme?
See here: http://www.atomicsub.net
I'd like to add the banner (dimensions: 728x90 and a variant @ 160x600) above the banner, nav links, etc.
Thanks in advance
If you know some PHP programming, you can edit index.php, single.php, page.php inside your theme directory you are using, and add the javascript code banner there.
If not, you should search for theme that has top widget areas, use it, and then use some advertising manager plugins.
Better yet, try adding the code inside a custom div tag at the bottom of your header.php file so that you have one central place to modify the code. Either that or create a function in your functions.php file to insert the code from there.
This topic has been closed to new replies.