I'd like to add a DIV alongside the .entry-title h1 of every post.
Whilst I can add a function in functions.php and then add it in to the pages like this:
add_action('thematic_abovepost','sidebar_social', 2);
No matter how much I alter the priority of use different hooks It still doesn't add it within the content at the right point and I'm having to use negative margins in the CSS to align it (which is a bit poo).
Are there any hooks I can use to stick this next to the title <h1> tag?