• hey everyone. i know this question has been asked several times. im using the “source” theme and my issue is I can not get the ads to display between the posts. i have already searched forums and i have tried some of the suggestion solutions with no luck. the code i am using is this:

    <?php $count = 4; ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php include(TEMPLATEPATH . ‘/includes/entry.php’); ?>
    google adsense code here
    //–>

    and i am injecting this in the index.php right above the “endwhile” code. what this does is display ads between my posts but only when someone clicks a certain category. for example, the ads will NOT display on the main page but if you click the tag for something like “review” and it will show you all the posts for under the category “review” and you will see the ads in between the posts. this is nice…but not what i want. i want it right on the first page as well. i searched the single.php and even went to the style.css and couldnt find a place to put the code. any help would be greatly appreciated!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Ads between pots-editing index.php doesn't work for main page’ is closed to new replies.