<?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>Wordpress-Ing &#187; Description</title>
	<atom:link href="http://wordpress.rssbbs.com/tag/description/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.rssbbs.com</link>
	<description>我们一起体验wordpress吧！</description>
	<lastBuildDate>Sat, 16 Jan 2010 15:58:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wordpress的meta优化-Description和Keywords</title>
		<link>http://wordpress.rssbbs.com/2008/12/16/wordpress%e7%9a%84meta%e4%bc%98%e5%8c%96-description%e5%92%8ckeywords/</link>
		<comments>http://wordpress.rssbbs.com/2008/12/16/wordpress%e7%9a%84meta%e4%bc%98%e5%8c%96-description%e5%92%8ckeywords/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 08:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress进阶技巧]]></category>
		<category><![CDATA[Description]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress.rssbbs.com/?p=17</guid>
		<description><![CDATA[WordPress 在撰写日志的时候，可以给日志添加摘要（excerpt）和标签（tag），我的做法就是，就如给日志添加了摘要就把摘要做为 Description，如果没有设置摘要的话，则截取文章的前 220 个字作为 Description，而标签直接作为 Keywords。代码如下：

&#60;?if &#40;is_home&#40;&#41;&#41;&#123;
    $description = &#34;wordpress-Ing是一个介绍wordpress相关的博客,他的意图是收集blogger们需要的皮肤,推荐您更好的插件和一些代码改进.&#34;;
    $keywords = &#34;WordPress, 博客, 互联网, 主题, 插件, 代码, blogger&#34;;
&#125; elseif &#40;is_single&#40;&#41;&#41;&#123;
    if &#40;$post-&#62;post_excerpt&#41; &#123;
        $description     = $post-&#62;post_excerpt;
    &#125; else &#123;
  [...]]]></description>
		<wfw:commentRss>http://wordpress.rssbbs.com/2008/12/16/wordpress%e7%9a%84meta%e4%bc%98%e5%8c%96-description%e5%92%8ckeywords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
