<?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>what the blog? &#187; post_format</title>
	<atom:link href="http://blog.mydream.com.hk/tag/post_format/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mydream.com.hk</link>
	<description>{upgrade in progress..}</description>
	<lastBuildDate>Tue, 24 May 2011 17:09:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rename Post format string in WordPress theme</title>
		<link>http://blog.mydream.com.hk/howto/wordpress/rename-post-format-string-in-wordpress-theme</link>
		<comments>http://blog.mydream.com.hk/howto/wordpress/rename-post-format-string-in-wordpress-theme#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:16:52 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[post_format]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1905</guid>
		<description><![CDATA[Code Because post format string is hard coded in post.php, so you can&#8217;t change them in filter way. To rename the post format string and display in a theme, you can add the following function in function.php. function post_format_nicename() { global $post; $slug = str_replace('post-format-', '', get_post_format($post-&#62;ID)); if(empty($slug)) { $slug = 'standard'; } $source = [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/wordpress/rename-post-format-string-in-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to filter &#8220;Standard&#8221; Post format in WordPress</title>
		<link>http://blog.mydream.com.hk/howto/how-to-filter-standard-post-format-in-wordpress</link>
		<comments>http://blog.mydream.com.hk/howto/how-to-filter-standard-post-format-in-wordpress#comments</comments>
		<pubDate>Fri, 15 Apr 2011 13:08:42 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[post_format]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1886</guid>
		<description><![CDATA[Post format As you know Post Formats is a theme feature introduced with Version 3.1. A Post Format is a piece of meta information that can be used by a theme to customize its presentation of a post. The Post Formats feature provides a standardized list of formats that are available to all themes that [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/how-to-filter-standard-post-format-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

