刚刚发现的一个经典WP主题:Feather
allow some seconds for this page to load, many images attached
This theme has been bugfixed on August 21st, grab a copy below.

Downloads
MOST RECENT (v2)
Feather.zip (150kb)
Feather.rar (150kb)
This version is valid xhtml and valid CSS! Compatible to IE6,7, Firefox + more
Theme based on an object

Calendar-like Date / Fancy Mouse-Over

Header Space for your text

Different latest post

Navigation (top) feat. moo.tools

Navigation (lower page) feat. moo.tools

Search area

Login area

Comments

Same look/layout in Firefox and Internet Explorer
feather Firefox (2.0) screenshot
feather Internet Explorer (7.0) screenshot
Review
Read a detailed review of my Rainbow Feather theme at Jaypee’s website Thanks for reviewing!
In order to support me, please keep at least one link back to me. I am sure others would love to get to know my work, too. The Creative Commons license specifies that you can change whatever you like, but must credit and attribute the original author
Help! The top area (yellow) shows no content
Don’t be mad, it does not show content, because you probably do not have a category with the id of 5 (five). There is an easy fix for this.
Go to the Rainbow Feather theme folder on your ftp and open each php file starting from top to bottom. On top of every opened php file there will be code like this:
< ?php get_header(); ?>(some code here) | Recently… | Elsewhere | Search | Login |
(listing pages here)
(home) < ?php $my_query = new WP_Query(’cat=5&showposts=1′); ?> < ?php while ($my_query->have_posts()) : $my_query->the_post(); ?> Just change the “cat=5″ into something more senseful, say you do have a category of 1, or 13? Simply change the five into the desired number. Click save and reupload the file (or if you edited it online, just save and transfer).
You should be all sorted out.
