<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>浆糊纸卷 &#187; 主题开发</title>
	<atom:link href="http://kamiyeye.com/archives/category/theme_development/feed" rel="self" type="application/rss+xml" />
	<link>http://kamiyeye.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Sep 2011 07:12:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>我的又一个WordPress主题：Ezior</title>
		<link>http://kamiyeye.com/archives/1186</link>
		<comments>http://kamiyeye.com/archives/1186#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:47:56 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Ezior]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=1186</guid>
		<description><![CDATA[
我前段时间一直在开发一款WordPress主题，这款主题已经完成，名称定为Ezior，如图所示。
Ezior的功能比我更早的一款主题Win7blog要强大好几倍，由于我在设计它的时候着重考虑了灵活性，以至于Ezior在功能上甚至比我后来开发的主题也要强大。我现在有点理解为什么原型总是强大的（我看改名叫EVA初号机也不错吧，^^）。但是过于强大的功能使主题的使用变得复杂，因此我后来的主题简化了功能，但可控制性和可管理性方面要好得多。
随便列举些Ezior的功能：自动创建无变形缩略图、灵活多样的精选日志控制、自动滑行文章展示模块、各种尺寸的广告支持和管理、对应不同区域的四个侧边栏、可控制的左右/两栏三栏布局切换、多达10种配色方案、可自定义样式(背景/头部底部图片、各种色彩等等）、Flickr/侧边栏日志/Twitter/win7blog最新评论升级版等数个内置Widget(小工具)、日志分页、评论分页、全面的后台选项，太多了。
Ezior是一个偏重设计的主题，重点突出，艺术感强烈。很适合用在产品展示的网站，当然，对于博客形式的网站支持也很好。
]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/1186/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>WordPress主题Win7blog的近期更新汇总</title>
		<link>http://kamiyeye.com/archives/1137</link>
		<comments>http://kamiyeye.com/archives/1137#comments</comments>
		<pubDate>Sun, 03 May 2009 14:42:03 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=1137</guid>
		<description><![CDATA[Win7blog因为一些原因自0.3.7后便停止开发了很长一段时间，直到最近我才重新开始改进这款主题。逐渐开发到了0.4.6，更新内容如下：

主题全英文化并提交到了WordPress官方网站 点击进入
中文当然要支持，为此增加了中文语言文件，趁此机会一并把后台也中文化了
重做了后台设置页面
调整了页面宽度，1024分辨率下不再会有水平滚动条了
现在置顶日志的样式可选了，提供两种可选样式。当然，也可以不用。
侧边栏现在提供有几个默认的模块
诸多方面的样式增加、调整，代码优化等，无法一一列举

Wordpress官方主题页面上有下载排行榜，是计最近7天的下载总量做的排行，我查了一下，在所有超过900个主题中，Win7blog目前排在45位。考虑到才提交3天，而且没有做过任何宣传，我已经很满意了。对于满7天后的排名，说实在还真有点期待。
(第一周过去，目前排19。要在Theme首页上显示得进入前15，难度还是挺大的)
]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/1137/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>如何为WordPress主题增加楼号显示功能</title>
		<link>http://kamiyeye.com/archives/895</link>
		<comments>http://kamiyeye.com/archives/895#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:48:27 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[WordPress开发]]></category>
		<category><![CDATA[原创]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=895</guid>
		<description><![CDATA[在原本不支持嵌套评论的WP 2.6.5以前，为评论加上楼号是件很简单的事。因为最新的评论总是在最下，需要做的只是在显示评论的循环中输出一个依次累加的数即可。但在嵌套评论模式下，由于最新的评论可能是被嵌套在其他评论中的一条子回复，因此在最下（上）的评论未必是最新。换句话说，像以前那样给最下（上）的评论赋予最新的楼号就不再正确了。因此，要能够在嵌套评论中也显示正确的楼号，需要少少绕一点弯路。]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/895/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>如何自定义WordPress2.7的评论内部结构</title>
		<link>http://kamiyeye.com/archives/866</link>
		<comments>http://kamiyeye.com/archives/866#comments</comments>
		<pubDate>Tue, 06 Jan 2009 09:22:29 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[嵌套评论]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/archives/866</guid>
		<description><![CDATA[WordPress2.7的重大更新之一是增加了嵌套评论的支持，因此而引入了一个新的内核函数wp_list_comments。新的函数接管了显示整个评论列表的功能，能够根据评论层次自动形成嵌套样式，好处是十分明显的。但也正因为wp_list_comments封装了评论显示代码，使得更改评论内部结构变得不容易。下面我就讲一下如何既支持嵌套评论显示又能够自由更改评论内部结构的方法]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/866/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Win7blog主题新功能预览：评论楼号显示</title>
		<link>http://kamiyeye.com/archives/729</link>
		<comments>http://kamiyeye.com/archives/729#comments</comments>
		<pubDate>Sun, 28 Dec 2008 12:08:19 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=729</guid>
		<description><![CDATA[自从WordPress2.7内核支持嵌套评论之后，为复杂的嵌套评论标识上正确的楼层变得困难。一则像以前那样从上到下做1+1运算行不通了；二则现在评论有‘从新到旧’和‘从旧到新’两种排法；三则新的2.7内核函数把评论显示的循环封装了无法编辑。]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/729/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Win7blog历史更新</title>
		<link>http://kamiyeye.com/archives/713</link>
		<comments>http://kamiyeye.com/archives/713#comments</comments>
		<pubDate>Sun, 28 Dec 2008 06:32:18 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=713</guid>
		<description><![CDATA[Win7blog History ( English )
0.3.6 [2009-1-10] ---------------------------------------------------------------------------
◆ 新增后台配置页面，可控导航栏显示类别或是页面（默认显示类别），及是否在侧边栏最新评论中隐藏作者回复（默认隐藏）
◆ 优化所有图片大小，提高页面加载速度
◆ 修正评论区填写昵称和邮箱处‘必需’字样的丢失问题
0.3.5 [2009-1-4] ---------------------------------------------------------------------------
◆ 增加评论楼号显示
◆ 在置顶功能条中加入阅读全文入口
◆ 搜索框位置重新调整回导航栏右侧
◆ 修正了翻页后残留置顶样式的问题
◆ 修正了底部年份显示错误的问题
◆ 脱离sandbox框架
0.3.2 [2008-12-28] ---------------------------------------------------------------------------
◆ 在全文页面中添加日志信息条和编辑入口
◆ 开放对页面的评论功能
◆ 开放博客副标题
0.3.1 [2008-12-19] ---------------------------------------------------------------------------
◆ 重要更新！不再始终增加转载声明，只对拥有‘原创’标签或是‘原创’分类的日志加转载声明
◆ 为置顶模块增加功能条
◆ 添加针对引文的样式
0.3.0 [2008-12-18] ---------------------------------------------------------------------------
◆ 为置顶日志提供了一个集成装载模式的支持（需要WordPress2.7以上）
用法：
1. 内容区域大小为545 x 300, 超过部分将被隐藏。不过你可以根据需要自行修改，长宽定义在style.css文件的".sticky .enty-content"中
2. 对于默认高度(300px)，右边的置顶日志列表最好不要超过7个，不然会破坏布局。
3. IE6不支持鼠标移动到标题上自动显示内容，不过其他功能正常，测试通过
◆ 给侧边栏组件增加了图标
◆ 调整了侧边栏的样式，使之更清晰
◆ 提供对第三方插件GDStar的样式支持
◆ 将搜索框移到顶部
◆ 在评论列表上方增加快速跳转留言框和日志编辑入口
◆ 修复页面底部的一个潜在贴图错误（由 爱苹果De猫 提供）
0.2.8 [2008-12-12] ---------------------------------------------------------------------------
◆ 重新设计了回复页面，增加对嵌套评论的支持（需要WordPress2.7以上）
◆ 额外的兼容性代码，以支持WordPress2.7以前的版本
0.2.7 [2008-12-10] ---------------------------------------------------------------------------
◆ 修改了显示的作者名称，适应性更广
◆ 修改了侧边栏部分文字的颜色，使之更统一
0.2.6---------------------------------------------------------------------------
◆ 侧边栏不再默认显示最新评论，移至Wordpress后台 [...]]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/713/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Win7blog 0.3.1发布，试图</title>
		<link>http://kamiyeye.com/archives/535</link>
		<comments>http://kamiyeye.com/archives/535#comments</comments>
		<pubDate>Thu, 18 Dec 2008 08:25:19 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=535</guid>
		<description><![CDATA[今天偶然发现一部莫文蔚演的泰国片《棺材》，居然跑泰国去了。看了个开头，感觉她真不适合演一本正经的女人。但感觉泰语很好听，之前看过另一部泰国片《悲恋三人行》感觉很好

]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/535/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Win7blog主题新功能预览：嵌入式置顶日志模式</title>
		<link>http://kamiyeye.com/archives/460</link>
		<comments>http://kamiyeye.com/archives/460#comments</comments>
		<pubDate>Tue, 16 Dec 2008 18:09:37 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=460</guid>
		<description><![CDATA[可以看到我现在共置顶了三篇文章。完全动态添加，每置顶一篇文章就会自动加入到右边的列表中；如果文章前部有图片，那么图片会自动显示到左边，如果图片的大小刚刚好的话，那这里就是完整的一张图片；图片比较小的话，其余部分显示内容。]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/460/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>在WordPress2.7以上版本中实现嵌套评论</title>
		<link>http://kamiyeye.com/archives/315</link>
		<comments>http://kamiyeye.com/archives/315#comments</comments>
		<pubDate>Thu, 11 Dec 2008 06:55:55 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[嵌套评论]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/archives/315</guid>
		<description><![CDATA[WordPress2.7提供了对嵌套评论的支持，不过要使用这个新功能，必须对主题做一些代码改动。以下改法应该适用于大部分主题，如果主题中找不到红色代码，请自行寻找相似内容或者咨询主题作者。改法如下：]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/315/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>原创WordPress主题win7blog 0.4.5发布</title>
		<link>http://kamiyeye.com/archives/153</link>
		<comments>http://kamiyeye.com/archives/153#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:30:23 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[wordpress主题]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[浆糊纸卷]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=153</guid>
		<description><![CDATA[Win7blog是一款windows7风格的wordpress主题。定位是简洁、快速、实用和美观，不会做得很臃肿。只包含实用且应用广泛的功能，关注交互性、稳定性、兼容性和性能。]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/153/feed</wfw:commentRss>
		<slash:comments>233</slash:comments>
		</item>
		<item>
		<title>win7blog主题更新至0.2.3</title>
		<link>http://kamiyeye.com/archives/123</link>
		<comments>http://kamiyeye.com/archives/123#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:47:28 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>
		<category><![CDATA[原创]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=123</guid>
		<description><![CDATA[按计划的一次小版本更新，引入了几个小功能、修复一些BUG和做了一些样式上的调整。顺便征求一下大家的意见，为发布做准备。

更新历史-------------------------------------
0.2.3：
增加对Ctrl+Enter快捷键回复的支持
增加对选中部分字体颜色和底色的设定（遗憾的是IE不支持）
增加博客图标
调整了分类、标签、搜索页面的样式，使之更整洁
修复IE6中页面底部图片显示错误的问题
修复IE6中评论框有多余横线的问题
修复搜索页面显示不正常的问题]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows7风格的wordpress主题：win7blog</title>
		<link>http://kamiyeye.com/archives/70</link>
		<comments>http://kamiyeye.com/archives/70#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:05:46 +0000</pubDate>
		<dc:creator>KAMI</dc:creator>
				<category><![CDATA[主题开发]]></category>
		<category><![CDATA[Win7blog]]></category>
		<category><![CDATA[Windows7]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress主题]]></category>

		<guid isPermaLink="false">http://www.kamiyeye.com/?p=70</guid>
		<description><![CDATA[win7blog目前的版本为0.2.2，能看到的基本上就是所有了。接下来在0.2.3中将做一些小地方的调整、引入Ctrl+Enter快捷评论和 bug的修补；0.3的计划是增加相关性文章列表模块、提高和IE6的兼容性（已经测试通过的浏览器是Firefox3、IE7和Chrome），目前还没想到别的。win7blog的定位是简洁、快速、实用和美观。不会做得很臃肿，只打算实现实用且应用广泛的功能，更重要的应该是交互性、稳定性、兼容性和性能。]]></description>
		<wfw:commentRss>http://kamiyeye.com/archives/70/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

