• Hi people, sorry for my historical question, but I’ve tried everything out there to place ads only after the first post but couldn’t, as in this theme (twenty ten ) provided with wordpress 3, I’m unable to find the codes that are typed in different tutorials, so any help would be so appreciated,
    my url is https://onlineforall.info ,I could add a side ads using a plugin, want to add after the first post
    thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter besho2222

    (@besho2222)

    please help needed here, ASAP

    edit loop.php of TwentyTen;

    find (about line 160):

    <?php comments_template( '', true ); ?>
    
    	<?php endif; // This was the if statement that broke the loop into three parts based on categories. ?>
    
    <?php endwhile; // End the loop. Whew. ?>

    enter some new code before the line with endif:

    <?php comments_template( '', true ); ?>
    
    <?php if(!$ad_shown) { ?>
    <!-- adsense code here -->
    <?php $ad_shown=true; } ?>
    
    	<?php endif; // This was the if statement that broke the loop into three parts based on categories. ?>
    
    <?php endwhile; // End the loop. Whew. ?>

    adsense will be shown after the first post (not in single)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to place adsense after the first post In wordpress 3 (twenty ten theme)’ is closed to new replies.