Hi,
I’d like to add some code at the very end of the blog post on all post types. If you see here I’d like it to appear before “Please share this post…”, which is something I added a while ago. However it’s been a while since I did this and I don’t remember which file it is!
wp-single.php makes a call to
<?php x_get_view( 'renew', 'content', get_post_format() ); ?><br /><br />
<div style="margin-bottom:50px float:left"><?php previous_post_link('%link', '«« Previous Post'); ?> </div>
… which looks like it should be in content.php, but content.php doesn’t contain the layout of a single page and neither can I see the other code I’d added in the past. I’m a bit baffled!
My child theme contains files for the Renew layout.