I'd like to hook a function that has info about that post's author in with the post. What hook should I use to attach this function, if I want it in the follow locations:
1) After the post title and byline, but before the post content.
2) After the post content, but before the comments.
There are widget areas single-before and single-insert, and Thematic version 0.9.5 says: "Every last default widget ready area is hookable. Before, after, and in between." So do these two widget areas have hooks.
Thanks.