• Hello, I’m currently using the Ample theme and have Googled my way up a storm trying to figure this out but am still failing miserably. I’d like to insert a Google adsense unit right after the first post, and only the first post. The instructions that I can find all call for inserting ads after every __ post in a repeating manner.

    In addition, I believe I should be inserting the code on the index.php file?

    I see this in the beginning, and believe I should be replacing, it, but nothing I’m doing is working!

    <?php if ( have_posts() ) : ?>
    
     			 <?php while ( have_posts() ) : the_post(); ?>
    
                         <?php get_template_part( 'content', get_post_format() ); ?>
    
                      <?php endwhile; ?>

    Thank you so much!

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add ads in between posts on Ample theme’ is closed to new replies.