How To : Add Adsense In WordPress Blogs

Adsense is the most preferred CPC advertising system, If you started out with WordPress adding adsense code into wordpress can be a bit confusing.Follow these steps to implement adsense in your wordpress blogs.

  • Obtain your Adsense code from your Adsense Account.
  • Log into your wordpress blog,
    Click Design Tab,
    Then Click the Theme Editor,
    Clickย  Single Post (single.php) on the right hand side from the Theme Files
  • If you want the ad below the title of the post,
    Findย  this code <div class=”postContent”> and place the adsense code right above it. google-adsense-implementation
  • If you want the Adsense ad after the post you have to place the adsense code after the first </div> of the <div class=”postContent”>google-adsense-implementation2

Wrapping Adsense Around Text

You can also wrap adsense around the text in the single-post pages.To wrap adsense around the text follow these steps

To wrap the text to right of the ad, add your adsense code in between
these lines :

<div style=”display:block;float:left;margin: 0px 10px 0px 0px;”>

Your Adsense add script

</div>

  • To wrap the text to the left of the ad, add your adsense code in between these lines.

<div style=”display:block;float:right;margin: 0px 10px 0px 0px;’>

Your Adsense add script

</div>

Similar Post  How To Exclude (or) Include Posts From Specific Category In WordPress RSS Feed

19 comments

  1. Kushal Koolwal Reply

    Hi,

    I am trying to implement “Wrapping Adsense Around Text” section. Do I have to add the code to every single post or can I place somewhere in single.php and it will get displayed on all the posts?

  2. yarick Reply

    hi there, thank for you for the suggestions. I am trying to get my wordpress 2.7.1 text to be wrapped around the adsense add. i went to single.php but i did not find <div style

    Help?

  3. Marcus Reply

    For the text flow on the left, it should be:

    style=”display:block;float:right;margin: 0 0 0 10px;โ€™>

  4. paul Reply

    Hi, im trying to figure out how to do this but cannot find how to get to the theme editor. I guess the layout has changed since this tutorial has been created. could you give me some more insight please? thanks in advance

  5. Movies All Time Reply

    Great trick. Thanks However I can not find the <div style=…" code in my theme. What can I do?

  6. Brooklyn Evans Reply

    you can easily earn lots of dollars from adsense if you have a high traffic site.’`”

  7. Lara Reply

    Thankyou for this tutorial. It really helped me. I was using a studiopress theme and the single.php wasn’t there so I had to do this trick in the index.php file instead ๐Ÿ™‚

  8. Aakash Goyal Reply

    thanx for this but still adsense provide just enough to grab a cup of coffee

  9. Ivan Reply

    I wrote same post like this one. I must say this is the best way to place adsense into single post

  10. Wakhid Edy Reply

    Thanks for the tips. I’ll try
    But can you tell me how our blog can be verified by adsense easily?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.