I'm working on http://www.freez.com.au/blog/
I want to change the layout of the posts. At the moment they are
POST TITLE
Posted on <date> by <user>
Article content
Posted in <category> | Leave a comment
This kind of alteration used to be made in the index.php file, but it's not for this theme and I can't find the correct template to modify.
I actually want the layout to be
Date
POST TITLE
Article content
Posted by <I will insert a graphic here>
Leave a comment
--------------
I'm clever enough to alter the code myself, I just don't know which template to do it in.