WordPress Theme恢复了

从我订阅的Awflashermotta的Blog文章中看到WordPress Theme官方站恢复了,关闭近8个月的主题站恢复对于活跃WordPress主题设计非常有助益。

当然很想把自己之前粗糙的主题模板上传上去,比如SnowMountainCherry Blossom等,可是总需要做一下更新,与时俱进才行。

现在就先把WordPress对于所上传的模板的要求列出来,对照着修改。
1. A single zip file, with all of the files themes file included. (用zip文件打包,包括所有的文件)
2. There must be a style.css file containing: (style.css文件必须包括下面这些项目)
1. Name (which must be unique to the directory) (名字,唯一性)
2. Tags(tags标签)
3. Version (in the format of x.x or x.x.x and must be unique to the theme)(版本号,不可重复)
4. Image align classes: img.centered, img.alignright, img.alignleft, .alignright, .alignleft(图片对齐的class)
3. The screenshot file name must be screenshot.png, and be a real screenshot of the theme, not a splash screen.(截图必须使用screenshot.png命名,格式为png)
4. Licensing must be GPL compatible.(以GPL兼容方式发布)
5. No hidden, paid or sponsored links in the theme. Links back to the author's site are fine.(不可包含隐藏,付费,赞助链接,当然链接到作者的网站是允许的)
6. The theme must be your own original work.(模板必须是原创的)

看上去要求不多,要注意的就是2,3。

待我修改完善模板后,就会上传,看看有没有可能加入到官方模板网站中。