<?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>MoeSora 萌の空 - the Simple life with Animes</title>
	<atom:link href="http://moesora.com/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 10:31:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<atom:link rel='hub' href='http://moesora.com/?pushpress=hub'/>
		<item>
		<title>WordPress创建收视导航页面</title>
		<link>http://moesora.com/wordpress-create-schedule-template-page/</link>
		<comments>http://moesora.com/wordpress-create-schedule-template-page/#comments</comments>
		<pubDate>Wed, 16 May 2012 10:25:32 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bangumi]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[收视导航]]></category>
		<category><![CDATA[番组计划]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3271</guid>
		<description><![CDATA[WordPress创建收视导航页,使用css+jQuery的tab可以根据当前时间自动展示当日放送内容;使用fetch_feed()函数来获取和展示Bangumi.tv收视条目内容及时间.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload6/20120516/sgaVtvQHjbID9Dot9bTYF6jW0HK4u+huqKL_+FNJba+rlzGEj4Fp1EA==.jpg" alt="Wordpress创建收视导航页面效果演示" /><br />效果如上图，对应的说明也写到了图片上，详细可见MoeSora的 <a href="http://moesora.com/bangumi/" title="番组计划">番组计划</a> 页面。</p>
<p><span id="more-3271"></span>一、PHP部分，请复制主题页面模板文件改名为page-bangumi.php，将顶部 <strong>Template Name</strong> 的值改为 <strong>Bangumi Page</strong> 然后复制以下代码到合适位置（我是直接替换掉了正文部分）：</p>
<blockquote class="note bar" style="overflow:auto;height:255px;"><div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0);" class="source"> // &#8212; TAB START &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;schedule_wrap&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;schedule_date&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tabs&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab1&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期日<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab2&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期一<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab3&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期二<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab4&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期三<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab5&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期四<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab6&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期五<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#tab7&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>星期六<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><span style="color: rgb(0, 136, 0); font-style: italic;">&lt;!&#8211;schedule_date&#8211;&gt;</span><br /> <br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;schedule_date_text&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab1&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期日条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab2&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期一条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab3&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期二条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab4&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期三条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab5&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期四条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab6&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期五条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;tab7&quot;</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;tab_content&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span>星期六条目<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><span style="color: rgb(0, 136, 0); font-style: italic;">&lt;!&#8211;schedule_date_text&#8211;&gt;</span><br /> <br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><span style="color: rgb(0, 136, 0); font-style: italic;">&lt;!&#8211;schedule_wrap&#8211;&gt;</span><br /> // &#8212; END &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br /></div>
</blockquote>
<p>二、jQuery部分（若出现问题，请确认是否有正常调用jQuery.js）：</p>
<blockquote class="note bar"><div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0);" class="source"> <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 0);">document</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">ready</span>(<span style="color: rgb(0, 0, 128); font-weight: bold;">function</span><span style="color: rgb(0, 0, 0);">(){</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 255);">&#39;ul#tabs li:eq(&#39;</span> <span style="color: rgb(0, 0, 0);">+</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">new</span> <span style="color: rgb(0, 0, 0);">Date</span><span style="color: rgb(0, 0, 0);">().</span><span style="color: rgb(0, 0, 0);">getDay</span>() <span style="color: rgb(0, 0, 0);">+</span> <span style="color: rgb(0, 0, 255);">&#39;)&#39;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">addClass</span>(<span style="color: rgb(0, 0, 255);">&#39;today active&#39;</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 255);">&#39;.schedule_date_text div:eq(&#39;</span> <span style="color: rgb(0, 0, 0);">+</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">new</span> <span style="color: rgb(0, 0, 0);">Date</span><span style="color: rgb(0, 0, 0);">().</span><span style="color: rgb(0, 0, 0);">getDay</span>() <span style="color: rgb(0, 0, 0);">+</span> <span style="color: rgb(0, 0, 255);">&#39;)&#39;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">css</span>(<span style="color: rgb(0, 0, 255);">&quot;display&quot;</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 255);">&quot;block&quot;</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 255);">&quot;#tabs li&quot;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">click</span>(<span style="color: rgb(0, 0, 128); font-weight: bold;">function</span>() <span style="color: rgb(0, 0, 0);">{</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 255);">&quot;#tabs li&quot;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">removeClass</span>(<span style="color: rgb(0, 0, 255);">&#39;active&#39;</span>);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 128); font-weight: bold;">this</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">addClass</span>(<span style="color: rgb(0, 0, 255);">&quot;active&quot;</span>);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 255);">&quot;.tab_content&quot;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">hide</span>();<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">var</span> <span style="color: rgb(0, 0, 0);">selected_tab</span> <span style="color: rgb(0, 0, 0);">=</span> <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 128); font-weight: bold;">this</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">find</span>(<span style="color: rgb(0, 0, 255);">&quot;a&quot;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">attr</span>(<span style="color: rgb(0, 0, 255);">&quot;href&quot;</span>);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(0, 0, 0);">selected_tab</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">fadeIn</span>();<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">return</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">false</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">});</span><br /> <span style="color: rgb(0, 0, 0);">});</span><br /></div>
</blockquote>
<p>三、CSS部分（仅供参考）：</p>
<blockquote class="note bar" style="overflow:auto;height:255px;"><div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0);class="> <span style="color: rgb(0, 0, 0);">#tabs</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">li</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">float</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">left</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">text-align</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">center</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">height</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">22px</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">width</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">14</span><span style="color: rgb(0, 0, 0);">%</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">margin</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">0</span> <span style="color: rgb(0, 0, 255);">0</span> <span style="color: rgb(0, 0, 255);">10px</span> <span style="color: rgb(0, 128, 128);">!important</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">padding-left</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">0</span> <span style="color: rgb(0, 128, 128);">!important</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">display</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">inline</span><br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 0, 0);">#tabs</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">li</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">a</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">#999</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">text-decoration</span><span style="color: rgb(0, 0, 0);">:</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">none</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 0, 0);">#tabs</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">li</span><span style="color: rgb(0, 0, 0);">.active</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">a</span><span style="color: rgb(0, 0, 0);">,</span><br /> <span style="color: rgb(0, 0, 0);">#tabs</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">li</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">a</span><span style="color: rgb(0, 0, 0);">:hover</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">red</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 0, 0);">#tabs</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">li</span><span style="color: rgb(0, 0, 0);">.today</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">a</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">#f97000</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 0, 0);">.tab_content</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">display</span><span style="color: rgb(0, 0, 0);">:</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">none</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 0, 0);">.schedule_date</span><span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">width</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">100</span><span style="color: rgb(0, 0, 0);">%</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">font-weight</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">bold</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">margin</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">2px</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">height</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">100</span><span style="color: rgb(0, 0, 0);">%</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">padding</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">0</span> <span style="color: rgb(0, 0, 255);">5px</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 0, 0);">.schedule_date_text</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">ul</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">li</span><span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">float</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">left</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">text-align</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">left</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">font-size</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">14px</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">height</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">20px</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">line-height</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">20px</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">width</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">46</span><span style="color: rgb(0, 0, 0);">%</span>;<br /> <span style="color: rgb(166, 23, 23); background-color: rgb(227, 210, 210);">_</span><span style="color: rgb(0, 0, 128); font-weight: bold;">width</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">44</span><span style="color: rgb(0, 0, 0);">%</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">margin-left</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 255);">5px</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">overflow</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">hidden</span>;<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">white-space</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 128); font-weight: bold;">nowrap</span>;<br /> <span style="color: rgb(0, 0, 0);">word</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">break</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">break</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">all</span>;<br /> <span style="color: rgb(0, 0, 0);">word</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">wrap</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">break</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">word</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /></div>
</blockquote>
<p>四、Bangumi个人进度展示（须在根目录下新建cache目录，权限设置777，用于缓存）：</p>
<blockquote class="note bar"><div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0);" class="source"> // &#8212; RSS START &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;bangumi-rss&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> <span style="color: rgb(0, 128, 128);">&lt;?php</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">require_once</span> (<span style="color: rgb(0, 0, 0);">ABSPATH</span> <span style="color: rgb(0, 0, 0);">.</span> <span style="color: rgb(0, 0, 0);">WPINC</span> <span style="color: rgb(0, 0, 0);">.</span> <span style="color: rgb(0, 0, 255);">&#39;/class-feed.php&#39;</span>);<br /> <span style="color: rgb(0, 0, 0);">$feed</span> <span style="color: rgb(0, 0, 0);">=</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">new</span> <span style="color: rgb(0, 0, 0);">SimplePie</span>();<br /> <span style="color: rgb(0, 0, 0);">$feed</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">set_feed_url</span>(<span style="color: rgb(0, 0, 128); font-weight: bold;">array</span>(<span style="color: rgb(0, 0, 255);">&#39;http://moesora.com/propbgmrss/&#39;</span>)); <span style="color: rgb(0, 136, 0); font-style: italic;">//bangumi rss地址</span><br /> <span style="color: rgb(0, 0, 0);">$feed</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">enable_order_by_date</span>(<span style="color: rgb(0, 0, 128); font-weight: bold;">false</span>);<br /> <span style="color: rgb(0, 0, 0);">$feed</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">set_cache_location</span>(<span style="color: rgb(0, 0, 0);">$_SERVER</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 255);">&#39;DOCUMENT_ROOT&#39;</span><span style="color: rgb(0, 0, 0);">]</span> <span style="color: rgb(0, 0, 0);">.</span> <span style="color: rgb(0, 0, 255);">&#39;/cache&#39;</span>);<span style="color: rgb(0, 136, 0); font-style: italic;">//缓存目录</span><br /> <span style="color: rgb(0, 0, 0);">$feed</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">init</span>();<br /> <span style="color: rgb(0, 0, 0);">$feed</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">handle_content_type</span>();<br /> <span style="color: rgb(0, 0, 0);">$pubDate</span> <span style="color: rgb(0, 0, 0);">=</span> <span style="color: rgb(0, 0, 0);">date</span>(<span style="color: rgb(0, 0, 255);">&#39;Y-m-d&#39;</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);">strtotime</span>(<span style="color: rgb(0, 0, 0);">$value</span>));<span style="color: rgb(0, 128, 128);">?&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;ul</span> <span style="color: rgb(255, 0, 0);">id=</span><span style="color: rgb(0, 0, 255);">&quot;bangumi-rss&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 128, 128);">&lt;?php</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">foreach</span> (<span style="color: rgb(0, 0, 0);">$feed</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">get_items</span>(<span style="color: rgb(0, 0, 255);">0</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 255);">20</span>) <span style="color: rgb(0, 0, 128); font-weight: bold;">as</span><span style="color: rgb(0, 0, 0);">$item</span>)<span style="color: rgb(0, 0, 0);">:</span> <span style="color: rgb(0, 128, 128);">?&gt;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;li&gt;</span><span style="color: rgb(0, 128, 128);">&lt;?php</span> <span style="color: rgb(0, 0, 0);">date_default_timezone_set</span>(<span style="color: rgb(0, 0, 255);">&#39;PRC&#39;</span>); <span style="color: rgb(0, 0, 128); font-weight: bold;">echo</span> <span style="color: rgb(0, 0, 0);">$item</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">get_date</span>(<span style="color: rgb(0, 0, 255);">&#39;Y年m月d日 H:i&#39;</span>);<span style="color: rgb(0, 128, 128);">?&gt;</span> <span style="color: rgb(0, 128, 128);">&lt;?php</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">echo</span> <span style="color: rgb(0, 0, 0);">$item</span><span style="color: rgb(0, 0, 0);">-&gt;</span><span style="color: rgb(255, 0, 0);">get_description</span>()<span style="color: rgb(0, 128, 128);">?&gt;&lt;?php</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">endforeach</span>; <span style="color: rgb(0, 128, 128);">?&gt;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/li&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/ul&gt;</span><br /> <span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;</span><span style="color: rgb(0, 136, 0); font-style: italic;">&lt;!&#8211;bangumi-rss&#8211;&gt;</span><br /> // &#8212; END &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br /></div>
</blockquote>
<p>注一：<code>date_default_timezone_set('PRC');</code>是用来设定时区为中国大陆的，若服务器时间即为本地时间的可以删除。<br />
注二：修改<code>$feed->get_items(0,20)</code>可以控制输出条目数量。<br />
注三：头部的tab同样适用于课程表、日程表等内容，例如可以使用<code>php date('W')</code>获取当前是第几周来判断单/双周。</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/wordpress-create-schedule-template-page/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>利用WordPress短代码函数快捷添加下载栏</title>
		<link>http://moesora.com/wordpress-shortcode-styling-your-download-boxes/</link>
		<comments>http://moesora.com/wordpress-shortcode-styling-your-download-boxes/#comments</comments>
		<pubDate>Tue, 15 May 2012 04:46:25 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[add_shortcode()]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[短代码]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3205</guid>
		<description><![CDATA[使用Wordpress的 add_shortcode() 短代码函数来给下载栏添加样式，完成之后可以省去大量重复操作，也避免了某些RP原因导致前后几天文章内下载样式不统一的问题。]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://i.imgur.com/iI02O.jpg" alt="利用Wordpress短代码函数快捷添加下载栏" style="border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;"/></p>
<p>效果如上。在宅谈看到介绍<a href="http://otakism.org/use-wp-shortcode-to-edit-chatting-format.html" title="利用WP短代码实现文章聊天形式" rel="external">利用WP短代码实现文章聊天形式</a>的文章，于是也使用 <code style="background-color:#FFFDDF;color: OrangeRed;">add_shortcode()</code> 短代码函数来给下载栏添加样式，完成之后可以省去大量重复操作，也避免了某些RP原因导致前后几天文章内下载样式不统一的问题，不废话了直接贴代码。</p>
<p><span id="more-3205"></span>在主题的模板函数(functions.php)中添加以下代码：</p>
<blockquote class="note bar"><p><code>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0);" class="source"> // -- START ----------------------------------------<br /> function moesora_download( $atts, $content = null ) {<br /> global $post;<br /> extract( shortcode_atts( array(<br /> &nbsp;&nbsp;&nbsp; &#39;info&#39; =&gt; ' ', // 文件信息<br /> &nbsp;&nbsp;&nbsp; &#39;from&#39; =&gt; ' ', // 内容来源<br /> &nbsp;&nbsp;&nbsp; &#39;time&#39; =&gt; ' ', // 抓取时间<br /> ), $atts ) );<br /> &nbsp;&nbsp;&nbsp; if (is_feed() ) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $content=str_replace(&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;br</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">/&gt;</span>&#39;,&#39;', $content); // 删除br标签<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $content=str_replace(PHP_EOL,&#39;&#39;, $content); // 删除换行符<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return &#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;p&gt;&lt;strong&gt;</span>下载地址<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/strong&gt;</span>: &#39;.$content.&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/p&gt;</span>&#39;; // RSS输出内容<br /> &nbsp;&nbsp;&nbsp; } else {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return &#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;download-box boxout&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;&lt;h2&gt;</span>&#39;.$post-&gt;post_title.&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;span&gt;</span>下载地址<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/span&gt;&lt;/h2&gt;&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;download-box-text&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;&lt;strong&gt;</span>文件信息<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/strong&gt;</span>&#39;.$info.&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;br&gt;&lt;strong&gt;</span>内容来源<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/strong&gt;</span>&#39;.$from.&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;br&gt;&lt;strong&gt;</span>抓取时间<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/strong&gt;</span>&#39;.$time.&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;br&gt;&lt;/div&gt;&lt;div</span> <span style="color: rgb(255, 0, 0);">class=</span><span style="color: rgb(0, 0, 255);">&quot;download-box-link&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>&#39;.$content.&#39;<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/div&gt;&lt;/div&gt;</span>&#39;; // 输出内容<br /> &nbsp;&nbsp;&nbsp; }<br /> }<br /> add_shortcode( &#39;download&#39;, 'moesora_download' );<br /> // -- END ----------------------------------------<br /></div>
<p></code></p></blockquote>
<p>然后按下面的方法使用[<code style="background-color:#FFFDDF;color: OrangeRed;">download</code>]标签即可：</p>
<blockquote class="note bar"><p><code>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0);" class="source"> [download info=&quot;文件信息&quot; from="内容来源" time="抓取时间"]<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>文本<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;br</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">/&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>文本<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;&lt;br</span> <span style="color: rgb(0, 0, 128); font-weight: bold;">/&gt;&lt;a</span> <span style="color: rgb(255, 0, 0);">href=</span><span style="color: rgb(0, 0, 255);">&quot;#&quot;</span><span style="color: rgb(0, 0, 128); font-weight: bold;">&gt;</span>文本<span style="color: rgb(0, 0, 128); font-weight: bold;">&lt;/a&gt;</span>[/download]<br /></div>
<p></code></p></blockquote>
<p>注一：请按自己的需求修改DIV结构、CSS、参数内容等；<br />
注二：不需要在RSS区别中展示内容的可以删除 <code style="background-color:#FFFDDF;color: OrangeRed;">if (is_feed() ) {....} else {</code> 以及上段代码中最后一个 <code style="background-color:#FFFDDF;color: OrangeRed;">}</code> 符号；<br />
注三：我使用的是<code style="background-color:#FFFDDF;color: OrangeRed;">add_shortcode('dl','moesora_download');</code>，因为[<code style="background-color:#FFFDDF;color: OrangeRed;">dl</code>]无法正常在文章内写出，故在本文中修改为[<code style="background-color:#FFFDDF;color: OrangeRed;">download</code>]。</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/wordpress-shortcode-styling-your-download-boxes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pixiv Week Top50 (2012年第20周)</title>
		<link>http://moesora.com/pixiv-week-top50-20120512/</link>
		<comments>http://moesora.com/pixiv-week-top50-20120512/#comments</comments>
		<pubDate>Sat, 12 May 2012 17:23:45 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[杂图合辑]]></category>
		<category><![CDATA[Pixiv]]></category>
		<category><![CDATA[Top50]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[周排名]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3180</guid>
		<description><![CDATA[Pixiv Week Top50 package to download (20120512)]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120513/sznRKKacgxBVE2K6TsC9+mKiU2LELzOzn4riYTUlcKbt7ZhGQ4VbssA==.jpg" rel="lightbox[3180]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120513/sznRKKacgxBVE2K6TsC9+mKiU2LELzOzn4riYTUlcKbvL41chgXAzSw==.jpg" alt="Pixiv周排名" width="500" height="500" /></a></p>
<p style="text-align: center;"><strong>下载地址</strong>: <a style="margin-left:10px" href="http://kuai.xunlei.com/d/BEIQIRYYWOAK" rel="external nofollow">迅雷快传</a><a style="margin-left:10px" href="http://115.com/file/e74kya2h" rel="external nofollow">115网盘</a><a style="margin-left:10px" href="http://www.rayfile.com/zh-cn/files/99124c14-9c51-11e1-a9b1-0015c55db73d/" rel="external nofollow">RayFile</a></p>
<p><span id="more-3180"></span>
<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120513/sV8wDZGtm0B+22k8i20xAC0RosDb1Qr4SNQe7kvM+JXMHdBAoJ9xWYA==.jpg" rel="lightbox[3180]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120513/sV8wDZGtm0B+22k8i20xAC0RosDb1Qr4SNQe7kvM+JXOuRT46RDvNqQ==.jpg" alt="Pixiv周排名" width="500" height="360" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120513/sTpgMFbrihtzil4kKfm3pfL0e4eoM9aY0ysPwRqSpjIRNfdcN7zSweA==.jpg" rel="lightbox[3180]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120513/sTpgMFbrihtzil4kKfm3pfL0e4eoM9aY0ysPwRqSpjITWo_u8bHG7NA==.jpg" alt="Pixiv周排名" width="500" height="500" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120513/sZNfHRFMfIcXggwyNjkrxF1E413FnJBnYNmTnZCc6EMLeyCrXqWdgFw==.jpg" rel="lightbox[3180]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120513/sZNfHRFMfIcXggwyNjkrxF1E413FnJBnYNmTnZCc6EMJEvJ9XXk1CXg==.jpg" alt="Pixiv周排名" width="500" height="300" /></a></p>
<div class="info bar">上周的Pixiv Week因为重装系统忘记备份桌面文件杯具掉了(图片文件临时存放在桌面某目录下)= =#<br />
最近刚完成<a href="http://moesora.com/bangumi/" title="番组计划">番组计划</a>页面，使用了WP2.8增加的fetch_feed()函数来输出bgm.tv的数据。<br />
收视时间表TAB原来是盗用178的javascript，现在换用jQuery重写了，不过暂时还没功夫录入全部条目数据= =!<br />
看到宅谈关于<a href="http://otakism.org/use-wp-shortcode-to-edit-chatting-format.html" title="短代码" rel="external">短代码</a>的文章，于是使用add_shortcode()函数来给下载栏添加样式，以后可以省去大量重复操作了ww</div>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/pixiv-week-top50-20120512/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>使用CSS选择器给链接自动添加图标</title>
		<link>http://moesora.com/using-css-selectors-to-apply-link-icons/</link>
		<comments>http://moesora.com/using-css-selectors-to-apply-link-icons/#comments</comments>
		<pubDate>Sun, 06 May 2012 17:24:49 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[Selector]]></category>
		<category><![CDATA[选择器]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3147</guid>
		<description><![CDATA[效果如上图，写好CSS之后，所有链接都会添加对应的图标，而不需要额外给链接添加上class=”115_download”之类的。 a[rel~=&#34;external&#34;] { &#160;&#160;&#160; background:url(/theme/images/sprites_16.png) no-repeat scroll right -924px; &#160;&#160;&#160; padding-right:13px; } 这段CSS作用于所有rel含有external值（多个值时以空格作为分隔）的链接，例如 rel=”external nofollow” a[href^=&#34;http://115.com/&#34;] { &#160;&#160;&#160; background: url(&#34;/theme/images/sprites_16.png&#34;) no-repeat scroll 0 0 transparent; &#160;&#160;&#160; padding-left:19px; } 这段CSS作用于所有href以http://115.com/为开始值的链接，例如 href=”http://115.com/file/dpwjjodg” 以下六种不同类型的属性选择器(Attribute Selector): [att=value] 有明确的值 [att~=value] 多个以空格分隔的值之一，例如class="widget widget_search" [att&#124;=value] 是value或者以value开始并立即跟上一个“-”字符，例如lang="zh-cn" [att^=value] 以指定值开始 [att$=value] 以指定值结束 [att*=value] 包含指定的值(无论位置) 伪技术参考自: http://www.chinaz.com/design/2009/0826/88659.shtml]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="使用CSS选择器给链接自动添加图标" src="http://photo2.bababian.com/usr997666/upload6/20120507/sesrHGL__5nvJMwQiklfzTq2BA8lRm5UZhZM7mEco1m7YF7N8hDZS+Q==.jpg" alt="使用CSS选择器给链接自动添加图标" width="253" height="26" /><br />效果如上图，写好CSS之后，所有链接都会添加对应的图标，而不需要额外给链接添加上class=”115_download”之类的。</p>
<p><span id="more-3147"></span>
<div style="margin-top:30px;font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="source"> <span style="color: rgb(0, 112, 0);">a</span><span style="color: rgb(48, 48, 48);">[</span><span style="color: rgb(0, 112, 0);">rel</span><span style="color: rgb(48, 48, 48);">~=</span><span style="background-color: rgb(255, 240, 240);">&quot;external&quot;</span><span style="color: rgb(48, 48, 48);">]</span> <span style="color: rgb(0, 0, 0);">{</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 128, 0); font-weight: bold;">background</span><span style="color: rgb(48, 48, 48);">:</span><span style="color: rgb(208, 32, 0); background-color: rgb(255, 240, 240);">url(/theme/images/sprites_16.png)</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">no-repeat</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">scroll</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">right</span> <span style="color: rgb(96, 0, 224); font-weight: bold;">-924px</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 128, 0); font-weight: bold;">padding-right</span><span style="color: rgb(48, 48, 48);">:</span><span style="color: rgb(96, 0, 224); font-weight: bold;">13px</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /></div>
<h6 style="margin:15px 0 30px;">这段CSS作用于所有rel含有external值（多个值时以空格作为分隔）的链接，例如 rel=”external nofollow”</h6>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="source"> <span style="color: rgb(0, 112, 0);">a</span><span style="color: rgb(48, 48, 48);">[</span><span style="color: rgb(0, 112, 0);">href</span><span style="color: rgb(48, 48, 48);">^=</span><span style="background-color: rgb(255, 240, 240);">&quot;http://115.com/&quot;</span><span style="color: rgb(48, 48, 48);">]</span> <span style="color: rgb(0, 0, 0);">{</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 128, 0); font-weight: bold;">background</span><span style="color: rgb(48, 48, 48);">:</span> <span style="color: rgb(208, 32, 0); background-color: rgb(255, 240, 240);">url(&quot;/theme/images/sprites_16.png&quot;)</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">no-repeat</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">scroll</span> <span style="color: rgb(96, 0, 224); font-weight: bold;">0</span> <span style="color: rgb(96, 0, 224); font-weight: bold;">0</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">transparent</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 128, 0); font-weight: bold;">padding-left</span><span style="color: rgb(48, 48, 48);">:</span><span style="color: rgb(96, 0, 224); font-weight: bold;">19px</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /></div>
<h6 style="margin:15px 0 30px;">这段CSS作用于所有href以http://115.com/为开始值的链接，例如 href=”http://115.com/file/dpwjjodg”</h6>
<h5>以下六种不同类型的属性选择器(Attribute Selector):</h5>
<table style="width: 100%; line-height: 1.4;">
<tbody>
<tr>
<td>[att=value]</td>
<td>有明确的值</td>
</tr>
<tr>
<td>[att~=value]</td>
<td>多个以空格分隔的值之一，例如<code>class="widget widget_search"</code></td>
</tr>
<tr>
<td>[att|=value]</td>
<td>是value或者以value开始并立即跟上一个“-”字符，例如<code>lang="zh-cn"</code></td>
</tr>
<tr>
<td>[att^=value]</td>
<td>以指定值开始</td>
</tr>
<tr>
<td>[att$=value]</td>
<td>以指定值结束</td>
</tr>
<tr>
<td>[att*=value]</td>
<td>包含指定的值(无论位置)</td>
</tr>
</tbody>
</table>
<p>伪技术参考自: http://www.chinaz.com/design/2009/0826/88659.shtml</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/using-css-selectors-to-apply-link-icons/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>「MoeSora 萌の空」开博二周年纪念</title>
		<link>http://moesora.com/moesora-second-anniversary/</link>
		<comments>http://moesora.com/moesora-second-anniversary/#comments</comments>
		<pubDate>Thu, 03 May 2012 05:53:43 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[萌空小记]]></category>
		<category><![CDATA[Moesora]]></category>
		<category><![CDATA[nothing]]></category>
		<category><![CDATA[周岁]]></category>
		<category><![CDATA[纪念]]></category>
		<category><![CDATA[萌の空]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3122</guid>
		<description><![CDATA[404 Page not found]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="404 Page not found" src="http://photo2.bababian.com/usr997666/upload6/20120503/sxlim0v6VQTGRGHY1CnFhvyx7U3SQm6Lznjhjn60HLJj1VF0+DIuCpw==.jpg" alt="404 Page not found"/><br />十一个月没更新，订阅数涨了，收录数涨了，PR也涨了，这不科学！</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/moesora-second-anniversary/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>「东方Project」宽屏壁纸合辑包 第五弹</title>
		<link>http://moesora.com/touhou-project-widescreen-wallpapers-collection-volume05/</link>
		<comments>http://moesora.com/touhou-project-widescreen-wallpapers-collection-volume05/#comments</comments>
		<pubDate>Tue, 01 May 2012 12:24:10 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[桌面壁纸]]></category>
		<category><![CDATA[东方Project]]></category>
		<category><![CDATA[东风谷早苗]]></category>
		<category><![CDATA[十六夜咲夜]]></category>
		<category><![CDATA[宽屏壁纸]]></category>
		<category><![CDATA[帕秋莉]]></category>
		<category><![CDATA[琪露诺]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3106</guid>
		<description><![CDATA[基本各分辨率的都有，宽屏大图居多。 老规矩添加了rr3恢复记录，有问题用RAR自带修复功能吧。 全部无良抓图自Konachan，全正常向压缩包无密码。 下载地址: 115网盘 RayFile 将文章页面(single.php)改成了单栏模式，看起来舒服多，反正sidebar也不知道要放啥，干脆删掉了…………]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120501/sqp0Rz3owdCsMiaYxF5HkQMSId6NdxA9zISzXZLhAcwzwPhwk1tQCqw==.jpg" rel="lightbox[3106]" title="「东方Project」宽屏壁纸合辑包 第五弹"><img title="「东方Project」宽屏壁纸合辑包 第五弹" src="http://photo2.bababian.com/usr997666/upload6/20120501/sqp0Rz3owdCsMiaYxF5HkQMSId6NdxA9zISzXZLhAcwzW+2+GROxt2g==.jpg" alt="「东方Project」宽屏壁纸合辑包 第五弹" width="500" height="312" /></a></p>
<p style="margin: auto;width: 400px;">基本各分辨率的都有，宽屏大图居多。<br />
老规矩添加了rr3恢复记录，有问题用RAR自带修复功能吧。<br />
全部无良抓图自Konachan，全正常向压缩包无密码。</p>
<p style="margin: auto;width: 400px;"><strong>下载地址</strong>: <a href="http://115.com/file/dpwjjodg" target="_blank">115网盘</a> <a href="http://www.rayfile.com/zh-cn/files/969bfe94-9382-11e1-a5cc-0015c55db73d/" target="_blank">RayFile</a></p>
<p><span id="more-3106"></span>
<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120501/s3v9tdJtaVcLQ9XeplFbvqROanmYDhbSFTFd1md8SQ4F4Wo4Wm+H4ow==.jpg" rel="lightbox[3106]" title="「东方Project」宽屏壁纸合辑包 第五弹"><img title="「东方Project」宽屏壁纸合辑包 第五弹" src="http://photo2.bababian.com/usr997666/upload6/20120501/s3v9tdJtaVcLQ9XeplFbvqROanmYDhbSFTFd1md8SQ4G2InMkFwHvsQ==.jpg" alt="「东方Project」宽屏壁纸合辑包 第五弹" width="500" height="268" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120501/spn_8PALjXBS91rfhZqnGOtkiyr5r3vFAYL5hYk1mg9YSnZXWc97fAA==.jpg" rel="lightbox[3106]" title="「东方Project」宽屏壁纸合辑包 第五弹"><img title="「东方Project」宽屏壁纸合辑包 第五弹" src="http://photo2.bababian.com/usr997666/upload6/20120501/spn_8PALjXBS91rfhZqnGOtkiyr5r3vFAYL5hYk1mg9aROU9hQiNhtg==.jpg" alt="「东方Project」宽屏壁纸合辑包 第五弹" width="500" height="312" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120501/sQ2Xp1PAPjUPdaTZcnXLa2jPqBtesgmHHSALh2DwIbO0Sf9MErhHQrA==.jpg" rel="lightbox[3106]" title="「东方Project」宽屏壁纸合辑包 第五弹"><img title="「东方Project」宽屏壁纸合辑包 第五弹" src="http://photo2.bababian.com/usr997666/upload6/20120501/sQ2Xp1PAPjUPdaTZcnXLa2jPqBtesgmHHSALh2DwIbO2+06Msc0fUgA==.jpg" alt="「东方Project」宽屏壁纸合辑包 第五弹" width="500" height="312" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120501/sNn3YvVYiTxsGan8CG8z+sH2Q6JvOLKvSAWH02tz16sQg5a7Pug77Aw==.jpg" rel="lightbox[3106]" title="「东方Project」宽屏壁纸合辑包 第五弹"><img title="「东方Project」宽屏壁纸合辑包 第五弹" src="http://photo2.bababian.com/usr997666/upload6/20120501/sNn3YvVYiTxsGan8CG8z+sH2Q6JvOLKvSAWH02tz16sTSiS1RM+EsxQ==.jpg" alt="「东方Project」宽屏壁纸合辑包 第五弹" width="500" height="400" /></a></p>
<p>将文章页面(single.php)改成了单栏模式，看起来舒服多，反正sidebar也不知道要放啥，干脆删掉了…………</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/touhou-project-widescreen-wallpapers-collection-volume05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress给表格和评论列表加上隔行变色</title>
		<link>http://moesora.com/wordpress-table-comment-add-odd-even-class-interlaced-background-color/</link>
		<comments>http://moesora.com/wordpress-table-comment-add-odd-even-class-interlaced-background-color/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 05:24:32 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[even]]></category>
		<category><![CDATA[odd]]></category>
		<category><![CDATA[表格]]></category>
		<category><![CDATA[评论列表]]></category>
		<category><![CDATA[隔行变色]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3051</guid>
		<description><![CDATA[给表格添加隔行变色(效果如图) 1.CSS3伪类nth-child()实现隔行变色(IE不支持) tr:nth-child(even){background:#ffffff;} tr:nth-child(odd){background:#f0f0f0;} 2.CSS+JS实现隔行变色 tr.even{background:#ffffff;} tr.odd{background:#f0f0f0;} Style(&#8593;) &#038; Script(&#8595;): $(&#34;table tr:even&#34;).addClass(&#34;even&#34;); $(&#34;table tr:odd&#34;).addClass(&#34;odd&#34;); PS.若要鼠标经过表格时所在行变色，可以添加以下CSS： tr:hover{background:#FFFFE0;} 给评论列表隔行变色(效果如图) 1.使用Wordpress的comment_class()函数添加even/odd &#60;li id=&#34;comment-&#60;?php comment_ID() ?&#62;&#34; &#60;?php comment_class(); ?&#62;&#62; 然后在主题CSS里面添加以下代码即可。 .commentlist .even { background-color:grey; color:black; } .commentlist .odd { background-color:white; color:black; } 若要额外添加 transition 的样式可以使用 comment_class('transition')]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="表格隔行变色" src="http://photo2.bababian.com/usr997666/upload6/20120430/svOE59SusWfvmd0_EwTAqXEm0Sk6gzaYIxdgSfvjPFgirGMC_N7Amxg==.jpg" alt="表格隔行变色演示图例" width="484" height="190" /><br />给表格添加隔行变色(效果如图)</p>
<h5>1.CSS3伪类nth-child()实现隔行变色(IE不支持)</h5>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(249, 247, 237);" class="source"> <span style="color: rgb(30, 144, 255); font-weight: bold;">tr</span><span style="color: rgb(136, 136, 136);">:nth-child</span>(<span style="color: rgb(30, 144, 255); font-weight: bold;">even</span>)<span style="color: rgb(0, 0, 0);">{</span><span style="color: rgb(0, 0, 170);">background</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 153, 153);">#ffffff</span><span style="color: rgb(0, 0, 0);">;}</span><br /> <span style="color: rgb(30, 144, 255); font-weight: bold;">tr</span><span style="color: rgb(136, 136, 136);">:nth-child</span>(<span style="color: rgb(30, 144, 255); font-weight: bold;">odd</span>)<span style="color: rgb(0, 0, 0);">{</span><span style="color: rgb(0, 0, 170);">background</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 153, 153);">#f0f0f0</span><span style="color: rgb(0, 0, 0);">;}</span><br /></div>
<h5>2.CSS+JS实现隔行变色</h5>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(249, 247, 237);" class="source"> <span style="color: rgb(30, 144, 255); font-weight: bold;">tr</span><span style="color: rgb(0, 170, 0); text-decoration: underline;">.even</span><span style="color: rgb(0, 0, 0);">{</span><span style="color: rgb(0, 0, 170);">background</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 153, 153);">#ffffff</span><span style="color: rgb(0, 0, 0);">;}</span><br /> <span style="color: rgb(30, 144, 255); font-weight: bold;">tr</span><span style="color: rgb(0, 170, 0); text-decoration: underline;">.odd</span><span style="color: rgb(0, 0, 0);">{</span><span style="color: rgb(0, 0, 170);">background</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 153, 153);">#f0f0f0</span><span style="color: rgb(0, 0, 0);">;}</span><br /></div>
<p>Style(&uarr;) &#038; Script(&darr;):</p>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(249, 247, 237);" class="source"> <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(170, 85, 0);">&quot;table tr:even&quot;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">addClass</span>(<span style="color: rgb(170, 85, 0);">&quot;even&quot;</span>);<br /> <span style="color: rgb(0, 0, 0);">$</span>(<span style="color: rgb(170, 85, 0);">&quot;table tr:odd&quot;</span><span style="color: rgb(0, 0, 0);">).</span><span style="color: rgb(0, 0, 0);">addClass</span>(<span style="color: rgb(170, 85, 0);">&quot;odd&quot;</span>);<br /></div>
<h5>PS.若要鼠标经过表格时所在行变色，可以添加以下CSS：</h5>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(249, 247, 237);" class="source"> <span style="color: rgb(30, 144, 255); font-weight: bold;">tr</span><span style="color: rgb(136, 136, 136);">:hover</span><span style="color: rgb(0, 0, 0);">{</span><span style="color: rgb(0, 0, 170);">background</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 153, 153);">#FFFFE0</span><span style="color: rgb(0, 0, 0);">;}</span><br /></div>
<p><span id="more-3051"></span>
<p style="text-align: center;margin-top:30px;"><img title="评论列表隔行变色" src="http://photo2.bababian.com/usr997666/upload6/20120430/s0lfJTWzvGW8rA748aKC4QO+rck8AS_twnzZi8OWyfgSuCwS3JlJJCw==.jpg" alt="评论列表隔行变色演示图例" width="696" height="558" /><br />给评论列表隔行变色(效果如图)</p>
<h5>1.使用Wordpress的comment_class()函数添加even/odd</h5>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(247, 239, 231);" class="source"> <span style="color: rgb(0, 0, 0);">&lt;li id=&quot;comment-</span><span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(0, 0, 0);">comment_ID</span>() <span style="color: rgb(76, 131, 23);">?&gt;</span><span style="color: rgb(0, 0, 0);">&quot; </span><span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(0, 0, 0);">comment_class</span>(); <span style="color: rgb(76, 131, 23);">?&gt;</span><span style="color: rgb(0, 0, 0);">&gt;</span><br /></div>
<p>然后在主题CSS里面添加以下代码即可。</p>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(247, 239, 231);" class="source"> <span style="color: rgb(0, 170, 0); text-decoration: underline;">.commentlist</span> <span style="color: rgb(0, 170, 0); text-decoration: underline;">.even</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 170);">background-color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">grey</span>;<br /> <span style="color: rgb(0, 0, 170);">color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 170, 170);">black</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /> <span style="color: rgb(0, 170, 0); text-decoration: underline;">.commentlist</span> <span style="color: rgb(0, 170, 0); text-decoration: underline;">.odd</span> <span style="color: rgb(0, 0, 0);">{</span><br /> <span style="color: rgb(0, 0, 170);">background-color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 170, 170);">white</span>;<br /> <span style="color: rgb(0, 0, 170);">color</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 170, 170);">black</span>;<br /> <span style="color: rgb(0, 0, 0);">}</span><br /></div>
<p>若要额外添加 transition 的样式可以使用 <code>comment_class('transition')</code></p>
<p style="text-align: center;"><img title="评论列表隔行变色" src="http://photo2.bababian.com/usr997666/upload6/20120430/s5d6F3lgD0kMMY0dUTDwwcSJF7SyeZeHuT97QSHw_dRamAhz24qd3KA==.jpg" alt="评论列表隔行变色演示图例" width="749" height="320" /><br</p>
<p>使用Wordpress的comment_class()函数时自动添加的样式，其中comment-author-admin可以用来定义博主发表评论的样式，最后的transition为自定义添加的样式。</p>
<h5>2.使用php来判断并输出even/odd</h5>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(247, 239, 231);" class="source"> <span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(170, 0, 0);">$i</span> <span style="color: rgb(0, 0, 0);">=</span> <span style="color: rgb(0, 153, 153);">0</span>; <span style="color: rgb(76, 131, 23);">?&gt;</span><br /> <span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(0, 0, 170);">foreach</span> (<span style="color: rgb(170, 0, 0);">$comments</span> <span style="color: rgb(0, 0, 170);">as</span> <span style="color: rgb(170, 0, 0);">$comment</span>) <span style="color: rgb(0, 0, 0);">:</span> <span style="color: rgb(76, 131, 23);">?&gt;</span><br /> <span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(170, 0, 0);">$i</span><span style="color: rgb(0, 0, 0);">++</span>; <span style="color: rgb(76, 131, 23);">?&gt;</span><br /> <span style="color: rgb(0, 0, 0);">&lt;li id=&quot;comment-</span><span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(0, 0, 0);">comment_ID</span>() <span style="color: rgb(76, 131, 23);">?&gt;</span><span style="color: rgb(0, 0, 0);">&quot; class=&quot;</span><span style="color: rgb(76, 131, 23);">&lt;?php</span> <span style="color: rgb(0, 0, 170);">if</span>(<span style="color: rgb(170, 0, 0);">$i</span><span style="color: rgb(0, 0, 0);">&amp;</span><span style="color: rgb(0, 153, 153);">1</span>) <span style="color: rgb(0, 0, 0);">{</span> <span style="color: rgb(0, 0, 170);">echo</span> <span style="color: rgb(170, 85, 0);">&#39;odd&#39;</span><span style="color: rgb(0, 0, 0);">;}</span> <span style="color: rgb(0, 0, 170);">else</span> <span style="color: rgb(0, 0, 0);">{</span><span style="color: rgb(0, 0, 170);">echo</span> <span style="color: rgb(170, 85, 0);">&#39;even&#39;</span><span style="color: rgb(0, 0, 0);">;}</span> <span style="color: rgb(76, 131, 23);">?&gt;</span><span style="color: rgb(0, 0, 0);">&quot;&gt;</span><br /></div>
<h5>PS.这种方法可以实现三行变色之类较为复杂的隔行变色，例如：</h5>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(0, 0, 0); background-color: rgb(247, 239, 231);" class="source"> <span style="color: rgb(0, 0, 170);">switch</span> (<span style="color: rgb(0, 0, 0);">$i</span> <span style="color: rgb(0, 0, 0);">%</span> <span style="color: rgb(0, 153, 153);">3</span>) <span style="color: rgb(0, 0, 0);">{</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 170);">case</span> <span style="color: rgb(0, 153, 153);">0</span><span style="color: rgb(0, 0, 0);">:</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">echo</span> <span style="color: rgb(170, 85, 0);">&#39;class=&quot;class0&quot;&#39;</span>;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 170);">break</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 170);">case</span> <span style="color: rgb(0, 153, 153);">1</span><span style="color: rgb(0, 0, 0);">:</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">echo</span> <span style="color: rgb(170, 85, 0);">&#39;class=&quot;class1&quot;&#39;</span>;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 170);">break</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 170);">case</span> <span style="color: rgb(0, 153, 153);">2</span><span style="color: rgb(0, 0, 0);">:</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0);">echo</span> <span style="color: rgb(170, 85, 0);">&#39;class=&quot;class2&quot;&#39;</span>;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 170);">break</span>;<br /></div>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/wordpress-table-comment-add-odd-even-class-interlaced-background-color/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pixiv Week Top50 (2012年第18周)</title>
		<link>http://moesora.com/pixiv-week-top50-20120428/</link>
		<comments>http://moesora.com/pixiv-week-top50-20120428/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 14:34:35 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[杂图合辑]]></category>
		<category><![CDATA[Pixiv]]></category>
		<category><![CDATA[Top50]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[周排名]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=3032</guid>
		<description><![CDATA[改主题的时候被好多简单的问题卡住了，某真是蠢爆了…………话说这版本的可视化编辑器好难用啊，总是会莫名其妙改结构改标签= =# 目前的进度看还差下载链接前置图标、下载链接渐变按钮、出站链接后置图标、番组时间表(CSS时间轴/tab)、链接表、最后CSS图片合并就行了，但某现在的状态，一个CSS问题都能纠结半天，真不知道什么时候能完工= =!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120428/s22ir4LqfTROY1Zn5bktUvllTfmlfViPKC8s7_Go7VN1YlJTC1BMyRw==.jpg" rel="lightbox[3032]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120428/s22ir4LqfTROY1Zn5bktUvllTfmlfViPKC8s7_Go7VN04rOiUR2dH+A==.jpg" alt="Pixiv周排名" width="500" height="312" /></a></p>
<p style="text-align: center;"><strong>下载地址</strong>: <a style="margin-left:10px" href="http://115.com/file/bejww5ns" target="_blank">115网盘</a><a style="margin-left:10px" href="http://www.rayfile.com/zh-cn/files/06753a70-913b-11e1-bafc-0015c55db73d/" target="_blank">RayFile</a></p>
<p><span id="more-3032"></span>
<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120428/s_Od+IFHaLX+JGH1bKew16yWsIhnq_4RbjXQccFPIp5eNck7KMVlwmA==.jpg" rel="lightbox[3032]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120428/s_Od+IFHaLX+JGH1bKew16yWsIhnq_4RbjXQccFPIp5eBMSeKx5vPTg==.jpg" alt="Pixiv周排名" width="500" height="281" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120428/sy21_Obc47vZG0JfNV9KYBJrLeklJ26e7w00A93U6BOpafAzv3ZzxOg==.jpg" rel="lightbox[3032]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120428/sy21_Obc47vZG0JfNV9KYBJrLeklJ26e7w00A93U6BOr0P+fMBwu3DA==.jpg" alt="Pixiv周排名" width="500" height="351" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120428/sQicSXQXt+jkz_Lcp+buU4nocjoGb1BZOpVeWxwoJ9JdbV5AJSzuQdQ==.jpg" rel="lightbox[3032]" title="Pixiv Week Top50"><img title="Pixiv Week Top50" src="http://photo2.bababian.com/usr997666/upload6/20120428/sQicSXQXt+jkz_Lcp+buU4nocjoGb1BZOpVeWxwoJ9JfuFACx2sPltw==.jpg" alt="Pixiv周排名" width="500" height="407" /></a></p>
<p>改主题的时候被好多简单的问题卡住了，某真是蠢爆了…………话说这版本的可视化编辑器好难用啊，总是会莫名其妙改结构改标签= =#</p>
<p>目前的进度看还差下载链接前置图标、下载链接渐变按钮、出站链接后置图标、番组时间表(CSS时间轴/tab)、链接表、最后CSS图片合并就行了，但某现在的状态，一个CSS问题都能纠结半天，真不知道什么时候能完工= =!</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/pixiv-week-top50-20120428/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>抛弃 All in One SEO Pack 插件</title>
		<link>http://moesora.com/wordpress-all-in-one-seo-pack-plugin-substitute/</link>
		<comments>http://moesora.com/wordpress-all-in-one-seo-pack-plugin-substitute/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 16:38:28 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[All in One SEO Pack]]></category>
		<category><![CDATA[优化]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2973</guid>
		<description><![CDATA[感觉Wordpress越来越臃肿了，页面加载速度越来越慢，没办法开始尽量删除一些不必要的插件了。 将以下代码添加到主题的head标签内替换掉原主题的相关内容即可实现All in One SEO Pack插件的效果。 搜索结果使用了PHP $_GET来获取关键词，请按自己主题的搜索参数修改。 4月28日更新：截取文章内容为description时将自动删除所有空格和换行。 &#60;?if (is_home()){ &#160;&#160;&#160; $description = &#34;以讨论动漫资讯,动漫考据研究,掌机游戏,同人志,Galgame,PC萌化话题为主的个人博客.&#34;; &#160;&#160;&#160; $keywords = &#34;动漫资讯,动漫CG下载,动漫壁纸下载,同人志下载,动漫美图下载,动漫考据研究,动漫轻小说下载,Galgame下载,PC萌化&#34;; } elseif (is_single()){ &#160;&#160;&#160; if ($post-&#62;post_excerpt) { &#160;&#160;&#160;&#160;&#160;&#160;&#160; $description = $post-&#62;post_excerpt; &#160;&#160;&#160; } else { &#160;&#160;&#160; $str = csubstr(strip_tags($post-&#62;post_content),0,220); &#160;&#160;&#160; $str = trim($str); &#160;&#160;&#160; $str = strip_tags($str,&#34;&#34;); &#160;&#160;&#160; $str = ereg_replace(&#34;\t&#34;,&#34;&#34;,$str); &#160;&#160;&#160; $str = ereg_replace(&#34;\r\n&#34;,&#34;&#34;,$str); &#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>感觉Wordpress越来越臃肿了，页面加载速度越来越慢，没办法开始尽量删除一些不必要的插件了。<br />
将以下代码添加到主题的<span style="color: #0000ff;">head</span>标签内替换掉原主题的相关内容即可实现<a rel="external nofollow" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a>插件的效果。</p>
<p>搜索结果使用了<span style="color: #ff9900;">PHP $_GET</span>来获取关键词，请按自己主题的搜索参数修改。</p>
<p><strong><span style="color: #ff0000;">4月28日更新</span></strong>：截取文章内容为description时将自动删除所有空格和换行。</p>
<p><span id="more-2973"></span>
<div style="font-family: &quot;[object HTMLOptionElement]&quot;,&quot;Consolas&quot;,&quot;Lucida Console&quot;,&quot;Courier New&quot;; color: rgb(246, 243, 232); background-color: rgb(36, 36, 36);" class="source"> <span style="color: rgb(229, 120, 109);">&lt;?</span><span style="color: rgb(138, 198, 242);">if</span> (<span style="color: rgb(246, 243, 232);">is_home</span><span style="color: rgb(246, 243, 232);">()){</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$description</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot;以讨论动漫资讯,动漫考据研究,掌机游戏,同人志,Galgame,PC萌化话题为主的个人博客.&quot;</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$keywords</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot;动漫资讯,动漫CG下载,动漫壁纸下载,同人志下载,动漫美图下载,动漫考据研究,动漫轻小说下载,Galgame下载,PC萌化&quot;</span>;<br /> <span style="color: rgb(246, 243, 232);">}</span> <span style="color: rgb(138, 198, 242);">elseif</span> (<span style="color: rgb(246, 243, 232);">is_single</span><span style="color: rgb(246, 243, 232);">()){</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">if</span> (<span style="color: rgb(202, 230, 130);">$post</span><span style="color: rgb(246, 243, 232);">-&gt;</span><span style="color: rgb(202, 230, 130);">post_excerpt</span>) <span style="color: rgb(246, 243, 232);">{</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$description</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(202, 230, 130);">$post</span><span style="color: rgb(246, 243, 232);">-&gt;</span><span style="color: rgb(202, 230, 130);">post_excerpt</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(246, 243, 232);">}</span> <span style="color: rgb(138, 198, 242);">else</span> <span style="color: rgb(246, 243, 232);">{</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">csubstr</span>(<span style="color: rgb(246, 243, 232);">strip_tags</span>(<span style="color: rgb(202, 230, 130);">$post</span><span style="color: rgb(246, 243, 232);">-&gt;</span><span style="color: rgb(202, 230, 130);">post_content</span><span style="color: rgb(246, 243, 232);">),</span><span style="color: rgb(229, 120, 109);">0</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(229, 120, 109);">220</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">trim</span>(<span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">strip_tags</span>(<span style="color: rgb(202, 230, 130);">$str</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;&quot;</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">ereg_replace</span>(<span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(149, 228, 84); font-style: italic;">\t</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">ereg_replace</span>(<span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(149, 228, 84); font-style: italic;">\r\n</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">ereg_replace</span>(<span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(149, 228, 84); font-style: italic;">\r</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">ereg_replace</span>(<span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(149, 228, 84); font-style: italic;">\n</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;&quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$str</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">ereg_replace</span>(<span style="color: rgb(149, 228, 84); font-style: italic;">&quot; &quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot; &quot;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$description</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">trim</span>(<span style="color: rgb(202, 230, 130);">$str</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(246, 243, 232);">}</span><br /> <br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$keywords</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot;&quot;</span>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$tags</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(246, 243, 232);">wp_get_post_tags</span>(<span style="color: rgb(202, 230, 130);">$post</span><span style="color: rgb(246, 243, 232);">-&gt;</span><span style="color: rgb(202, 230, 130);">ID</span>);<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">foreach</span> (<span style="color: rgb(202, 230, 130);">$tags</span> <span style="color: rgb(138, 198, 242);">as</span> <span style="color: rgb(202, 230, 130);">$tag</span> ) <span style="color: rgb(246, 243, 232);">{</span><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="color: rgb(202, 230, 130);">$keywords</span> <span style="color: rgb(246, 243, 232);">=</span> <span style="color: rgb(202, 230, 130);">$keywords</span> <span style="color: rgb(246, 243, 232);">.</span> <span style="color: rgb(202, 230, 130);">$tag</span><span style="color: rgb(246, 243, 232);">-&gt;</span><span style="color: rgb(202, 230, 130);">name</span> <span style="color: rgb(246, 243, 232);">.</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot;, &quot;</span>;<br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(246, 243, 232);">}</span><br /> <span style="color: rgb(246, 243, 232);">}</span><br /> <span style="color: rgb(229, 120, 109);">?&gt;</span><br /> <br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">&lt;title&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(229, 120, 109);">&lt;?php</span> <span style="color: rgb(138, 198, 242);">if</span> (<span style="color: rgb(246, 243, 232);">is_home</span> () ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(138, 198, 242);">print</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot;MoeSora 萌の空 | the Simple life with Animes&quot;</span>; <span style="color: rgb(246, 243, 232);">}</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">elseif</span> ( <span style="color: rgb(246, 243, 232);">is_category</span>() ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(246, 243, 232);">single_cat_title</span>(); <span style="color: rgb(138, 198, 242);">print</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot; | MoeSora 萌の空&quot;</span><span style="color: rgb(246, 243, 232);">;}</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">elseif</span> ( <span style="color: rgb(246, 243, 232);">is_search</span>() ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(138, 198, 242);">echo</span> <span style="color: rgb(202, 230, 130);">$_GET</span><span style="color: rgb(246, 243, 232);">[</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;s&quot;</span><span style="color: rgb(246, 243, 232);">];</span> <span style="color: rgb(138, 198, 242);">print</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot; 的搜索结果 | MoeSora 萌の空&quot;</span><span style="color: rgb(246, 243, 232);">;}</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">elseif</span> (<span style="color: rgb(246, 243, 232);">is_single</span>() ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(246, 243, 232);">single_post_title</span>(); <span style="color: rgb(138, 198, 242);">print</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot; | MoeSora 萌の空&quot;</span><span style="color: rgb(246, 243, 232);">;}</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">elseif</span> (<span style="color: rgb(246, 243, 232);">is_page</span>() ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(246, 243, 232);">single_post_title</span>(); <span style="color: rgb(138, 198, 242);">print</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot; | MoeSora 萌の空&quot;</span><span style="color: rgb(246, 243, 232);">;}</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">elseif</span> (<span style="color: rgb(246, 243, 232);">is_tag</span>() ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(246, 243, 232);">single_tag_title</span>(); <span style="color: rgb(138, 198, 242);">print</span> <span style="color: rgb(149, 228, 84); font-style: italic;">&quot; | MoeSora 萌の空&quot;</span><span style="color: rgb(246, 243, 232);">;}</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">else</span> <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(246, 243, 232);">wp_title</span>(<span style="color: rgb(149, 228, 84); font-style: italic;">&#39;&#39;</span><span style="color: rgb(246, 243, 232);">,</span><span style="color: rgb(138, 198, 242);">true</span>); <span style="color: rgb(246, 243, 232);">}</span> <span style="color: rgb(229, 120, 109);">?&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">&lt;/title&gt;</span><br /> <br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">&lt;meta</span> <span style="color: rgb(202, 230, 130);">name=</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;keywords&quot;</span> <span style="color: rgb(202, 230, 130);">content=</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(229, 120, 109);">&lt;?</span><span style="color: rgb(246, 243, 232);">=</span><span style="color: rgb(202, 230, 130);">$keywords</span><span style="color: rgb(229, 120, 109);">?&gt;</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span> <span style="color: rgb(138, 198, 242);">/&gt;</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(138, 198, 242);">&lt;meta</span> <span style="color: rgb(202, 230, 130);">name=</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;description&quot;</span> <span style="color: rgb(202, 230, 130);">content=</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span><span style="color: rgb(229, 120, 109);">&lt;?</span><span style="color: rgb(246, 243, 232);">=</span><span style="color: rgb(202, 230, 130);">$description</span><span style="color: rgb(229, 120, 109);">?&gt;</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;</span> <span style="color: rgb(138, 198, 242);">/&gt;</span><br /> <br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(229, 120, 109);">&lt;?php</span> <span style="color: rgb(138, 198, 242);">if</span> ( <span style="color: rgb(246, 243, 232);">!</span>(<span style="color: rgb(246, 243, 232);">is_home</span>()) <span style="color: rgb(138, 198, 242);">and</span> <span style="color: rgb(246, 243, 232);">!</span>(<span style="color: rgb(246, 243, 232);">is_single</span>()) ) <span style="color: rgb(246, 243, 232);">{</span> <span style="color: rgb(229, 120, 109);">?&gt;</span><span style="color: rgb(138, 198, 242);">&lt;meta</span> <span style="color: rgb(202, 230, 130);">name=</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;Googlebot&quot;</span> <span style="color: rgb(202, 230, 130);">content=</span><span style="color: rgb(149, 228, 84); font-style: italic;">&quot;noindex,follow&quot;</span> <span style="color: rgb(138, 198, 242);">/&gt;</span><span style="color: rgb(229, 120, 109);">&lt;?php</span> <span style="color: rgb(246, 243, 232);">}</span><span style="color: rgb(229, 120, 109);">?&gt;</span><br /></div>
<p><strong><span style="color: #ff0000;">5月04日更新</span></strong>：首页(index.php)标题可显示页数（如地址 /page/2/ 的标题可以显示为 博客名 &#8211; 第2页）。<br />
在主题的模板函数(functions.php)中添加</p>
<blockquote class="bar note"><p><code>function moesora_pagednumber(){<br />
global $wp_query;<br />
if ((($page = $wp_query->get("paged")) || ($page = $wp_query->get("page"))) &#038;&#038; $page > 1) {<br />
echo ' - 第'.$page.'页';<br />
}<br />
}</code></p></blockquote>
<p>然后使用moesora_pagednumber()调用即可，如：</p>
<blockquote class="bar note"><p><code>if (is_home()) { print "MoeSora 萌の空 | the Simple life with Animes"; moesora_pagednumber();}</code></p></blockquote>
<p><strong><span style="color: #ff0000;">5月13日更新</span></strong>：解决utf8截取乱码问题（注：最开始一段代码中<strong>substr</strong>修改为了<strong>csubstr</strong>）。<br />
在主题的模板函数(functions.php)中添加</p>
<blockquote class="bar note"><p><code>function csubstr($string, $beginIndex, $length){<br />
    if(strlen($string) < $length){<br />
        return substr($string, $beginIndex);<br />
    }<br />
    $char = ord($string[$beginIndex + $length - 1]);<br />
    if($char >= 224 &#038;&#038; $char <= 239){<br />
        $str = substr($string, $beginIndex, $length - 1);<br />
        return $str;<br />
    }<br />
    $char = ord($string[$beginIndex + $length - 2]);<br />
    if($char >= 224 &#038;&#038; $char <= 239){<br />
        $str = substr($string, $beginIndex, $length - 2);<br />
        return $str;<br />
    }<br />
    return substr($string, $beginIndex, $length);<br />
}</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/wordpress-all-in-one-seo-pack-plugin-substitute/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>动漫混搭壁纸包50张 第七弹</title>
		<link>http://moesora.com/anime-mix-widescreen-wallpapers-collection-volume07/</link>
		<comments>http://moesora.com/anime-mix-widescreen-wallpapers-collection-volume07/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 15:19:31 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[桌面壁纸]]></category>
		<category><![CDATA[东方Project]]></category>
		<category><![CDATA[初音未来]]></category>
		<category><![CDATA[宽屏壁纸]]></category>
		<category><![CDATA[散华礼弥]]></category>
		<category><![CDATA[轻音少女]]></category>
		<category><![CDATA[长门有希]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2956</guid>
		<description><![CDATA[其实我只是在测试主题…… 下载地址：115网盘 RayFile 文件信息：128MB / 50P / JPG&#38;PNG / RARrr3]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120426/st5RmR8YEML4Ns_j0Dg6O6GiiJxSxvptiCICZhsZ5o_0c7w97zJxHNA==.jpg" rel="lightbox[2956]" title="50P_128M_JPG&amp;PNG_RARrr3"><img class="aligncenter" title="50P_128M_JPG&amp;PNG_RARrr3" src="http://photo2.bababian.com/usr997666/upload6/20120426/st5RmR8YEML4Ns_j0Dg6O6GiiJxSxvptiCICZhsZ5o_2TmU8M02lu0Q==.jpg" alt="动漫混搭壁纸包第七弹" width="500" height="281" /></a></p>
<p style="text-align: center;">其实我只是在测试主题……</p>
<p style="text-align: center;">下载地址：<a href="http://115.com/file/annxr8lf" target="_blank">115网盘</a> <a href="http://www.rayfile.com/zh-cn/files/07622e85-8fa8-11e1-9aaa-0015c55db73d/" target="_blank">RayFile</a><br />
文件信息：128MB / 50P / JPG&amp;PNG / RARrr3</p>
<p><span id="more-2956"></span>
<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload6/20120426/sefNyKpJkkXdx6u6bvbfJ_9QxmGJDoJkE2QFX4Uh5CwLkKcaD_hW8Dw==.jpg" rel="lightbox[2956]" title="Image Size 3200x2300"><img title="Image Size 3200x2300" src="http://photo2.bababian.com/usr997666/upload6/20120426/sefNyKpJkkXdx6u6bvbfJ_9QxmGJDoJkE2QFX4Uh5CwKjDMA+pT+qnQ==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/sWwqIOsReqAKAayii1zFNdQzlJ5ZPCAYFnRIuq0r6u7bs6SoWbeMRwg==.jpg" rel="lightbox[2956]" title="Image Size 1600x900"><img title="Image Size 1600x900" src="http://photo2.bababian.com/usr997666/upload6/20120426/sWwqIOsReqAKAayii1zFNdQzlJ5ZPCAYFnRIuq0r6u7ahjY7Byh826A==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/swjmhZnJfLEYzjlPFbGQKzByScPxN5DzXVyD5mr5d4oTSNQ2tq2kfKQ==.jpg" rel="lightbox[2956]" title="Image Size 2200x1380"><img title="Image Size 2200x1380" src="http://photo2.bababian.com/usr997666/upload6/20120426/swjmhZnJfLEYzjlPFbGQKzByScPxN5DzXVyD5mr5d4oTZ3IwMrcqaig==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/sm61PiN6+lLNFZnwCGuojsWqZZDDSFMPpIfSmHClRlmtrbOphJm7fEQ==.jpg" rel="lightbox[2956]" title="Image Size 1460x1000"><img title="Image Size 1460x1000" src="http://photo2.bababian.com/usr997666/upload6/20120426/sm61PiN6+lLNFZnwCGuojsWqZZDDSFMPpIfSmHClRlmtbaYQB3OX+Qg==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/smqhO8hQed4BHnTyZrjA6jRam55Dsp0kei7Up9q5J2Abii76NgWQUpA==.jpg" rel="lightbox[2956]" title="Image Size 2000x1500"><img title="Image Size 2000x1500" src="http://photo2.bababian.com/usr997666/upload6/20120426/smqhO8hQed4BHnTyZrjA6jRam55Dsp0kei7Up9q5J2AZowkk8toRvZg==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a><br />
<a href="http://photo2.bababian.com/usr997666/upload6/20120426/sb2CbjaBAlNZTWqzdQZuP2BF7Q92f4um2JdD7tDZ0Sf7x14V2_Shy7g==.jpg" rel="lightbox[2956]" title="Image Size 2046x1447"><img title="Image Size 2046x1447" src="http://photo2.bababian.com/usr997666/upload6/20120426/sb2CbjaBAlNZTWqzdQZuP2BF7Q92f4um2JdD7tDZ0Sf7DwJcx8Lh6bw==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/syWZFjsePfQn0lv4r5l5FbUt2dqGdMv3dZ6P4VPd2te7m54CZd36HRQ==.jpg" rel="lightbox[2956]" title="Image Size 2977x2105"><img title="Image Size 2977x2105" src="http://photo2.bababian.com/usr997666/upload6/20120426/syWZFjsePfQn0lv4r5l5FbUt2dqGdMv3dZ6P4VPd2te6z5Ay01Dms_A==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/sHlKRYWfJhWU+wUb6jrUuH0usxhDG7iHXVWTlZM7yzuO13MJBhC7pHw==.jpg" rel="lightbox[2956]" title="Image Size 3200x2300"><img title="Image Size 3200x2300" src="http://photo2.bababian.com/usr997666/upload6/20120426/sHlKRYWfJhWU+wUb6jrUuH0usxhDG7iHXVWTlZM7yzuN_ovYM1EGy+g==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/sfPQdIn2jnM6wy7tfvxUOS5YenvQ40+QVAFrpv5MzncUIPnpFRjDZDg==.jpg" rel="lightbox[2956]" title="Image Size 1480x1090"><img title="Image Size 1480x1090" src="http://photo2.bababian.com/usr997666/upload6/20120426/sfPQdIn2jnM6wy7tfvxUOS5YenvQ40+QVAFrpv5MzncXG7dZGWozodw==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a> <a href="http://photo2.bababian.com/usr997666/upload6/20120426/s5cMrpIsHOkCTIz_vKD4yqTLRS8h63RCTr25ecfY0jwgNtiad3apYvg==.jpg" rel="lightbox[2956]" title="Image Size 2369x2000"><img title="Image Size 2369x2000" src="http://photo2.bababian.com/usr997666/upload6/20120426/s5cMrpIsHOkCTIz_vKD4yqTLRS8h63RCTr25ecfY0jwh7X_BE3taAwQ==.jpg" alt="动漫混搭壁纸包第七弹" width="100" height="75" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/anime-mix-widescreen-wallpapers-collection-volume07/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>夏季番TV动画「BLOOD-C」7月7日开播 ED曲将由水树奈奈献唱</title>
		<link>http://moesora.com/clamp-productionig-tv-anime-blood-c-20110707/</link>
		<comments>http://moesora.com/clamp-productionig-tv-anime-blood-c-20110707/#comments</comments>
		<pubDate>Sun, 22 May 2011 17:13:02 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[新番资讯]]></category>
		<category><![CDATA[7月番]]></category>
		<category><![CDATA[BLOOD-C]]></category>
		<category><![CDATA[CLAMP]]></category>
		<category><![CDATA[DUSTZ]]></category>
		<category><![CDATA[ProductionI.G]]></category>
		<category><![CDATA[夏季番]]></category>
		<category><![CDATA[水树奈奈]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2859</guid>
		<description><![CDATA[CLAMP和ProductionI.G合作的原创动画「BLOOD-C」TVA开没开播，就先放出了剧场版的消息，在宣传造势方面倒是一直很强劲，近日官网上公布了OP&#38;ED情报以及7月7日开播的消息。 本作ED曲将由同时担任主役声优的水树奈奈献唱，OP则是由唱过「战国BASARA」动画ED曲「Break ＆ Peace」的DUSTZ担当。 MBS 7月7日スタート 毎週木曜深夜1時40分～ TBS 7月8日スタート 毎週金曜深夜1時55分～ CBC 7月13日スタート 毎週水曜深夜2時00分～ 预定貌似是有10个放送局要播放本作，嘛，作为兲朝屁民只需要知道首播时间就好啦XD]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110523/sBJT6iDzEGKsnfDhpZGyMJJsncDJalis57xNCYt4z4OwNrnZKGpi27Q==.jpg" alt="BLOOD-C" width="600" height="305" /></p>
<p>CLAMP和ProductionI.G合作的原创动画<a href="http://moesora.com/blood-clamp-productionig-blood-c-tv-anime-2011-summer-movie-2012/">「BLOOD-C」TVA开没开播，就先放出了剧场版的消息</a>，在宣传造势方面倒是一直很强劲，近日官网上公布了OP&amp;ED情报以及<strong><span style="color: #ff0000;">7月7日开播</span></strong>的消息。</p>
<p>本作ED曲将由同时担任主役声优的<strong><span style="color: #ff0000;">水树奈奈</span></strong>献唱，OP则是由唱过「战国BASARA」动画ED曲「Break ＆ Peace」的<span style="color: #ff0000;"><strong>DUSTZ</strong></span>担当。</p>
<p><span id="more-2859"></span></p>
<blockquote><p><strong><span style="color: #ff0000;">MBS 7月7日スタート 毎週木曜深夜1時40分～</span></strong><br />
 TBS 7月8日スタート 毎週金曜深夜1時55分～<br />
 CBC 7月13日スタート 毎週水曜深夜2時00分～</p></blockquote>
<p>预定貌似是有10个放送局要播放本作，嘛，作为兲朝屁民只需要知道首播时间就好啦XD</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/clamp-productionig-tv-anime-blood-c-20110707/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>动漫混搭壁纸包53张 第六弹</title>
		<link>http://moesora.com/anime-mix-widescreen-wallpapers-collection-volume06/</link>
		<comments>http://moesora.com/anime-mix-widescreen-wallpapers-collection-volume06/#comments</comments>
		<pubDate>Wed, 18 May 2011 18:22:12 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[桌面壁纸]]></category>
		<category><![CDATA[命运石之门]]></category>
		<category><![CDATA[宽屏壁纸]]></category>
		<category><![CDATA[玛利亚狂热]]></category>
		<category><![CDATA[电波女与青春男]]></category>
		<category><![CDATA[绯弹的亚莉亚]]></category>
		<category><![CDATA[花开物语]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2850</guid>
		<description><![CDATA[绯弹的亚莉亚、花开物语、电波女与青春男、命运石之门、玛利亚狂热、只有神知道的世界等 下载地址：115网盘 极享网盘 文件信息：55.2MB / 53P / JPG&#38;PNG / RARrr3 下一页继续预览图]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://photo2.bababian.com/usr997666/upload5/20110519/syisjITqr+y8z5GBepfBXOLCOGz6L509J3t9g8441a6vfBMRUsVEB5Q==.jpg" rel="lightbox[2850]" title="动漫混搭壁纸包53张 第六弹"><img class="aligncenter" src="http://photo2.bababian.com/usr997666/upload5/20110519/syisjITqr+y8z5GBepfBXOLCOGz6L509J3t9g8441a6vfBMRUsVEB5Q==.jpg" alt="动漫混搭壁纸包53张 第六弹" width="600" height="338" /></a></p>
<p style="text-align: center;">绯弹的亚莉亚、花开物语、电波女与青春男、命运石之门、玛利亚狂热、只有神知道的世界等</p>
<p style="text-align: center;">下载地址：<a href="http://115.com/file/bhbs4lzd" target="_blank">115网盘</a> <a href="http://www.jsharer.com/download/ff80808130038e9301300466202000a8.htm" target="_blank">极享网盘</a><br />
文件信息：55.2MB / 53P / JPG&amp;PNG / RARrr3</p>
<p><span id="more-2850"></span></p>
<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110519/sO2ma7tzMiS3ElFcIw7tfGV_9PbtHKSupFGWFaoe5c87X39cBQX+hLA==.jpg" alt="动漫混搭壁纸包53张 第六弹" /></p>
<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110519/ssWYyg90tlQY7gAiy3lKB6JxAbiYmXykJT1P1BX3za9XrgpVBFqUg_Q==.jpg" alt="动漫混搭壁纸包53张 第六弹" /></p>
<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110519/ssbG2pyWks99Shgo4AfjajYa1BpDMdJk4W045ed75JHzH_HGZ37gqXg==.jpg" alt="动漫混搭壁纸包53张 第六弹" /></p>
<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110519/s1ziAJ_Tfpk_GFRFp+soYUIfYZJZsD7SrwffppTOehC7btsRQcXXGlQ==.jpg" alt="动漫混搭壁纸包53张 第六弹" /></p>
<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110519/sc4PSUCxWQlBau8Fb7wAHdIOXCbAgwk6ZMcUEJcYWq6rH_gEu4ftMTw==.jpg" alt="动漫混搭壁纸包53张 第六弹" /></p>
<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110519/sMTcGpfNdc8pDQyBlxzlREapLILWa2xs++VNxxmCBkuDBNTYsW77Yzg==.jpg" alt="动漫混搭壁纸包53张 第六弹" /></p>
<p style="text-align: center;">下一页继续预览图</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/anime-mix-widescreen-wallpapers-collection-volume06/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>富坚义博「HUNTER×HUNTER」第28卷将于7月4日发售</title>
		<link>http://moesora.com/hunter-hunter-volume28-20110704/</link>
		<comments>http://moesora.com/hunter-hunter-volume28-20110704/#comments</comments>
		<pubDate>Tue, 17 May 2011 17:33:30 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[商品信息]]></category>
		<category><![CDATA[HUNTER×HUNTER]]></category>
		<category><![CDATA[乐天]]></category>
		<category><![CDATA[全职猎人]]></category>
		<category><![CDATA[富坚义博]]></category>
		<category><![CDATA[漫画]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2838</guid>
		<description><![CDATA[目前乐天books已开始接受富坚义博「HUNTER×HUNTER」第28卷的预购，本卷将于7月4日发售。 另外有传闻八月份将重新开始连载的消息，看来富坚义博这厮又缺钱用了。 商品情报 発売日 2011年07月04日 予約締切日 2011年06月30日 サイズ コミック ISBNコード 9784088703268]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110518/sQNxUggRrUO09bHYRj0nUn3knCshTWydFxCZ5jPlr1H_Ipn8H_XL1cg==.jpg" alt="HUNTER×HUNTER(28)" width="598" height="435" /></p>
<p>目前乐天books已开始接受富坚义博<a rel="external" href="http://books.rakuten.co.jp/rb/11193096/">「HUNTER×HUNTER」第28卷</a>的预购，本卷将于7月4日发售。</p>
<p>另外有传闻<a rel="external" href="http://www.jpbeta.net/2011/05/hunterhunter-resume-2011aug/" target="_blank">八月份将重新开始连载</a>的消息，看来富坚义博这厮又缺钱用了。</p>
<p><span id="more-2838"></span></p>
<table style="width: 100%;">
<tbody>
<tr>
<td>商品情报</td>
</tr>
<tr style="background-color: #eee;">
<td>発売日</td>
<td>2011年07月04日</td>
</tr>
<tr>
<td>予約締切日</td>
<td>2011年06月30日</td>
</tr>
<tr style="background-color: #eee;">
<td>サイズ</td>
<td>コミック</td>
</tr>
<tr>
<td>ISBNコード</td>
<td>9784088703268</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/hunter-hunter-volume28-20110704/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>平坂读「我的朋友很少」动画化决定</title>
		<link>http://moesora.com/boku-wa-tomodachi-gasukunai-anime-project/</link>
		<comments>http://moesora.com/boku-wa-tomodachi-gasukunai-anime-project/#comments</comments>
		<pubDate>Tue, 17 May 2011 17:00:43 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[新番资讯]]></category>
		<category><![CDATA[ブリキ]]></category>
		<category><![CDATA[动画化]]></category>
		<category><![CDATA[平坂读]]></category>
		<category><![CDATA[我的朋友很少]]></category>
		<category><![CDATA[羽濑川小鹰]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2832</guid>
		<description><![CDATA[将于5月25日发售的小说第6卷书本封皮 图为羽瀬川小鷹(@Hawk_Hasegawa)在twitter上传，详情大概要等一周后才能知晓。 广播剧CAST 羽瀬川小鹰：木村良平 三日月夜空：井上麻里奈 柏崎星奈：伊藤加奈惠 楠幸村：山本希望 志熊理科：福圆美里 高山マリア：井口裕香 羽瀬川小鸠：花泽香菜 [Update] 5月18日的朝日新闻和读卖新闻将公布相关内容。]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://photo2.bababian.com/usr997666/upload5/20110518/sAsPZ1+COFpC7yYkeUXzaVWeY0tZnQ1SXHNlE2g0YlW9DH1Bm44d37Q==.jpg" alt="我的朋友很少" /><br />
 将于5月25日发售的小说第6卷书本封皮</p>
<p><span id="more-2832"></span></p>
<p style="text-align: center;">图为羽瀬川小鷹(@Hawk_Hasegawa)在twitter上传，<span style="text-decoration: line-through;">详情大概要等一周后才能知晓</span>。</p>
<p style="text-align: center;"><span style="font-size: medium;"><strong>广播剧CAST</strong><br />
 羽瀬川小鹰：木村良平<br />
 三日月夜空：井上麻里奈<br />
 柏崎星奈：伊藤加奈惠<br />
 楠幸村：山本希望<br />
 志熊理科：福圆美里<br />
 高山マリア：井口裕香<br />
 羽瀬川小鸠：花泽香菜</span></p>
<p><strong><span style="color: #ff0000;">[Update]</span></strong> 5月18日的朝日新闻和读卖新闻将公布相关内容。</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/boku-wa-tomodachi-gasukunai-anime-project/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>治愈系动画「少年同盟」10月开播 将由J.C.STAFF制作</title>
		<link>http://moesora.com/2011-autumn-tv-anime-kimi-to-boku-staff-open/</link>
		<comments>http://moesora.com/2011-autumn-tv-anime-kimi-to-boku-staff-open/#comments</comments>
		<pubDate>Mon, 16 May 2011 17:33:06 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[资讯情报]]></category>
		<category><![CDATA[10月番]]></category>
		<category><![CDATA[J.C.STAFF]]></category>
		<category><![CDATA[君と僕。]]></category>
		<category><![CDATA[堀田贵一]]></category>
		<category><![CDATA[少年同盟]]></category>
		<category><![CDATA[秋季番]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2825</guid>
		<description><![CDATA[三月中旬「少年同盟(君と僕。)」宣布动画化之后迟迟未见相关消息更新，近期终于在杂志上正式公开了STAFF名单——本作将交由J.C.STAFF制作，监督则由执导过「信蜂」「空之音」等治愈系作品的神户守担当，同时告知本作将于今年10月开播，但CAST阵容目前依旧未公开。 STAFF 原作：堀田贵一（Square Enix「月刊G Fantasy」连载） 监督：神户守 人设：音地正行 系列构成：吉田玲子 美术监督：甲斐政俊 音乐：Elements Garden 音响监督：清水胜则 动画制作：J.C.STAFF]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110517/sgR6OHDF4h0LawQtSc95oISi1ZM8wjV6NGLMueuyJc7irB4Xx3Gw93A==.jpg" alt="" width="600" height="266" /></p>
<p>三月中旬<a href="http://moesora.com/hottaki-ichi-kimi-to-boku-tv-anime-decision/">「少年同盟(君と僕。)」宣布动画化</a>之后迟迟未见相关消息更新，近期终于在杂志上正式公开了STAFF名单——本作将交由<strong><span style="color: #ff0000;">J.C.STAFF制作</span></strong>，监督则由执导过「信蜂」「空之音」等治愈系作品的<strong><span style="color: #0000ff;">神户守</span></strong>担当，同时告知本作将于今年<strong><span style="color: #339966;">10月开播</span></strong>，但CAST阵容目前依旧未公开。</p>
<p><span id="more-2825"></span></p>
<h4>STAFF</h4>
<p>原作：堀田贵一（Square Enix「月刊G Fantasy」连载）<br />
 监督：神户守<br />
 人设：音地正行<br />
 系列构成：吉田玲子<br />
 美术监督：甲斐政俊<br />
 音乐：Elements Garden<br />
 音响监督：清水胜则<br />
 动画制作：J.C.STAFF</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/2011-autumn-tv-anime-kimi-to-boku-staff-open/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>日本最受支持的动画监督排行榜 山本宽仅次于新房昭之位列第二</title>
		<link>http://moesora.com/anime-director-favorability-rating-20110513/</link>
		<comments>http://moesora.com/anime-director-favorability-rating-20110513/#comments</comments>
		<pubDate>Fri, 13 May 2011 19:04:25 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[资料存档]]></category>
		<category><![CDATA[宫崎骏]]></category>
		<category><![CDATA[山本宽]]></category>
		<category><![CDATA[庵野秀明]]></category>
		<category><![CDATA[押井守]]></category>
		<category><![CDATA[新房昭之]]></category>
		<category><![CDATA[新海诚]]></category>
		<category><![CDATA[监督]]></category>
		<category><![CDATA[神山健治]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2812</guid>
		<description><![CDATA[依旧是来自门户网站BIGLOBE的数据，这次投票的参与人数比平时的几次投票多出了一倍以上。 新房昭之在榜首之位倒是理所当然，山本宽居然紧随其后位列第二，这两位都属于是监督自身名气要比公司响亮的。宫崎骏大师位列第七，而庵野秀明痞子居然在第八位。押井守、新海诚、神山健治则分别位列第11、14、15位。 位次 监督 代表作品 票数 01 新房昭之 魔法少女小圆、化物语 1669 02 山本宽 FRACTALE、神薙 1565 03 长井龙雪 未闻花名、科学的超电磁炮 1543 04 水岛努 侵略！乌贼娘、振臂高挥 805 05 富野由悠季 机动战士高达、圣战士 DUNBINE 801 06 谷口悟朗 Code Geass 反叛的鲁路修、星空清理者 558 07 宫崎骏 悬崖上的金鱼公主、风之谷 430 08 庵野秀明 新世纪福音战士、彼氏彼女的的事情 412 09 细田守 穿越时空的少女、夏日大作战 352 10 今敏 红辣椒/盗梦侦探、千年女优 311 11 押井守 攻壳机动队、福星小子 301 12 佐藤顺一 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110514/s8iOIqwJvHUdcWMCNo4br5UzJw5R8jUOLuOm7d8DQspeEa+XhrqNO9w==.jpg" alt="日本最受支持的动画监督排行榜" width="548" height="681" /></p>
<p>依旧是来自门户网站BIGLOBE的数据，这次投票的参与人数比平时的几次投票多出了一倍以上。</p>
<p>新房昭之在榜首之位倒是理所当然，山本宽居然紧随其后位列第二，这两位都属于是监督自身名气要比公司响亮的。宫崎骏大师位列第七，而庵野秀明痞子居然在第八位。押井守、新海诚、神山健治则分别位列第11、14、15位。</p>
<p><span id="more-2812"></span></p>
<table style="width: 100%;">
<tbody>
<tr style="background-color: #eee;">
<td>位次</td>
<td>监督</td>
<td>代表作品</td>
<td>票数</td>
</tr>
<tr>
<td>01</td>
<td>新房昭之</td>
<td>魔法少女小圆、化物语</td>
<td>1669</td>
</tr>
<tr style="background-color: #eee;">
<td>02</td>
<td>山本宽</td>
<td>FRACTALE、神薙</td>
<td>1565</td>
</tr>
<tr>
<td>03</td>
<td>长井龙雪</td>
<td>未闻花名、科学的超电磁炮</td>
<td>1543</td>
</tr>
<tr style="background-color: #eee;">
<td>04</td>
<td>水岛努</td>
<td><span class='wp_keywordlink_affiliate'><a href="http://moesora.com/tva-ika-musume-official-website-update-girl-characters-set-open/" title="侵略！乌贼娘">侵略！乌贼娘</a></span>、振臂高挥</td>
<td>805</td>
</tr>
<tr>
<td>05</td>
<td>富野由悠季</td>
<td>机动战士高达、圣战士 DUNBINE</td>
<td>801</td>
</tr>
<tr style="background-color: #eee;">
<td>06</td>
<td>谷口悟朗</td>
<td>Code Geass 反叛的鲁路修、星空清理者</td>
<td>558</td>
</tr>
<tr>
<td>07</td>
<td>宫崎骏</td>
<td>悬崖上的金鱼公主、风之谷</td>
<td>430</td>
</tr>
<tr style="background-color: #eee;">
<td>08</td>
<td>庵野秀明</td>
<td>新世纪福音战士、彼氏彼女的的事情</td>
<td>412</td>
</tr>
<tr>
<td>09</td>
<td>细田守</td>
<td>穿越时空的少女、夏日大作战</td>
<td>352</td>
</tr>
<tr style="background-color: #eee;">
<td>10</td>
<td>今敏</td>
<td>红辣椒/盗梦侦探、千年女优</td>
<td>311</td>
</tr>
<tr>
<td>11</td>
<td>押井守</td>
<td>攻壳机动队、福星小子</td>
<td>301</td>
</tr>
<tr style="background-color: #eee;">
<td>12</td>
<td>佐藤顺一</td>
<td>水星领航员、美少女战士</td>
<td>300</td>
</tr>
<tr>
<td>13</td>
<td>高松信司</td>
<td>银魂、浪漫追星社</td>
<td>289</td>
</tr>
<tr style="background-color: #eee;">
<td>14</td>
<td>新海诚</td>
<td>秒速五厘米、星之声</td>
<td>262</td>
</tr>
<tr>
<td>15</td>
<td>神山健治</td>
<td>东之伊甸、攻壳机动队</td>
<td>246</td>
</tr>
<tr style="background-color: #eee;">
<td>16</td>
<td>岸诚二</td>
<td>Angel Beats!、濑户花嫁</td>
<td>214</td>
</tr>
<tr>
<td>17</td>
<td>出崎统</td>
<td>明日之丈、剧场版AIR</td>
<td>208</td>
</tr>
<tr style="background-color: #eee;">
<td>18</td>
<td>あおきえい</td>
<td>放浪息子、喰霊-零-</td>
<td>203</td>
</tr>
<tr>
<td>19</td>
<td>水岛精二</td>
<td>机动战士高达OO、钢之炼金术师</td>
<td>200</td>
</tr>
<tr style="background-color: #eee;">
<td>20</td>
<td>河森正治</td>
<td>创圣之阿克艾利欧、超时空要塞</td>
<td>196</td>
</tr>
<tr>
<td>※总计14033次有效投票</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/anime-director-favorability-rating-20110513/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>「英雄传说 空之轨迹」动画版官网上线 CAST名单公开</title>
		<link>http://moesora.com/falcom-30th-the-legend-of-heroes-sora-no-kiseki-animation-cast-open/</link>
		<comments>http://moesora.com/falcom-30th-the-legend-of-heroes-sora-no-kiseki-animation-cast-open/#comments</comments>
		<pubDate>Thu, 12 May 2011 16:45:15 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[新番资讯]]></category>
		<category><![CDATA[CAST]]></category>
		<category><![CDATA[Falcom]]></category>
		<category><![CDATA[秋季番]]></category>
		<category><![CDATA[空之轨迹]]></category>
		<category><![CDATA[英雄传说]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2800</guid>
		<description><![CDATA[3月初Falcom官网借着创立30周年纪念的名号宣布「英雄传说 空之轨迹」动画化的消息，并公布了STAFF名单。直到5月10日Falcom官网才公布空轨动画版官网和CAST名单，以及秋季上映的消息，不过Falcom依旧未提及本次动画是何种形式(TVA/OVA/剧场版等)。 本次动画化的崩人设让不少人敬而远之，但CAST阵容和原作游戏完全相同的消息还是让人欣慰的。 CAST 艾丝蒂尔：神田朱未 约修亚：斋贺弥月 雪拉扎德：盐山由佳 奥利维尔：子安武人 提妲：今野宏美 科洛丝：皆口裕子]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110513/s2EvO8oalyLiNZytsEbmPNV9gMDb+5Imd11jgvUQheK3Y1adDGZxKRw==.jpg" alt="英雄传说 空之轨迹" width="600" height="443" /></p>
<p>3月初Falcom官网借着创立30周年纪念的名号<a href="http://moesora.com/falcom-30th-the-legend-of-heroes-sora-no-kiseki-animation-decision/">宣布「英雄传说 空之轨迹」动画化的消息，并公布了STAFF名单</a>。直到5月10日Falcom官网才公布<a href="http://www.sora-anime.com/" target="_blank">空轨动画版官网</a>和CAST名单，以及<strong><span style="color: #ff0000;">秋季上映</span></strong>的消息，不过Falcom依旧未提及本次动画是何种形式(TVA/OVA/剧场版等)。</p>
<p><span id="more-2800"></span></p>
<p>本次动画化的崩人设让不少人敬而远之，但CAST阵容和原作游戏完全相同的消息还是让人欣慰的。</p>
<blockquote>
<h4>CAST</h4>
<p><span style="font-size: medium;">艾丝蒂尔：神田朱未<br />
 约修亚：斋贺弥月<br />
 雪拉扎德：盐山由佳<br />
 奥利维尔：子安武人<br />
 提妲：今野宏美<br />
 科洛丝：皆口裕子</span></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/falcom-30th-the-legend-of-heroes-sora-no-kiseki-animation-cast-open/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>「NOEIN~到另一个你的身边去~」和「岩窟王」宣布BD-BOX化 将于8月24日同时发售</title>
		<link>http://moesora.com/noein-gankutsuou-bdbox-20110824/</link>
		<comments>http://moesora.com/noein-gankutsuou-bdbox-20110824/#comments</comments>
		<pubDate>Tue, 10 May 2011 17:53:01 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[商品信息]]></category>
		<category><![CDATA[BD-BOX]]></category>
		<category><![CDATA[Gonzo]]></category>
		<category><![CDATA[NOEIN]]></category>
		<category><![CDATA[到另一个你的身边去]]></category>
		<category><![CDATA[岩窟王]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2791</guid>
		<description><![CDATA[「岩窟王」是吾辈一直忘记补的一部作品，刚好这次宣布BD-BOX化，就直接等1080P的Raw好了。 ノエイン もうひとりの君へ 巌窟王 商品番号 ZMAZ-7315 ZMAZ-7316 JAN 4935228112029 4935228112036 存储介质 Blu-ray Blu-ray 碟片张数 6 4 制作年份 2005 2004 图像 16:9 彩色 语言 日本语 日本语 发售时间 2011年8月24日 2011年8月24日 话数/制作 24话/サテライト 24话/GONZO]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110511/susb_RivgOWM3cgby6jKj0Z0t9r5V8YEZRfGD9OYZniUxPAUKUSiiPA==.jpg" alt="NOEIN 岩窟王 BDBOX" width="490" height="364" /></p>
<p>「岩窟王」是吾辈一直忘记补的一部作品，刚好这次宣布BD-BOX化，就直接等1080P的Raw好了。</p>
<p><span id="more-2791"></span></p>
<table style="width: 100%;">
<tbody>
<tr style="background-color: #eee;">
<td>
</td>
<td>ノエイン もうひとりの君へ</td>
<td>巌窟王</td>
</tr>
<tr>
<td>商品番号</td>
<td>ZMAZ-7315</td>
<td>ZMAZ-7316
</td>
</tr>
<tr style="background-color: #eee;">
<td>JAN
</td>
<td>4935228112029</td>
<td>4935228112036</td>
</tr>
<tr>
<td>存储介质
</td>
<td>Blu-ray</td>
<td>Blu-ray</td>
</tr>
<tr style="background-color: #eee;">
<td>碟片张数
</td>
<td>6</td>
<td>4</td>
</tr>
<tr>
<td>制作年份</td>
<td>2005</td>
<td>2004</td>
</tr>
<tr style="background-color: #eee;">
<td>图像</td>
<td>16:9</td>
<td>彩色</td>
</tr>
<tr>
<td>语言</td>
<td>日本语</td>
<td>日本语</td>
</tr>
<tr style="background-color: #eee;">
<td>发售时间</td>
<td>2011年8月24日</td>
<td>2011年8月24日</td>
</tr>
<tr>
<td>话数/制作</td>
<td>24话/サテライト</td>
<td>24话/GONZO</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/noein-gankutsuou-bdbox-20110824/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>声优「田中理惠」抱枕发售决定</title>
		<link>http://moesora.com/tanaka-rie-pillow-issue-decided/</link>
		<comments>http://moesora.com/tanaka-rie-pillow-issue-decided/#comments</comments>
		<pubDate>Mon, 09 May 2011 17:05:13 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[商品信息]]></category>
		<category><![CDATA[三次元]]></category>
		<category><![CDATA[双面抱枕]]></category>
		<category><![CDATA[声优]]></category>
		<category><![CDATA[抱枕]]></category>
		<category><![CDATA[田中理惠]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2785</guid>
		<description><![CDATA[嘛，这个就不吐槽了………三次元无爱……]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://photo2.bababian.com/usr997666/upload5/20110510/sd4GU5Llnmw43C2_F2kGH40Ns1pxO_jB6hsZiWU2whxn_SyLG_xZ6nA==.jpg" alt="田中理惠抱枕" /><br />
嘛，这个就不吐槽了………三次元无爱……</p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/tanaka-rie-pillow-issue-decided/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2011年10月秋季番TV动画「Fate/Zero」完整PV第1弹公开</title>
		<link>http://moesora.com/2011-autumn-tv-anime-fate-zero-preview1-open/</link>
		<comments>http://moesora.com/2011-autumn-tv-anime-fate-zero-preview1-open/#comments</comments>
		<pubDate>Mon, 09 May 2011 16:50:17 +0000</pubDate>
		<dc:creator>Soma</dc:creator>
				<category><![CDATA[新番资讯]]></category>
		<category><![CDATA[10月番]]></category>
		<category><![CDATA[Fate/Zero]]></category>
		<category><![CDATA[PV]]></category>
		<category><![CDATA[Type-Moon]]></category>
		<category><![CDATA[Ufotable]]></category>
		<category><![CDATA[梶浦由记]]></category>
		<category><![CDATA[秋季番]]></category>
		<category><![CDATA[虚渊玄]]></category>

		<guid isPermaLink="false">http://moesora.com/?p=2770</guid>
		<description><![CDATA[前几天才在「マチ★アソビ」上播放了「Fate/Zero」的PV，没想到这么早官网就放出完整PV了。 「Fate/Zero」原作小说由爱的战士虚渊玄持笔，武内崇担当插画，故事讲述「Fate/stay night」十年前——阿尔托莉亚(Saber)作为土狼老爸的Servant参与第四次圣杯战争的故事。 STAFF CAST 原作：虚渊玄(NitroPlus) / TYPE-MOON 监督：あおきえい 人设原案：武内崇 动画人设：须藤友德・碇谷敦 色彩设计：千叶绘美 美术监督：卫藤功二 摄影监督：寺尾优一 3D监督：宍戸幸次郎 音乐：梶浦由记 动画制作：ufotable 卫宫切嗣：小山力也 卫宫切嗣(少年期)：入野自由 Saber：川澄绫子 爱丽丝菲尔：大原沙耶香 伊莉雅：门胁舞以 久宇舞弥：恒松步 远坂时臣：速水奖 Archer：关智一 言峰绮礼：中田让治 Assassin：阿部幸惠 肯尼斯：山崎功 Lancer：绿川光 维瓦・维尔维特：浪川大辅 Rider：大冢明夫 雨生龙之介：石田彰 Caster：鹤冈聪 间桐雁夜：新垣樽助 Berserker：置鲇龙太郎 吾辈完整看完(包括外传等内容)的轻小说屈指可数，本作便是其中之一，故对今年秋番自然很是期待。]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://photo2.bababian.com/usr997666/upload5/20110510/sM9x9Xkv93x8yWSeh3MOh4evVL2TzExi78yTtuszeEoQkOwBnTcS+5A==.jpg" alt="Fate Zero PV1" width="600" height="333" /></p>
<p>前几天才<a href="http://moesora.com/2011-autumn-tv-anime-fate-zero-pv-capture/">在「マチ★アソビ」上播放了「Fate/Zero」的PV</a>，没想到这么早官网就放出完整PV了。</p>
<p>「Fate/Zero」原作小说由<strong><span style="color: #ff0000;">爱的战士虚渊玄</span></strong>持笔，<strong><span style="color: #ff0000;">武内崇</span></strong>担当插画，故事讲述「Fate/stay night」十年前——阿尔托莉亚(Saber)作为土狼老爸的Servant参与第四次圣杯战争的故事。</p>
<p><span id="more-2770"></span></p>
<p style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XMjY1NjEyNTg4/v.swf" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMjY1NjEyNTg4/v.swf" quality="high" align="middle"></embed></object>
</p>
<table style="width: 100%;">
<tbody>
<tr style="background-color: #eee;">
<td>STAFF</td>
<td>CAST</td>
</tr>
<tr>
<td>原作：虚渊玄(NitroPlus) / TYPE-MOON<br />
 监督：あおきえい<br />
 人设原案：武内崇<br />
 动画人设：须藤友德・碇谷敦<br />
 色彩设计：千叶绘美<br />
 美术监督：卫藤功二<br />
 摄影监督：寺尾优一<br />
 3D监督：宍戸幸次郎<br />
 音乐：梶浦由记<br />
 动画制作：ufotable</td>
<td>卫宫切嗣：小山力也<br />
 卫宫切嗣(少年期)：入野自由<br />
 Saber：川澄绫子<br />
 爱丽丝菲尔：大原沙耶香<br />
 伊莉雅：门胁舞以<br />
 久宇舞弥：恒松步<br />
 远坂时臣：速水奖<br />
 Archer：关智一<br />
 言峰绮礼：中田让治<br />
 Assassin：阿部幸惠<br />
 肯尼斯：山崎功<br />
 Lancer：绿川光<br />
 维瓦・维尔维特：浪川大辅<br />
 Rider：大冢明夫<br />
 雨生龙之介：石田彰<br />
 Caster：鹤冈聪<br />
 间桐雁夜：新垣樽助<br />
 Berserker：置鲇龙太郎</td>
</tr>
</tbody>
</table>
<p>吾辈完整看完(包括外传等内容)的轻小说屈指可数，本作便是其中之一，故对今年秋番自然很是期待。</p>
<p style="margin:0;padding:0;height:1px;overflow:hidden;">
    <script type="text/javascript"><!--
        var wumiiSitePrefix = "http://moesora.com";
        var wumiiEnableCustomPos = true;
        var wumiiParams = "&#038;num=9&#038;mode=3&#038;displayInFeed=0&#038;version=1.0.5.5&#038;pf=WordPress3.3.2";
    //--></script><script type="text/javascript" src="http://widget.wumii.com/ext/relatedItemsWidget.htm"></script><a href="http://www.wumii.com/widget/relatedItems.htm" style="border:0;"><img src="http://static.wumii.com/images/pixel.png" alt="无觅相关文章插件，快速提升流量" style="border:0;padding:0;margin:0;" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://moesora.com/2011-autumn-tv-anime-fate-zero-preview1-open/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  moesora.com/feed/ ) in 1.97755 seconds, on May 18th, 2012 at 8:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 9:46 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  moesora.com/feed/ ) in 0.00078 seconds, on May 18th, 2012 at 9:27 am UTC. -->
