Great theme, thanks.
I see that in your demo, a post’s Featured Image is full width, and the entry-meta data is down by the comments.
I can’t see an option to achieve this is 1.0.8. Am I missing it?
If not could you indicate how to achieve that?
Many thanks
Dave Higgins
So here’s how I did it.
In Dashboard > Appearance > Editor, content.php
replace
[code]<?php the_post_thumbnail( ‘single-thumb’ ); ?>[/code]
with
[code]<?php the_post_thumbnail( ‘attachment-thumb’ ); ?>[/code]
Dave
ok, as above, but without the back-slashes which were added by the comment system