How to put ads inside Wordpress blog posts on front page
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.

July 23rd, 2008
Thanks I have been looking for this for a while.
August 3rd, 2008
I think it need html course 2 be done !!!!
put it’s helpful thnx
August 8th, 2008
Correction:
Quote:
“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.”
Most new themes contain the same file as single_post.php
Thanks for the information!