<?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: 在下拉菜单中显示分类列表</title>
	<atom:link href="http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:42:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: CNtex</title>
		<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/comment-page-1/#comment-32912</link>
		<dc:creator>CNtex</dc:creator>
		<pubDate>Sat, 20 Sep 2008 08:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1650#comment-32912</guid>
		<description>:grin: 
谢谢！
同时点击广告，一并支持，哈哈！</description>
		<content:encoded><![CDATA[<div id="description">
 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /><br />
谢谢！<br />
同时点击广告，一并支持，哈哈！</p>
</div>
<p id="rating-32912"><span id="up-32912"  class="comment_rating_up" onclick="comment_rating('32912', 'up');">支持</span><small id="rating-32912-up"></small>&nbsp;<span id="down-32912"  class="comment_rating_down" onclick="comment_rating('32912', 'down');">反对</span><small id="rating-32912-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/comment-page-1/#comment-32821</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1650#comment-32821</guid>
		<description>1. 迟点我会分享
2+3 都是CSS的技巧了。这里有我的解决方案：
http://fairyfish.net/2008/07/28/css-problem-between-float-and-list-style-image/</description>
		<content:encoded><![CDATA[<div id="description">
<p>1. 迟点我会分享<br />
2+3 都是CSS的技巧了。这里有我的解决方案：<br />
<a href="http://fairyfish.net/2008/07/28/css-problem-between-float-and-list-style-image/" rel="nofollow">http://fairyfish.net/2008/07/28/css-problem-between-float-and-list-style-image/</a></p>
</div>
<p id="rating-32821"><span id="up-32821"  class="comment_rating_up" onclick="comment_rating('32821', 'up');">支持</span><small id="rating-32821-up"></small>&nbsp;<span id="down-32821"  class="comment_rating_down" onclick="comment_rating('32821', 'down');">反对</span><small id="rating-32821-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CNtex</title>
		<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/comment-page-1/#comment-32820</link>
		<dc:creator>CNtex</dc:creator>
		<pubDate>Tue, 16 Sep 2008 15:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1650#comment-32820</guid>
		<description>侧边栏代码</description>
		<content:encoded><![CDATA[<div id="description">
<p>侧边栏代码</p>
</div>
<p id="rating-32820"><span id="up-32820"  class="comment_rating_up" onclick="comment_rating('32820', 'up');">支持</span><small id="rating-32820-up"></small>&nbsp;<span id="down-32820"  class="comment_rating_down" onclick="comment_rating('32820', 'down');">反对</span><small id="rating-32820-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CNtex</title>
		<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/comment-page-1/#comment-32819</link>
		<dc:creator>CNtex</dc:creator>
		<pubDate>Tue, 16 Sep 2008 15:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1650#comment-32819</guid>
		<description>看你的博客很久了，而且也因为你的教程而迷上了Wordpress。
我最近遇到一个问题就是使用wp_dropdown_categories在下拉菜单里显示分类，显示可以显示，但是点击某一分类却打不开分类所在的文章列表。你可以在我的博客里点击试下。
侧边栏的代码：						
Archives by category
						

另外我还有3个问题想请教：
1.你的菜单下面有一栏文章位置导航，代码是怎么写的；
2.如何实现你的侧边栏，一栏内两列显示友情链接或者分类列表
3.友情链接页面如何多列显示分类

如不嫌弃，请回复至我的Email。

谢谢！
我可是把你的Wordpress主题制作教程，全部打印出来，逐字拜读哦，受益匪浅。 :smile:  :smile:</description>
		<content:encoded><![CDATA[<div id="description">
<p>看你的博客很久了，而且也因为你的教程而迷上了Wordpress。<br />
我最近遇到一个问题就是使用wp_dropdown_categories在下拉菜单里显示分类，显示可以显示，但是点击某一分类却打不开分类所在的文章列表。你可以在我的博客里点击试下。<br />
侧边栏的代码：<br />
Archives by category</p>
<p>另外我还有3个问题想请教：<br />
1.你的菜单下面有一栏文章位置导航，代码是怎么写的；<br />
2.如何实现你的侧边栏，一栏内两列显示友情链接或者分类列表<br />
3.友情链接页面如何多列显示分类</p>
<p>如不嫌弃，请回复至我的Email。</p>
<p>谢谢！<br />
我可是把你的Wordpress主题制作教程，全部打印出来，逐字拜读哦，受益匪浅。 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />   <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
</div>
<p id="rating-32819"><span id="up-32819"  class="comment_rating_up" onclick="comment_rating('32819', 'up');">支持</span><small id="rating-32819-up"></small>&nbsp;<span id="down-32819"  class="comment_rating_down" onclick="comment_rating('32819', 'down');">反对</span><small id="rating-32819-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris.Ro</title>
		<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/comment-page-1/#comment-32542</link>
		<dc:creator>Chris.Ro</dc:creator>
		<pubDate>Sun, 07 Sep 2008 19:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1650#comment-32542</guid>
		<description>谢谢你的翻译.
我也想学好英语</description>
		<content:encoded><![CDATA[<div id="description">
<p>谢谢你的翻译.<br />
我也想学好英语</p>
</div>
<p id="rating-32542"><span id="up-32542"  class="comment_rating_up" onclick="comment_rating('32542', 'up');">支持</span><small id="rating-32542-up"></small>&nbsp;<span id="down-32542"  class="comment_rating_down" onclick="comment_rating('32542', 'down');">反对</span><small id="rating-32542-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mg12</title>
		<link>http://fairyfish.net/2008/09/07/display-categories-in-a-dropdown-box/comment-page-1/#comment-32534</link>
		<dc:creator>mg12</dc:creator>
		<pubDate>Sun, 07 Sep 2008 15:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1650#comment-32534</guid>
		<description>呵呵, 等会试试!</description>
		<content:encoded><![CDATA[<div id="description">
<p>呵呵, 等会试试!</p>
</div>
<p id="rating-32534"><span id="up-32534"  class="comment_rating_up" onclick="comment_rating('32534', 'up');">支持</span><small id="rating-32534-up"></small>&nbsp;<span id="down-32534"  class="comment_rating_down" onclick="comment_rating('32534', 'down');">反对</span><small id="rating-32534-down"></small></p>
]]></content:encoded>
	</item>
</channel>
</rss>

