Adding HTML in template before Subscribe Block
-
I have Jetpack set to “Add the Subscribe Block at the end of each post”, which works fine.
But I have a custom template for some images that displays some extra HTML after the main content. Currently the Subscribe Block appears between the main content and this extra HTML. I’d like the Subscribe Block to appear after the extra HTML, but I don’t know how.
The relevant part of my template is like:
<?php the_content(); ?>
<table class="image-meta-fields">
<!-- more extra html -->This results in:
- Post content (the image)
- Subscribe Block
- My extra HTML
But I’d like it to be:
- Post content (the image)
- My extra HTML
- Subscribe Block
Any ideas? Thanks.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.