<?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: Get Posts With Same Custom Field VALUE As Current Post</title>
	<atom:link href="http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 16:12:04 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Camilo</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-16919</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-16919</guid>
		<description>Your little piece of code have helped me a lot!!! Your rock!</description>
		<content:encoded><![CDATA[<p>Your little piece of code have helped me a lot!!! Your rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @nomadone</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-13708</link>
		<dc:creator>@nomadone</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-13708</guid>
		<description>Praise the Lord! I&#039;ve been up for about 30 odd hours coding, and none of the solutions like this were working for me. You&#039;ve saved my life and my state of mental health, LOL.

The only part which was not quite right is that it also posts the current post, which i did not want, so i posted the ID of the post and made it invisible with CSS, LOL</description>
		<content:encoded><![CDATA[<p>Praise the Lord! I&#8217;ve been up for about 30 odd hours coding, and none of the solutions like this were working for me. You&#8217;ve saved my life and my state of mental health, LOL.</p>
<p>The only part which was not quite right is that it also posts the current post, which i did not want, so i posted the ID of the post and made it invisible with CSS, LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miklas Njor</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-10598</link>
		<dc:creator>Miklas Njor</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-10598</guid>
		<description>Hi Alex.

Thank you so much for sharing this great feature. I searched all over the web but kept stumbling on to those tedious custom field &quot;mood&quot; tutorials (you&#039;d think one was enought), but finally I find yours. It&#039;s also really great that you explain what is going on.

Miklas.

P.S. Shouldn&#039;t there be an &quot;echo&quot; in front of &quot;$cur_post_value ;&quot; so the value is printed</description>
		<content:encoded><![CDATA[<p>Hi Alex.</p>
<p>Thank you so much for sharing this great feature. I searched all over the web but kept stumbling on to those tedious custom field &#8220;mood&#8221; tutorials (you&#8217;d think one was enought), but finally I find yours. It&#8217;s also really great that you explain what is going on.</p>
<p>Miklas.</p>
<p>P.S. Shouldn&#8217;t there be an &#8220;echo&#8221; in front of &#8220;$cur_post_value ;&#8221; so the value is printed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MR</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-10596</link>
		<dc:creator>MR</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-10596</guid>
		<description>Thank you for this very clear and helpful piece of code. You saved me quite a bit of time!</description>
		<content:encoded><![CDATA[<p>Thank you for this very clear and helpful piece of code. You saved me quite a bit of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tades</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-9376</link>
		<dc:creator>tades</dc:creator>
		<pubDate>Fri, 28 Aug 2009 17:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-9376</guid>
		<description>Hi

Great tutorial, I tried and it works, but I would like to know how to exclude from the list the current post.

cheers</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Great tutorial, I tried and it works, but I would like to know how to exclude from the list the current post.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-8159</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 02 Jul 2009 16:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-8159</guid>
		<description>@devdarsh - I&#039;ll update the post in the next couple of days to include a category comparison too - great idea!</description>
		<content:encoded><![CDATA[<p>@devdarsh &#8211; I&#8217;ll update the post in the next couple of days to include a category comparison too &#8211; great idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devdarsh</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-8090</link>
		<dc:creator>devdarsh</dc:creator>
		<pubDate>Sat, 27 Jun 2009 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-8090</guid>
		<description>The code looks awesome and is working fine. Can you tell me how to include a category name(and id) to compare as well?
So both should have a value to get a result.
I am using wp2.7.1</description>
		<content:encoded><![CDATA[<p>The code looks awesome and is working fine. Can you tell me how to include a category name(and id) to compare as well?<br />
So both should have a value to get a result.<br />
I am using wp2.7.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-7996</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 21 Jun 2009 13:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-7996</guid>
		<description>@Harvey - Thanks for visiting, and I&#039;m glad the code helped you out.</description>
		<content:encoded><![CDATA[<p>@Harvey &#8211; Thanks for visiting, and I&#8217;m glad the code helped you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvey Ramer</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-7983</link>
		<dc:creator>Harvey Ramer</dc:creator>
		<pubDate>Fri, 19 Jun 2009 21:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-7983</guid>
		<description>Thank you for this very clear and helpful piece of code. You saved me quite a bit of time!</description>
		<content:encoded><![CDATA[<p>Thank you for this very clear and helpful piece of code. You saved me quite a bit of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress &#38; Blogging Articles for june 16 2009 &#124; WPStart.org - WordPress themes, plugins and news</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-7938</link>
		<dc:creator>WordPress &#38; Blogging Articles for june 16 2009 &#124; WPStart.org - WordPress themes, plugins and news</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-7938</guid>
		<description>[...] Get Posts With Same Custom Field VALUE As Current Post So, you’ve read all the tutorials on how to get custom field values and how to get posts that have a certain key/value, but what about if the post your are viewing has a custom field, and you want all the other posts with that custom field value; a value that you won’t know in advance…? - By Epic Alex [...]</description>
		<content:encoded><![CDATA[<p>[...] Get Posts With Same Custom Field VALUE As Current Post So, you’ve read all the tutorials on how to get custom field values and how to get posts that have a certain key/value, but what about if the post your are viewing has a custom field, and you want all the other posts with that custom field value; a value that you won’t know in advance…? &#8211; By Epic Alex [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
