<?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 QuickTips: Getting a Post&#8217;s ID</title>
	<atom:link href="http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/</link>
	<description>Because Fun Things Get Done</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:04:54 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Prasenjit Das</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-8215</link>
		<dc:creator>Prasenjit Das</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-8215</guid>
		<description>Thanks for the nice tips.................</description>
		<content:encoded><![CDATA[<p>Thanks for the nice tips&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Higgins</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-5060</link>
		<dc:creator>James Higgins</dc:creator>
		<pubDate>Thu, 08 Jan 2009 05:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-5060</guid>
		<description>Hello, how do you find out what your post/page id is? but thank you for the great advice I&#039;m prepared to use it for a splash page type deal.</description>
		<content:encoded><![CDATA[<p>Hello, how do you find out what your post/page id is? but thank you for the great advice I&#8217;m prepared to use it for a splash page type deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vardis</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-3775</link>
		<dc:creator>Vardis</dc:creator>
		<pubDate>Sun, 09 Nov 2008 13:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-3775</guid>
		<description>Nice tip - works for me too!</description>
		<content:encoded><![CDATA[<p>Nice tip &#8211; works for me too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaina</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-3326</link>
		<dc:creator>Shaina</dc:creator>
		<pubDate>Wed, 22 Oct 2008 05:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-3326</guid>
		<description>This is great info to know.</description>
		<content:encoded><![CDATA[<p>This is great info to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KC</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-979</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Fri, 04 Jul 2008 01:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-979</guid>
		<description>Thanks for the $post-&gt;ID. It work as expected.</description>
		<content:encoded><![CDATA[<p>Thanks for the $post-&gt;ID. It work as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hafiz Rahman</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-448</link>
		<dc:creator>Hafiz Rahman</dc:creator>
		<pubDate>Fri, 11 Apr 2008 00:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-448</guid>
		<description>@Emiel: You&#039;re welcome :) Glad it&#039;s useful for you.</description>
		<content:encoded><![CDATA[<p>@Emiel: You&#8217;re welcome <img src='http://playworkplay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Glad it&#8217;s useful for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emiel</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-447</link>
		<dc:creator>Emiel</dc:creator>
		<pubDate>Thu, 10 Apr 2008 12:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-447</guid>
		<description>Thank you, thank you, thank you (and then some ...). I have been searching my socks off (I don&#039;t think thats even a valid expression but hell) for this. I too needed to check the_ID() in an if-statement and all it did was print the value. With your solution it works perfectly (I needed it to give the selected link another color). So again, deep respect :-)</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you (and then some &#8230;). I have been searching my socks off (I don&#8217;t think thats even a valid expression but hell) for this. I too needed to check the_ID() in an if-statement and all it did was print the value. With your solution it works perfectly (I needed it to give the selected link another color). So again, deep respect <img src='http://playworkplay.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hafiz Rahman</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-159</link>
		<dc:creator>Hafiz Rahman</dc:creator>
		<pubDate>Sat, 23 Feb 2008 07:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-159</guid>
		<description>Never tried that, but that made a lot of sense. Thanks for the tips :)</description>
		<content:encoded><![CDATA[<p>Never tried that, but that made a lot of sense. Thanks for the tips <img src='http://playworkplay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Hoyt</title>
		<link>http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/comment-page-1/#comment-157</link>
		<dc:creator>Darren Hoyt</dc:creator>
		<pubDate>Sat, 23 Feb 2008 03:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://playworkplay.com/blog/wordpress-quicktips-getting-a-posts-id/#comment-157</guid>
		<description>Good tips. I usually use a conditional to display/hide sidebars...

if (is_single(&#039;5&#039;)) { blah blah  }</description>
		<content:encoded><![CDATA[<p>Good tips. I usually use a conditional to display/hide sidebars&#8230;</p>
<p>if (is_single(&#8217;5&#8242;)) { blah blah  }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
