<?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: Complex loop with in_category(): Part 1</title>
	<atom:link href="http://www.studiograsshopper.ch/code-snippets/complex-loop-with-in-category-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiograsshopper.ch/code-snippets/complex-loop-with-in-category-part-one/</link>
	<description>Wordpress site design and development, plugins, code ideas, template tags and css resources for bloggers</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:11:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Top Englsih Songs</title>
		<link>http://www.studiograsshopper.ch/code-snippets/complex-loop-with-in-category-part-one/#comment-30673</link>
		<dc:creator>Top Englsih Songs</dc:creator>
		<pubDate>Fri, 10 Jun 2011 12:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://studiograsshopper.ch/?p=27#comment-30673</guid>
		<description>I want to use Or operator instead of And,  like this :

if (in_category(3) &#124;&#124; in_category(6) &amp;&amp; in_category(7)) {


But it is not working Help :S</description>
		<content:encoded><![CDATA[<p>I want to use Or operator instead of And,  like this :</p>
<p>if (in_category(3) || in_category(6) &amp;&amp; in_category(7)) {</p>
<p>But it is not working Help :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shovan Sargunam</title>
		<link>http://www.studiograsshopper.ch/code-snippets/complex-loop-with-in-category-part-one/#comment-29409</link>
		<dc:creator>Shovan Sargunam</dc:creator>
		<pubDate>Thu, 19 May 2011 15:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://studiograsshopper.ch/?p=27#comment-29409</guid>
		<description>yaya works, use &#124;&#124; for or

Cheers
Shovan</description>
		<content:encoded><![CDATA[<p>yaya works, use || for or</p>
<p>Cheers<br />
Shovan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

