Hello!
I am building my theme from scratch and I need some help!
I am currently working on my category.php and date.php files (they will be the same) and I would like to know if it would be possible to have the following layout:
----
title [centered, this would be the month or category browsed]
photo photo
title title
date date
category category
photo photo
title title
date date
category category
----
I use post_image() in my posts to have the photo before the title (you can see it there http://www.serapolis.com/scott).
Is there a way to do this? Thanks!