<?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; wordpress</title>
	<atom:link href="http://blog.mydream.com.hk/tag/wordpress/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>
		<item>
		<title>WordPress theme preview &#8220;The eVol Theme&#8221;</title>
		<link>http://blog.mydream.com.hk/featured/wordpress-theme-preview-the-evol-theme</link>
		<comments>http://blog.mydream.com.hk/featured/wordpress-theme-preview-the-evol-theme#comments</comments>
		<pubDate>Sat, 09 Apr 2011 00:08:02 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1860</guid>
		<description><![CDATA[I&#8217;ll release this WordPress theme &#8220;The eVol Theme&#8221; for free(hopefully) in coming days(hopefully too), this theme is a all-in-one package build for photographers, portfolio users, bloggers. The themes support the follow key features. - Front-end composing - Auto image resize, attach - Exif, Geo location display for images. - Jplayer support for Audio/Video - Switchable [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/featured/wordpress-theme-preview-the-evol-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submitting WordPress post from frontend without a plugin</title>
		<link>http://blog.mydream.com.hk/howto/submitting-wordpress-post-from-frontend-without-a-plugin</link>
		<comments>http://blog.mydream.com.hk/howto/submitting-wordpress-post-from-frontend-without-a-plugin#comments</comments>
		<pubDate>Tue, 29 Mar 2011 11:18:46 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1816</guid>
		<description><![CDATA[About This tutorial will guide you to create your own custom post composing form to enable fast blogging with your favorite theme without adding a plugin. I&#8217;m looking for any alternative to not porting P2, however&#8230;. none.,  finally that&#8217;s the reason i wrote it, and It was also inspired by the original development from http://wpshout.com/wordpress-submit-posts-from-frontend/. [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/submitting-wordpress-post-from-frontend-without-a-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress post navigation with customized post loop using meta_key</title>
		<link>http://blog.mydream.com.hk/howto/wordpress-post-navigation-with-customized-post-loop-using-meta_key</link>
		<comments>http://blog.mydream.com.hk/howto/wordpress-post-navigation-with-customized-post-loop-using-meta_key#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:31:00 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1391</guid>
		<description><![CDATA[What&#8217;s that? I wrote this stupid navigation workout because I can&#8217;t found any of good practice on writing customized content unless I go for WordPress 3.0. When I create several content handling in a themes, such as photo post or video post, I was relied on the meta_key value to determine which style to be [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/wordpress-post-navigation-with-customized-post-loop-using-meta_key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance tuning on Apache, PHP, MySQL, WordPress v1.1 &#8211; Updated</title>
		<link>http://blog.mydream.com.hk/howto/linux/performance-tuning-on-apache-php-mysql-wordpress</link>
		<comments>http://blog.mydream.com.hk/howto/linux/performance-tuning-on-apache-php-mysql-wordpress#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:06:33 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1239</guid>
		<description><![CDATA[Introduction This tutorial is covering the web server performance tunings on MySQL, PHP and Apache, WordPress and BuddyPress or general web hosting purpose, the tuning example is based on CentOS 5. The key of the following performance tuning is focus on memory and caching, most of people host a web site or forum or blog [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/linux/performance-tuning-on-apache-php-mysql-wordpress/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress post template for theme testing.</title>
		<link>http://blog.mydream.com.hk/howto/wordpress-post-template-for-theme-testing</link>
		<comments>http://blog.mydream.com.hk/howto/wordpress-post-template-for-theme-testing#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:11:03 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1140</guid>
		<description><![CDATA[A very useful html element template used for theme testing. WordPress  theme test template]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/wordpress-post-template-for-theme-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Howto retrieve top parent category ID from the post</title>
		<link>http://blog.mydream.com.hk/howto/wordpress-howto-retrieve-top-parent-category-id-from-the-post</link>
		<comments>http://blog.mydream.com.hk/howto/wordpress-howto-retrieve-top-parent-category-id-from-the-post#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:04:49 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1136</guid>
		<description><![CDATA[Add the following code in your theme functions.php function is_parent_category($cats, $_post = null) { foreach ((array) $cats as $cat) { $descendants = get_term_children((int) $cat, &#34;category&#34;); if ($descendants &#38;&#38; in_category($descendants, $_post)) return true; } return false; } ?&#62; Usage: if (is_parent_category(1)) // Got true/false if parent category is 1 { //Do something }]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/wordpress-howto-retrieve-top-parent-category-id-from-the-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

