Have you ever wanted to insert your adsense code inside your post but wasn’t sure how to do it?

1. Log in to your wordpress admin.

2. Navigate to your theme editor. Goto “Appearance >> Editor”

Once there, click on “Single Post (single.php) on the right hand column of the editor page.

Copy and paste

<table border=”0″ width=”302″ id=”table1″ cellspacing=”3″ cellpadding=”3″ height=”252″ align=”left”>
<tr>
<td>
YOUR ADSENSE CODE GOES HERE
</td>
</tr>
</table>

right above

<?php the_content(’Read the rest of this entry »’); ?>

Your themes code may vary but it will be directly above the “the_content” call, you may have category exclusions or different text for reading the rest of the post but regardless, that’s where it goes.

Now your posts will look like…

Insert Adsense Into Wordpress Post

Above code is base on 300×250 square adsense ad, if you adsense ad is different size, you can changing the dimensions on the table.

Post to Twitter Tweet Post to Delicious Delicious Post to Digg Digg Post to Facebook Facebook Post to MySpace MySpace Post to Ping.fm Ping Post to Reddit Reddit Post to StumbleUpon Stumble

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!