• Hi, I wanted to insert banner ads above and below posts using php functions. I did this by inserting the code below <?php while ( have_posts() ) : the_post(); ?> on the index.php file and it worked. Unfortunately, it messes up the home page (the ads appear above each of the individual components)
    How can I avoid this issue

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Inserting ads on pages and posts’ is closed to new replies.