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

<channel>
	<title>日日播 &#187; navigation</title>
	<atom:link href="http://riribo.com/tag/navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://riribo.com</link>
	<description>每天积累一点点</description>
	<lastBuildDate>Thu, 12 Jan 2012 13:09:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>让类别显示在导航栏中</title>
		<link>http://riribo.com/bksh/36.html</link>
		<comments>http://riribo.com/bksh/36.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:40:00 +0000</pubDate>
		<dc:creator>Ebo</dc:creator>
				<category><![CDATA[博客|生活]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[page]]></category>

		<guid isPermaLink="false">http://riribo.com/2010/03/10/show-categoies-in-the-navigation/</guid>
		<description><![CDATA[找到导航栏所在的文件，一般在header.php中，Ctrl + F 搜wp_list_pages ，只需将pages 改成categories ，即变成wp_list_categories。 如果你不想在导航中显示某一类别，可以这样写wp_list_cateories(‘exclude=2,4’)，即不在导航栏中显示ID 为2，4 的类别，如果该函数中还有其它变量，只需用“&#38;”将它们连接起来。 类别ID ：在后台找到Post ——&#62; Categories 用鼠标指向某类别，在浏览器左下角就会显示一行提示，ID后面的数字就是ID 号。 同理，你要是不想在导航中显示某页面，可用语句：wp_list_pages(‘exclude=X,X’)，X 代表Pages 的ID 号多个页面ID 用英文“,”隔开。 有很多主题后台都有用页或分类作导航的选项，比如我用的这款iNove 主题就，在后台有个单选按钮，选择很方便。觉得通过学习、使用一些优秀的主题，即使不懂代码，也会比葫芦画瓢，进行简单的修改。]]></description>
			<content:encoded><![CDATA[<p>找到导航栏所在的文件，一般在header.php中，Ctrl + F 搜wp_list_pages ，只需将pages 改成categories ，即变成wp_list_categories。</p>
<p>如果你不想在导航中显示某一类别，可以这样写wp_list_cateories(‘exclude=2,4’)，即不在导航栏中显示ID 为2，4 的类别，如果该函数中还有其它变量，只需用“&amp;”将它们连接起来。</p>
<p><span id="more-36"></span></p>
<p>类别ID ：在后台找到Post ——&gt; Categories 用鼠标指向某类别，在浏览器左下角就会显示一行提示，ID后面的数字就是ID 号。</p>
<p>同理，你要是不想在导航中显示某页面，可用语句：wp_list_pages(‘exclude=X,X’)，X 代表Pages 的ID 号多个页面ID 用英文“,”隔开。</p>
<p>有很多主题后台都有用页或分类作导航的选项，比如我用的这款iNove 主题就，在后台有个单选按钮，选择很方便。觉得通过学习、使用一些优秀的主题，即使不懂代码，也会比葫芦画瓢，进行简单的修改。</p>
]]></content:encoded>
			<wfw:commentRss>http://riribo.com/bksh/36.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

