Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 10-02-2011, 11:46 AM   #1
Billy
War Room Member
 
Crazy Cameleon's Avatar
 
Join Date: Sep 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Contact Info
Send a message via Skype™ to Crazy Cameleon
Default Adsense Help for Wordpress Site

Can anyone perhaps tell me where exactly in my wordpress site I need to paste my adsense code? I'm still sort of a newbie when it comes to HTML so as much detail as possible would be great!
Crazy Cameleon is offline   Reply With Quote
Old 10-02-2011, 12:25 PM   #2
Billy
War Room Member
 
Crazy Cameleon's Avatar
 
Join Date: Sep 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Contact Info
Send a message via Skype™ to Crazy Cameleon
Default Re: Adsense Help for Wordpress Site

hmmmm......now I'm confused. Excuse my ignorance but why must I create a new post to enter the adense code when all I want to do is add it to my existing site?
Crazy Cameleon is offline   Reply With Quote
Old 10-02-2011, 04:50 PM   #3
Internet Savvy
 
arnie19's Avatar
 
Join Date: Jul 2011
Location: Philippines
Posts: 110
Thanks: 3
Thanked 8 Times in 6 Posts
Social Networking View Member's Twitter Profile 
Default Re: Adsense Help for Wordpress Site

Here's a quick tip...

-Log in to your wordpress.
-click appearance and then editor
-then click single post (single.php) on the right menu
-look for this line "<div class="entry group">" then enter the code below that line, hitting enter once will do.
-Then paste this:
<div style="display:block;float:left;margin: 0px;">
ENTER YOUR ADSENSE CODE HERE
</div>


You'll then be seeing adsense to all your post. I recommend using the adsense Size: 300x250 or any square, but the bigger the better.

You can also do this to every page.. likewise, you can simply use sidebar text/html widget to do it easily..

Hope it helps...

GOOD, BETTER and BEST;. Never let it rest,. until your GOOD is BETTER, and your BETTER is BEST!....
arnie19 is offline   Reply With Quote
Old 10-02-2011, 05:08 PM   #4
Active Warrior
 
Join Date: Aug 2011
Posts: 64
Thanks: 0
Thanked 4 Times in 4 Posts
Default Re: Adsense Help for Wordpress Site

or, you can go to your widgets settings and add a widget box (especially the one that is capable of handling html and javascript) for your Adsense unit. When you create the widget, just paste your adsense code on the text area provide, save and you already have your adsense ads appearing on where you positioned the widget, most probably on the sidebar.

Christian Books for sale at ChristianBooks4me.com
milapetersburg is offline   Reply With Quote
Old 10-02-2011, 05:31 PM   #5
Warrior Member
 
Join Date: Oct 2011
Posts: 14
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: Adsense Help for Wordpress Site

Just use wordpress plugin called "easy adsense pro".
Its easy to handle, control "side widget ads" and "post" ads.
Suppress ads where you dont want them. Easy and Simple!

PabloEscobar77 is offline   Reply With Quote
Old 10-02-2011, 05:38 PM   #6
Adsense Warrior
War Room Member
 
Join Date: Oct 2011
Posts: 106
Thanks: 0
Thanked 6 Times in 6 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: Adsense Help for Wordpress Site

I've build a custom wordpress template for all my adsense sites and within the template I've included specific adsense code.

For example code embedded into:

  • Header.php
  • single.php
  • index.php
  • etc
This way all your new posts and pages will include relevant adsense code.

Just googgle "add adsense to wordpress template" and I'm sure you'll find lots of good tutorials.

Cheers

Phil

PhilJensen is offline   Reply With Quote
Old 10-02-2011, 06:03 PM   #7
Warrior Member
 
Join Date: Oct 2009
Posts: 28
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Adsense Help for Wordpress Site

you need a plugin like post layout it is great for ad placemet

ciidoctor is offline   Reply With Quote
Old 10-02-2011, 08:35 PM   #8
Billy
War Room Member
 
Crazy Cameleon's Avatar
 
Join Date: Sep 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Contact Info
Send a message via Skype™ to Crazy Cameleon
Default Re: Adsense Help for Wordpress Site

Great - thanks for the info. Will give it a bash.
Crazy Cameleon is offline   Reply With Quote
Old 10-02-2011, 08:40 PM   #9
Senior Warrior Member
 
Join Date: Apr 2007
Location: US of A
Posts: 2,190
Thanks: 47
Thanked 258 Times in 212 Posts
Default Re: Adsense Help for Wordpress Site

WordPress is based on PHP and CSS not HTML.

Learning a few basics would probably be helpful.

There are many different ways to put Adsense on a WordPress Blog. The most important thing is to determine your Template Layout first. Where do you want to put the ads? Once you know this you can decide the "how".

There are several good free plugins that can help you manage Adsense. You can paste directly into the template which you should probably avoid for now with your level of knowledge.

You can also simply paste code into widgets.

But before you do any of that you really need to figure out where you want your ads to appear.

I do a lot of wordpress and depending on the site the method I use changes.

InternetMarketingIQ is offline   Reply With Quote
Old 10-12-2011, 11:11 AM   #10
Loving The Philippines
War Room Member
 
Barry Unruh's Avatar
 
Join Date: Apr 2008
Location: Pampanga, Philippines
Posts: 1,737
Blog Entries: 1
Thanks: 478
Thanked 668 Times in 475 Posts
Contact Info
Send a message via Skype™ to Barry Unruh
Default Re: Adsense Help for Wordpress Site

I'd agree with Ardley, to it the easy way and get an Adsense ready theme. CTR-Theme, BlueSense, HeatMap, or ClickBump will all work. Do a quick search on the Warrior Forum for reviews about CTR-Theme and ClickBump and you will quickly understand why you might want to go that way..

Barry Unruh is offline   Reply With Quote
Old 10-12-2011, 07:19 PM   #11
HeatMap Theme Ninja
War Room Member
 
Stuart Wider's Avatar
 
Join Date: Apr 2010
Location: Australia
Posts: 100
Thanks: 11
Thanked 8 Times in 8 Posts
Social Networking View Member's Twitter Profile 
Default Re: Adsense Help for Wordpress Site

Quote:
Originally Posted by Crazy Cameleon View Post
Can anyone perhaps tell me where exactly in my wordpress site I need to paste my adsense code? I'm still sort of a newbie when it comes to HTML so as much detail as possible would be great!
Yes, I agree with all above. You can paste directly into php code (not recommend for new players), add code to text widgets and install plugins,
...but...
If you are new to this you will find there are a few of us round here who have already created WordPress themes that will make the job much much easier for you.

With this approach the figuring out is already done, all you have to do is cut and paste from your adsense account into the theme options directly.


Stuart Wider
Author of HeatMap Adsense Theme Pro v5
HeatMapTheme.com
Stuart Wider is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
adsense, site, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 05:18 PM.