Add code after content and before "Yet Another Related Posts Plugin"
-
I want to add “html” code after the
<?php the_content(); ?>in “single.php” file:<?php the_content(); ?><hr/> <div class="postTags"> <?php the_tags(); ?>What is happening is that, just after “the_content()”, the “Yet Another Related Posts Plugin” runs and displays the related posts.Then runs
<hr/>followed by<?php the_tags(); ?>.But i want to add my code(here
<hr/>that executes just after “the_content()” and before any other plugin that i have or will have runs.Please help
The topic ‘Add code after content and before "Yet Another Related Posts Plugin"’ is closed to new replies.