Sorry, I wouldn't know, I was just looking at my code and thought it would help. I'm not sure what makes it show up on the most 3 recent posts? ( I didn't code that) I'm sure someone here knows.
Actually I think this is exactly what your looking for: xxxhttp://wordpress.org/support/topic/12685?replies=38
yay i got it working! I have one problem though, sometimes when you link links to navigate around the site it loads to a blank page, you can try it for yourself by just clicking around a bit. How do I fix this?
yea I got it working with moosecandy though I have one problem though, sometimes when you link links to navigate around the site it loads to a blank page, you can try it for yourself by just clicking around a bit. How do I fix this?
First post? You mean only on current posts? This is all pretty easy stuff you must forget about finding the perfect plugin because there is not one. If you want to generate income you do not want adsense on your home page in wordpress, you are looking for organic search traffic. The single post or single.php is where the code goes. If you do not have a template that has a single.php either make one for find one that does. See my decription above and do not be afraid to play around with it.
What do you mean, you don't want adsense on your main page in wordpress? Why not? very curious. Thanks
most people vist the post in your site from links from blogs or search engines, it wont hurt to have it on the front page but you get more hits from single post. Once on my other blog I got 25,000 and only 2,000 of those where on the main page
plz tell me how to use adsense deluxe ? I have ten posts on every page now i want that adsense deluxe automatically show first ad after first post then show second ad after fourth post and at last third ad after ninth post. Every time when i ad new post the ads should be automaticallly shown in that order. I want that when i add a big topic it should be cut off after five lines then it has to show read more.. option automatically instead that every time i add <---more---> tag. Plz Help me i will be very thankfull.
Hey Steve (both of you), I was also having problems with this but this seemed work like a charm (on all 3 of my blogs). http://www.alittlenerdy.com/2006/10/02/adsense-after-first-post-in-wordpress/ Note; he says "Find the line that starts with: <?php if (have_posts())" not all templates have that EXACT code so you might have to search a little manually, it's not too hard to find though.
I've done a simples hack to achieve the goal of placing an ad between two posts. Here goes it, step by step: Step 1 In theme editor, open the main page index (usually index.php) find: <?php get_header(); ?> PHP: edit, it look like this: <?php get_header(); $middle_ad = 0; $position = 1; ?> PHP: Step 2 find: <?php endwhile; else: ?> PHP: insert, before it: <?php $middle++; if ($middle == $position ){ ?> <center> <!-- YOUR ADSENSE CODE HERE --> <!-- END ADSENSE CODE --> </center> <?php } ?> PHP: You can choose any position, all you gotta do is change from "1" to any other the value of: $position = 1; PHP: You can even randomize the position, making the ad appear in different positions (which I do on my sites), all you gotta do is use the rand function, like this: $position = rand(1,3); PHP: In the above case it will appear after the 1st, or the 2nd or the 3rd posts. Hope it helps out
you website is unreachable now. Doesn't it against TOS. I mean i think your web site is porn related. Is it legal at adsense?