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!
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!
in theme's single.php after the_content()
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
This topic has been closed to new replies.