So I wanted to try my hand at creating a CSS theme, and if you’ve switched to the Ice theme then you’re looking at it right now.
I’m really pleased with the way it turned out. I’d love to hear your feedback though, please leave me comments on this post!
Oh, I like this, very nise.
BTW, I ripped AuthImage out and installed SpamKarma, some similar features plus some others, but doesn’t require you to hack your comments*.php files.
Err, nice…
hey there!
Excellent theme, I love it! I was just curious though… I’d like to use it as a wordpress theme, but i noticed that when you select category or archive displays, you only get the summary text for each entry and not the actual content of each post. Is there a way to change this behavior? I’m a total phpn00b, so any help on this would be appreciated.
I hope I’m describing what I’m looking for well, if not let me know. Thanks!
Sure. Go into the theme’s “archive.php” file, and look for the following:
the_excerpt();
replace that with:
the_content();
That should do the trick. Look in the index.php file for that “the_content” thing to see what to replace it with.
Awesome! that does the trick… thanks so much!