<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress: Conditional statement using custom fields</title>
	<atom:link href="http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/</link>
	<description>new side of alternative</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:06:30 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LearnWebCode</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-101466</link>
		<dc:creator>LearnWebCode</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-101466</guid>
		<description>Thank you!  This is exactly what I have been looking for.  The general logic is very powerful and can be used in many other situations.

This should be in the official WordPress codex.</description>
		<content:encoded><![CDATA[<p>Thank you!  This is exactly what I have been looking for.  The general logic is very powerful and can be used in many other situations.</p>
<p>This should be in the official WordPress codex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HenleyL</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-78965</link>
		<dc:creator>HenleyL</dc:creator>
		<pubDate>Mon, 12 Oct 2009 21:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-78965</guid>
		<description>Hey, I really enjoy your blog.  I have a blog too in a totally unrelated field &lt;a HREF=&quot;http://www.fiu.edu/~its/wwwboard/messages/1309.htm&quot; rel=&quot;nofollow&quot;&gt;(Online Stock Trading)&lt;/A&gt; but I like to check in here on a regular basis, just to see what&#039;s going on and it&#039;s always interesting to say the least.  It&#039;s always entertaining what people have to say.</description>
		<content:encoded><![CDATA[<p>Hey, I really enjoy your blog.  I have a blog too in a totally unrelated field <a HREF="http://www.fiu.edu/~its/wwwboard/messages/1309.htm" rel="nofollow">(Online Stock Trading)</a> but I like to check in here on a regular basis, just to see what&#8217;s going on and it&#8217;s always interesting to say the least.  It&#8217;s always entertaining what people have to say.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Field - Wordpress - and more &#124; DIGITALife</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-71442</link>
		<dc:creator>Custom Field - Wordpress - and more &#124; DIGITALife</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-71442</guid>
		<description>[...] http://www.flisterz.com/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.flisterz.com/" rel="nofollow">http://www.flisterz.com/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-33757</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 11 Sep 2008 04:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-33757</guid>
		<description>what if I want to put an image instead of a text excerpt. How do I do that in the Massive News wordpress theme?  Much obliged for any help...</description>
		<content:encoded><![CDATA[<p>what if I want to put an image instead of a text excerpt. How do I do that in the Massive News wordpress theme?  Much obliged for any help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mudme</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-27540</link>
		<dc:creator>mudme</dc:creator>
		<pubDate>Wed, 27 Aug 2008 14:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-27540</guid>
		<description>tq very very much...</description>
		<content:encoded><![CDATA[<p>tq very very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flisterz</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-20931</link>
		<dc:creator>flisterz</dc:creator>
		<pubDate>Sat, 12 Jul 2008 04:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-20931</guid>
		<description>@Lance: well maybe you can do it like this;

&lt;code&gt;&lt;?php if($view !== &#039; &#039;) { ?&gt;
    xxx
&lt;?php } else { ?&gt;
   yyy
&lt;?php } ?&gt;&lt;/code&gt;

which means if custom field is not empty, xxx, else, yyy. </description>
		<content:encoded><![CDATA[<p>@Lance: well maybe you can do it like this;</p>
<p><code>< ?php if($view !== ' ') { ?><br />
    xxx<br />
< ?php } else { ?><br />
   yyy<br />
< ?php } ?></code></p>
<p>which means if custom field is not empty, xxx, else, yyy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-20913</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-20913</guid>
		<description>Thanks for the resource. This is the closest I&#039;ve come to solving my issue but for some reason I can&#039;t get it. How would one say?

IF custom field is present

XXXXX

ELSE

YYYYYY

I&#039;d really appreciate any insight on this because I can&#039;t find an example anywhere.</description>
		<content:encoded><![CDATA[<p>Thanks for the resource. This is the closest I&#8217;ve come to solving my issue but for some reason I can&#8217;t get it. How would one say?</p>
<p>IF custom field is present</p>
<p>XXXXX</p>
<p>ELSE</p>
<p>YYYYYY</p>
<p>I&#8217;d really appreciate any insight on this because I can&#8217;t find an example anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Wednesday June 11, 2008</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-19128</link>
		<dc:creator>WordPress Wednesday June 11, 2008</dc:creator>
		<pubDate>Wed, 11 Jun 2008 14:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-19128</guid>
		<description>[...] Conditional statement using custom fields [...]</description>
		<content:encoded><![CDATA[<p>[...] Conditional statement using custom fields [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flisterz</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-19077</link>
		<dc:creator>flisterz</dc:creator>
		<pubDate>Tue, 10 Jun 2008 10:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-19077</guid>
		<description>@redblaque: oh welcome. Never know you&#039;re using wordpress. heh
@bob: thanks Bob! more to come
@asx: thanks. well, those if..else thing  same je concept die.</description>
		<content:encoded><![CDATA[<p>@redblaque: oh welcome. Never know you&#8217;re using wordpress. heh<br />
@bob: thanks Bob! more to come<br />
@asx: thanks. well, those if..else thing  same je concept die.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asx</title>
		<link>http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-19010</link>
		<dc:creator>asx</dc:creator>
		<pubDate>Mon, 09 Jun 2008 01:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flisterz.com/2008/06/07/wordpress-conditional-statement-using-custom-fields/#comment-19010</guid>
		<description>Nice tutorials . Can be implemented not just to wordpress. Btw , c++ laen sket . hehe . lagipun semua language sama saja . Cuma syntax yang berbeza. =)</description>
		<content:encoded><![CDATA[<p>Nice tutorials . Can be implemented not just to wordpress. Btw , c++ laen sket . hehe . lagipun semua language sama saja . Cuma syntax yang berbeza. =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
