Hi
I am developing a child theme based on thematic for my website. I have previously only worked pretty straight forward themes with a few template files, functions.php and a stylesheet. This is the first time I am working with a theme framework to create a child theme.
I want to edit the Entry Meta, and Entry Utility areas but I can't find where thematic creates the loop and what I need to add to my functions.php
I understand that I need to modify a default thematic hook and replace it with my own. But which hook and where it is located?