How to Ad 125/125 Advertising Blocks

Some people requested that they want the ability to add 125×125 ads to their sidebar like the ones that I have so here it is.

STEP ONE

Add the below CSS to the bottom of your screen.css

/* Ad Blocks

---------------------------------------------------------------- */

.block

{

margin: 0px 0 0;

padding: 0 0 0px;

color: #aaa;

text-align: center;

text-transform: lowercase;

font-family: monospace;

line-height: .8em;

}

.halfblock

{

width:50%;

float:left;

padding:0;

margin:0;

}

STEP TWO

Download and extract, then add these two files to your ads folder (example: themes/thsestars/ads/)

Download here

Alternatively you can just copy the files you have in your stars theme and then rename them ads-125×125right.php and ads-125×125right.php

STEP THREE

Add this code in your sidebar.php where you want the two 125×125 ads to appear.

<!-- 125/125 Ad blocks section -->

<li id="asides">

<div class="block">

<div class="halfblock">

<?php include (TEMPLATEPATH . '/ads/ads-125x125left.php'); ?></div><div class="halfblock"><?php include (TEMPLATEPATH . '/ads/ads-125x125right.php'); ?>

</div>

<div class="clear"></div>

</li>

<!-- End 125/125 Ad blocks section -->

When adding all of the above you must remember to add your ad spots using the left/right.php files or else nothing else will show up.

Example:

<a href="thelinktoyourad" target="blank"><img src="thelinkwheretheimageisstored" alt="nameofad" /></a>

See the ads in action in my sidebar ————>>>>

Any trouble post below.

About Marco

I'm a WordPress Enthusiast and share what I learn about theme's plugins, code and reviews of everything WordPress

2 Comments

  • Dawn
    August 14, 2009 | Permalink |

    Hi,

    This worked fine in IE9 but destroyed the appearance of my sidebar in Google Chrome. Any idea why? It moved everything to the centre, mashed the ads against the Most Rated/Viewed etc box and made everything in the whole sidebar monospace font. Any fixes?

    Thanks!

    Dawn

  • September 8, 2009 | Permalink |

    This works! thanks mate…2 thumbs up..

Leave a comment

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Your email is never shared. Required fields are marked *

You Might Also Like

Plugins »

WP125 Ad Management Plugin

Fri, Feb 27 2009 No Comments
WP125 Ad Management Plugin

With over 13,000 thousand downloads this plugin is hardly a secret but better than a secret is the fact that it works right out of the box. Its great for... 

Tools and Links »

Forums For Your Website

Fri, Feb 20 2009 No Comments
Forums For Your Website

I wanted to add a forum to this site so I decided to browse what was available and suitable for my needs. First I’m looking for something that’s...