<?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 unleashed</title>
	<atom:link href="http://www.cssOrigins.com/2009/wordpress-unleashed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cssOrigins.com/2009/wordpress-unleashed/</link>
	<description>Css Origins, Design Blog and Wordpress Publishing Platform</description>
	<lastBuildDate>Tue, 06 Jul 2010 21:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Hunter Brelsford</title>
		<link>http://www.cssOrigins.com/2009/wordpress-unleashed/comment-page-1/#comment-12</link>
		<dc:creator>Hunter Brelsford</dc:creator>
		<pubDate>Thu, 16 Apr 2009 22:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssOrigins.com/?p=173#comment-12</guid>
		<description>According to the wordpress codex found &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_pages&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; it looks like all arguments in are already classified as an array so there is no reason to specifically redefine it as such.</description>
		<content:encoded><![CDATA[<p>According to the wordpress codex found <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" rel="nofollow">here</a> it looks like all arguments in are already classified as an array so there is no reason to specifically redefine it as such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.cssOrigins.com/2009/wordpress-unleashed/comment-page-1/#comment-10</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 16 Apr 2009 12:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssOrigins.com/?p=173#comment-10</guid>
		<description>&lt;?php if (is_page(’2,3,6,home’)) {
// do stuff here on those specific pages,
} 

you need this to be an array do you not?
&lt;?php if (is_page(array(&#039;2,3,6,home&#039;))) {</description>
		<content:encoded><![CDATA[<p>&lt;?php if (is_page(’2,3,6,home’)) {<br />
// do stuff here on those specific pages,<br />
} </p>
<p>you need this to be an array do you not?<br />
&lt;?php if (is_page(array(&#8217;2,3,6,home&#8217;))) {</p>
]]></content:encoded>
	</item>
</channel>
</rss>
