Hi,
This is probably easy for someone who knows how to code, but unfortunately my skills aren't up to scratch!
I want to add a single line of HTML below the content on every single post. In single.php I've tried adding it here:
However, it then displays below my sharing plugin and related posts plugin. I want it to display directly below the content - above the sharing and related posts plugins.
Any idea how I can do this? If it helps, I'm using the Max Magazine theme from Gazpo.
Big thanks to anyone who can help with this!
This is probably easy for someone who knows how to code, but unfortunately my skills aren't up to scratch!
I want to add a single line of HTML below the content on every single post. In single.php I've tried adding it here:
Code:
<div class="post-entry">
<?php the_content(); ?>
MY CODE HERE
</div><!-- /post-entry -->
However, it then displays below my sharing plugin and related posts plugin. I want it to display directly below the content - above the sharing and related posts plugins.
Any idea how I can do this? If it helps, I'm using the Max Magazine theme from Gazpo.
Big thanks to anyone who can help with this!