If you want PPC ads on the upper right hand side of your individual blog posts in wordpress, it is easy to do. You don’t need a specific sized ad, it will automatically go to the upper right hand corner of each blog post through the permalink.

Go into the themes folder then open up the folder of your theme. Open up single.php file.

Look for this line of code:

<div class=”entry”>

Add the following code after it:

<div style=”float:right;margin-bottom:0px;margin-left:8px;”>

</div>

Between these div tags you will put your ad code. You can change the numbers in the 0px to whatever you want for the ad border space. Some themes unfortunately don’t have a “single.php” and for those, you won’t be able to add a small piece of ad code inside specifically for individual posts.