Hello my website is www.geekporn.us, I used to be able to put adsense between post with no trouble in wordpress 1.0 but once I upgraded to 2.0 I have alot of trouble with getting adsense to show after the first post or have it show after ever X number of post. anyone willing to help?
I JUST setup Adsense 2.0 on my website and am using Deluxe and have been trying to figure this out so I came here and read this. Weird. PS. My name is Steve too.
my impression has always been it's rather flexible. are you positive it can't do what you're looking for?
mabey im reading it wrong, ill download it and try it out. From what I read it seems to me that it only lets you post ads in your post. anyways I will try it out and post back saying how it works
I'm trying to insert ads between the first and second post on the home page, does anyone know an easy way of doing this?
This is what I did and it works beautifully now. Download CG-Inbetween from http://www.chait.net/index.php?p=310 and enable it. Create a separate HTML file named adsense.html with your adsense code and save it in the wp-content folder. Go to the In-Between tab and add a new inbetween. Put 1 in the between field and 'adsense.html' in the file field. Works. Perfectly.
It depends where you want Adsense to appear, want it right after the current post on all pages? Go into Wordpress > Presentation > Theme Editor > Single Post (if you have a single.php) and find the following line: <div class="story"><?php the_content(); ?></ div> (Cut and paste adsense code here) Or if you want it after comments put it after the next line. Click "Update File" and do not worry if you do not get it right the first time, just go in and move it again and update until it appears in the correct area. There is no need for plugins to complete this task, let me know how you do, oh yeah and hi this is my first post.
I use um, what you call it, Moose Candy. right here, babes: http://serge.mankovski.com/?action=download&file_id=33 It's easy to use. This is kinda off topic, but I always watch geek porn. haha jk. nice name
I know I used this with WordPress 2.0 to put ads inbetween my posts. I believe it can also put your ads after the posts as well. If that didn't work, try this
This might help... http://www.problogger.net/archives/2006/03/09/how-to-placing-adsense-strategically-between-posts/ Sorry....This is my first post and I guess I'm not allowed to post a link.
In your WP themes folder, open up Index.php Look for this string about 10 lines down: <?php the_content(__('<strong>(more...)</strong>')); ?> <?php the_permalink() ?>&title=<?php the_title(); ?>&bodytext=<?php the_excerpt() ?> Put your adsense code in directly after that. Your ads will show up just after the post.