Hi Justin,
If I want to make simple changes like add an <hr /> after the byline before my single post image and text, I note that the title and byline are output by :
<?php hybrid_before_entry(); // Before entry hook ?>
So, if I want to make some changes within that hook, where do I do this? Or how can I modify the output of these hooks within a child theme?
Thx
Indi