<?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>Sun, 18 Sep 2011 00:25:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Walt Ribeiro</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-48170</link>
		<dc:creator>Walt Ribeiro</dc:creator>
		<pubDate>Sat, 26 Feb 2011 19:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-48170</guid>
		<description>Alex - this post was EXACTLY what I&#039;ve been searching hours for. But it didn&#039;t work the way I wanted.

Nick - the code you wrote above worked perfect.

Basically, I needed a way to dynamically show custom fields from all my posts with they key &#039;itunes&#039;. I&#039;m not a big coder, so I was confused why my code worked on my 404 pages (when I tested it), but didn&#039;t show on my Music Page.

Whenever I tried to return a wp_query all the links were blank. Until I added your code to the page.

You guys are great. Thanks!</description>
		<content:encoded><![CDATA[<p>Alex &#8211; this post was EXACTLY what I&#8217;ve been searching hours for. But it didn&#8217;t work the way I wanted.</p>
<p>Nick &#8211; the code you wrote above worked perfect.</p>
<p>Basically, I needed a way to dynamically show custom fields from all my posts with they key &#8216;itunes&#8217;. I&#8217;m not a big coder, so I was confused why my code worked on my 404 pages (when I tested it), but didn&#8217;t show on my Music Page.</p>
<p>Whenever I tried to return a wp_query all the links were blank. Until I added your code to the page.</p>
<p>You guys are great. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://epicalex.com/get-posts-with-same-custom-field-value-as-current-post/comment-page-1/#comment-34676</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Fri, 19 Nov 2010 13:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=118#comment-34676</guid>
		<description>Hi Alex, thanks a lot for this great feature!! Can you tell me how to include a category comparison (in order to list only those posts having the same custom field key AND value as well as the same category)? And how can I exclude the current post from the list? I&#039;d be very glad about any hints :o) Cheers, Felix</description>
		<content:encoded><![CDATA[<p>Hi Alex, thanks a lot for this great feature!! Can you tell me how to include a category comparison (in order to list only those posts having the same custom field key AND value as well as the same category)? And how can I exclude the current post from the list? I&#8217;d be very glad about any hints <img src='http://epicalex.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ) Cheers, Felix</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

