• I currently have the “blue kino 13” theme installed. It is a 1 column theme that is centered on the page. I would like to add 3 stacked 125×125 ad’s on the left and/or empty portions of the page. Where would i have to put the code, and how would i go about doing this??

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Well it depends exactly where you want the ads, for me to be more specific I guess.

    But basically your theme folder is made up of different files, e.g single.php which is the code that is used for every post, or category.php, the code used to display the category front pages.

    If you want another column then you have to use CSS and HTML to add this to your template files.

    If you just want the ads within the one column you can give them a class and use CSS to align them.

    You would place the ad code inside one of the php pages on your template depending what page you wanted the ad to show up on (your front page, category pages, archive pages, single post pages maybe all of them if so you have to edit all of them.)

    Here’s the basic template scheme so you know what page does what:
    http://codex.wordpress.org/Template_Hierarchy

    You can edit your theme within the admin section or with a stand alone editor like dreamweaver or notepad.

Viewing 1 replies (of 1 total)

The topic ‘adding side banner ad to 1 column theme’ is closed to new replies.