Great theme.
The only thing I’m wondering about is if there’s a way to display a full post on the front page, or at least a way we can choose where the post is cut off with the ‘insert more tag.’
I read in an earlier post that someone change a code in the php to allow this, but I’m not familiar enough with the language to do that without messing up the entire script.
Any help would be great. Thanks again for the great design!


Indeed, you will have to update the index.php template manually. It’s a pretty easy change, though. Look for the_excerpt, and change it to the_content. That will do it.