<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 如何自定义WordPress主题：侧边栏</title>
	<atom:link href="http://housne.info/wordpress/modify-wordpress-themes-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://housne.info/wordpress/modify-wordpress-themes-2/</link>
	<description>浩森博客是一个标准的个人博客，里面包含的内容零零总总，但主要有WordPress技巧，主题制作和主题、插件的推荐，当然还穿插了很多的个人记录和感悟。</description>
	<lastBuildDate>Wed, 11 Aug 2010 17:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: housne</title>
		<link>http://housne.info/wordpress/modify-wordpress-themes-2/#comment-3857</link>
		<dc:creator>housne</dc:creator>
		<pubDate>Tue, 09 Dec 2008 03:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://housne.info/?p=456#comment-3857</guid>
		<description>&lt;a href=&quot;#comment-3856&quot; rel=&quot;nofollow&quot;&gt;@thirteen &lt;/a&gt; 呵，其实自己不懂PHP，这个是官方给出的代码示例。</description>
		<content:encoded><![CDATA[<p><a href="#comment-3856" rel="nofollow">@thirteen </a> 呵，其实自己不懂PHP，这个是官方给出的代码示例。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thirteen</title>
		<link>http://housne.info/wordpress/modify-wordpress-themes-2/#comment-3856</link>
		<dc:creator>thirteen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://housne.info/?p=456#comment-3856</guid>
		<description>&lt;?php
if ( function_exists(&apos;register_sidebar&apos;) )
    register_sidebar(array(
        &apos;before_widget&apos; =&gt; &apos;&apos;,
        &apos;after_widget&apos; =&gt; &apos;&apos;,
        &apos;before_title&apos; =&gt; &apos;&lt;div class=&quot;title&quot;&gt;&apos;,
        &apos;after_title&apos; =&gt; &apos;&lt;/div&gt;&apos;,
    ));
?&gt;</description>
		<content:encoded><![CDATA[<p>&lt;?php<br />
if ( function_exists(&apos;register_sidebar&apos;) )<br />
    register_sidebar(array(<br />
        &apos;before_widget&apos; =&gt; &apos;&apos;,<br />
        &apos;after_widget&apos; =&gt; &apos;&apos;,<br />
        &apos;before_title&apos; =&gt; &apos;&lt;div class=&#8221;title&#8221;&gt;&apos;,<br />
        &apos;after_title&apos; =&gt; &apos;&lt;/div&gt;&apos;,<br />
    ));<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thirteen</title>
		<link>http://housne.info/wordpress/modify-wordpress-themes-2/#comment-3855</link>
		<dc:creator>thirteen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://housne.info/?p=456#comment-3855</guid>
		<description>这个有点问题,参数里少了个注册的侧边栏数

 &#039;&#039;,
        &#039;after_widget&#039; =&gt; &#039;&#039;,
        &#039;before_title&#039; =&gt; &#039;&#039;,
        &#039;after_title&#039; =&gt; &#039;&#039;,
    ));
?&gt;</description>
		<content:encoded><![CDATA[<p>这个有点问题,参数里少了个注册的侧边栏数</p>
<p> &#8221;,<br />
        &#8216;after_widget&#8217; =&gt; &#8221;,<br />
        &#8216;before_title&#8217; =&gt; &#8221;,<br />
        &#8216;after_title&#8217; =&gt; &#8221;,<br />
    ));<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: housne</title>
		<link>http://housne.info/wordpress/modify-wordpress-themes-2/#comment-3790</link>
		<dc:creator>housne</dc:creator>
		<pubDate>Tue, 02 Dec 2008 12:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://housne.info/?p=456#comment-3790</guid>
		<description>&lt;a href=&quot;#comment-3789&quot; rel=&quot;nofollow&quot;&gt;@风云：）:&lt;/a&gt; 你好，wp的widget中有自带的分类模块，只需添加过来就行，至于为分类添加图片和描述则需自行编辑sidebar.php，不过你可以通过添加一个TEXT文本模块，在里面添加html来达到次目的。</description>
		<content:encoded><![CDATA[<p><a href="#comment-3789" rel="nofollow">@风云：）:</a> 你好，wp的widget中有自带的分类模块，只需添加过来就行，至于为分类添加图片和描述则需自行编辑sidebar.php，不过你可以通过添加一个TEXT文本模块，在里面添加html来达到次目的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 风云：）</title>
		<link>http://housne.info/wordpress/modify-wordpress-themes-2/#comment-3789</link>
		<dc:creator>风云：）</dc:creator>
		<pubDate>Tue, 02 Dec 2008 06:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://housne.info/?p=456#comment-3789</guid>
		<description>你好，我想把“分类”做到Widget里去应该怎么做呢？


想把某个分类独立出来放在Widget，让Widget显示这个分类的一张图片和一部分文字。

谢谢你的回答：）</description>
		<content:encoded><![CDATA[<p>你好，我想把“分类”做到Widget里去应该怎么做呢？</p>
<p>想把某个分类独立出来放在Widget，让Widget显示这个分类的一张图片和一部分文字。</p>
<p>谢谢你的回答：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: memo</title>
		<link>http://housne.info/wordpress/modify-wordpress-themes-2/#comment-3732</link>
		<dc:creator>memo</dc:creator>
		<pubDate>Tue, 25 Nov 2008 15:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://housne.info/?p=456#comment-3732</guid>
		<description>不知道这么晚你还在不？晚上有事出去了。</description>
		<content:encoded><![CDATA[<p>不知道这么晚你还在不？晚上有事出去了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
