Add Google Adsense to your Wordpress Post
After having nothing but problems with Wordpress Plugins that run Google Adsense I decided to just do it myself.
Its not hard. Go to your single.php either via FTP or in your editor and find this line of code: <?php the_content(‘ ‘); ?>
Right before that code put this:
<div id=”google-ad”>
<script type=”text/javascript”><!–
google_ad_client = “pub-your code here”;
google_ad_slot = “adslot [...]









