﻿<?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>Mr.D &#187; wp</title>
	<atom:link href="http://www.duhongbo.com/index.php/tag/wp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.duhongbo.com</link>
	<description>Mr.D`s blog</description>
	<lastBuildDate>Sun, 24 Jan 2010 06:37:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何让wordpress首页显示摘要？</title>
		<link>http://www.duhongbo.com/index.php/2009/06/53</link>
		<comments>http://www.duhongbo.com/index.php/2009/06/53#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:51:46 +0000</pubDate>
		<dc:creator>Mr.D</dc:creator>
				<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.duhongbo.com/?p=53</guid>
		<description><![CDATA[可以使用 more 标签：
在写文章的时候点击 more 来截断，要使用HTML模式才能在工具条看到 more 这个功能按钮，点击插入。... ]]></description>
			<content:encoded><![CDATA[<p><strong>可以使用 more 标签：</strong><br />
在写文章的时候点击 more 来截断，要使用HTML模式才能在工具条看到 more 这个功能按钮，点击插入。<br />
<strong>还可以编辑主题修改代码：</strong><br />
找到主题中的 index.php 进行修改。<br />
显示摘要的代码类似下面的<br />
&lt; ?php the_excerpt();?&gt;<br />
显示全文的代码类似下面的<br />
&lt; ?php the_content();?&gt;<br />
将之替换即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duhongbo.com/index.php/2009/06/53/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
