How to insert an advertisement after first post
-
I’ve been trying to insert a blogads ad after the first post on my twenty eleven theme without luck (my site is here: https://newbooksinbrief.com/). My loop in my index.php is as follows:
<?php if ( have_posts() ) : ?> <?php twentyeleven_content_nav( 'nav-above' ); ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentyeleven_content_nav( 'nav-below' ); ?> <?php else : ?>
Any suggestions?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘How to insert an advertisement after first post’ is closed to new replies.