Hello, I'm new to Thematic and am having trouble getting my head around something.
I'm looking to change my index page and archives (both of which display excerpts with thumbnails) so that the post thumbnail is position to the left of the title, meta and excerpt. Basically I want all the text to be to the right of the thumbnail and not have the title and meta before/above the thumbnail as seems to be the default.
I don't think I can do this through CSS as the thumbnail is placed inside a div with the excerpt by default. I understand that I'll need to write a function that creates the post with the elements in the order I want, but I'm confused as to which filter I need to be looking at.
Should I be filtering thematic_content() or a different one? Am I even going about this the correct way?
Thanks