• 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: 728×90 and a variant @ 160×600) above the banner, nav links, etc.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Question: Add banner ABOVE theme’ is closed to new replies.