How To Add Adsense Here

by Dino F
4 replies
  • SEO
  • |
Hey all,

I found a great keyword with a lot of searches and easy to beat competition. I wanted to monetize it but it seems like the only way I could monetize this keyword is adsense.

Well, I am not the biggest adsense fan

My problem is that I don't know how to add Adsense on my WP blog. I use the Thesis theme and I would like to add adsense under the first paragraph and then at the very bottom.

I hope someone can help.
#add #adsense
  • Profile picture of the author stefffff
    if i remember correctly thesis uses hooks.

    you're not very clear where you want your adsense to show? only on your article page, just bellow the title?

    here's how i've done

    open wp-content/themes/thesis/custom and custom_functions.php if you can't find it you need to create it and add the code bellow:

    function google_ads() {
    ?>
    --your google code here--
    <?php
    }
    add_action('thesis_hook_before_post','google_ads') ;

    hope this helps...
    {{ DiscussionBoard.errors[2029954].message }}
  • Profile picture of the author Dino F
    Thanks for that.

    Is using hooks the only way? I would like to have more control over where I
    want my ads to be displayed. Maybe somebody has another option.
    Signature
    Hey don't look at me... I'm just cleaning here.
    {{ DiscussionBoard.errors[2029974].message }}
    • Profile picture of the author Mikael-C
      there is a tons of plugins at wordpress.org about manage Adsences or Ads in general...Do a research and you'll find one...
      {{ DiscussionBoard.errors[2029984].message }}
  • Profile picture of the author FrankBowman
    You could simply paste say a 480X60 add code into your post, but make sure you are in the html mode not the visual. Wait about ten minutes and the ads will start to show.

    You could also just place the code into a text widget and put it on the sidebar if you want
    Signature
    {{ DiscussionBoard.errors[2030016].message }}

Trending Topics