Hi Ben,
I just tried to replicate it again and indeed it is still occurring … again, only when there is a space at the end of the main title or, actually now that I notice, if the post is uncategorized.
If I remove the space and give the post a category, the subtitle reappears.
I’m not sure if I can provide any more info than this, maybe it’s just a quirk of my installation …
Happy to help, just let me know …
Actually, I worked it out …
I just needed to replace the instance of
<?php themememe_posted_on(); ?>
in my content.php and content-single.php with
<i class="fa fa-user"></i> <?php the_author(); ?>
and that preserved the author icon.
Simples! 🙂