<?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; 时间</title>
	<atom:link href="http://dd54.net/tag/%e6%97%b6%e9%97%b4/feed/" rel="self" type="application/rss+xml" />
	<link>http://dd54.net</link>
	<description>WordPress 插件 主题 汉化 下载</description>
	<lastBuildDate>Sat, 24 Jul 2010 05:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress相对日期时间代码</title>
		<link>http://dd54.net/skills/wordpress-relative-date-and-time-display-code/</link>
		<comments>http://dd54.net/skills/wordpress-relative-date-and-time-display-code/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 09:16:23 +0000</pubDate>
		<dc:creator>dd54</dc:creator>
				<category><![CDATA[技巧]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[日期]]></category>
		<category><![CDATA[时间]]></category>

		<guid isPermaLink="false">http://dd54.net/skills/wordpress-relative-date-and-time-display-code/</guid>
		<description><![CDATA[如果你希望你博客的文章发布日期或留言时间显示成“30分钟前”，“1年前”等格式的相对日期，你可以尝试以下代码： 相对文章日期： < ?php echo human_time_diff(get_the_time('U'), current_time('timestamp')) . ' ago'; ? > 相对留言日期: < ?php echo human_time_diff(get_comment_time('U'), current_time('timestamp')) . ' ago'; ? >]]></description>
			<content:encoded><![CDATA[<p>如果你希望你博客的文章发布日期或留言时间显示成“30分钟前”，“1年前”等格式的相对日期，你可以尝试以下代码：</p>
<p>相对文章日期：<br />
< ?php echo human_time_diff(get_the_time('U'), current_time('timestamp')) . ' ago'; ? ></p>
<p>相对留言日期:<br />
< ?php echo human_time_diff(get_comment_time('U'), current_time('timestamp')) . ' ago'; ? ></p>
]]></content:encoded>
			<wfw:commentRss>http://dd54.net/skills/wordpress-relative-date-and-time-display-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-RelativeDate1.50中文版</title>
		<link>http://dd54.net/plugins/wp-relativedate-1-50-cn/</link>
		<comments>http://dd54.net/plugins/wp-relativedate-1-50-cn/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 06:44:20 +0000</pubDate>
		<dc:creator>dd54</dc:creator>
				<category><![CDATA[插件]]></category>
		<category><![CDATA[时间]]></category>

		<guid isPermaLink="false">http://dd54.net/plugins/wp-relativedate-1-50-cn/</guid>
		<description><![CDATA[介绍： 一款WordPress的相对日期(时间)插件.显示效果为May 21, 2009 (5 days ago)，简单的说就是提示读者这是几天前发表的。WP-RelativeDate这个插件安装没有什么过多的操作，直接启用就可以。 使用： 直接启用就可以。 附：官方说明文档 下载： WP-RelativeDate1.50简体中文集成版]]></description>
			<content:encoded><![CDATA[<p><strong>介绍</strong>：<br />
一款WordPress的相对日期(时间)插件.显示效果为May 21, 2009 (5 days ago)，简单的说就是提示读者这是几天前发表的。WP-RelativeDate这个插件安装没有什么过多的操作，直接启用就可以。</p>
<p><strong>使用</strong>：<br />
直接启用就可以。<br />
附：<a href="http://lesterchan.net/wordpress/readme/wp-relativedate.html">官方说明文档</a></p>
<p><strong>下载</strong>：<br />
<a href="http://dd54.net/files/wp-relativedate-1-50-cn.zip">WP-RelativeDate1.50简体中文集成版</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dd54.net/plugins/wp-relativedate-1-50-cn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
