Ice Theme
Posted by geo on February 21st, 2005 filed in graphics, technologySo 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!
























February 21st, 2005 at 9:51
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.
February 21st, 2005 at 9:51
Err, nice…
February 21st, 2005 at 11:07
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!
February 21st, 2005 at 14:22
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.
February 21st, 2005 at 14:32
Awesome! that does the trick… thanks so much!