Forums

How to; Place a banner between a blog and the comments? (3 posts)

  1. Bartheemskerk
    Member
    Posted 1 year ago #

    Hello,

    I want to put an ad banner between mij posts and my comments (on a post page). Where do I need to put the code?

    Thank you!

  2. Samuel B
    moderator
    Posted 1 year ago #

    in theme's single.php after the_content()

  3. Thejas Kamath
    Member
    Posted 1 year ago #

    Find the following code in single.php file.

    <?php the_content(); ?>

    Now, you can enter the code of the banner (you wish to display between the content and comments) right after the <?php the_content(); ?> code.

    Thank You

Topic Closed

This topic has been closed to new replies.

About this Topic