<?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 List Posts with Custom Field Plugin</title>
	<atom:link href="http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christianschenk.org</link>
	<description>Writing about my experiences with technology and all different kinds of projects and experiments</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:19:58 +0200</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-15769</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Wed, 19 May 2010 20:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-15769</guid>
		<description>Hi John,
I may include another attribute &lt;code&gt;category&lt;/code&gt; that would allow you to use those posts only that are part of the given category. This would do the trick for you, I think.
&lt;em&gt;Update&lt;/em&gt;: version 1.8 of the plugin contains this feature.</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I may include another attribute <code>category</code> that would allow you to use those posts only that are part of the given category. This would do the trick for you, I think.<br />
<em>Update</em>: version 1.8 of the plugin contains this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hayles</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-15767</link>
		<dc:creator>John Hayles</dc:creator>
		<pubDate>Wed, 19 May 2010 18:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-15767</guid>
		<description>Hello,

Is it possible to combine this plugin with a WP category shortcode?

If I have a number of posts about different airlines in the category &#039;airlines&#039;, with a custom field holding the airline name.  To write a post that includes a list of these articles I need to combine the shortcode for list-posts and a shortcode for the category.
John</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is it possible to combine this plugin with a WP category shortcode?</p>
<p>If I have a number of posts about different airlines in the category &#8216;airlines&#8217;, with a custom field holding the airline name.  To write a post that includes a list of these articles I need to combine the shortcode for list-posts and a shortcode for the category.<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-15001</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-15001</guid>
		<description>Very nice, simple plugin.

2 questions:

1. In many posts, I have the same custom field key with different values.  Your plugin seems to recognize this, but only lists the value in the first instance of the key.  Is there a way to solve this?

2. I think that this has been mentioned before, but is it possible to sort by the value of the custom field?

Thanks,

Adam</description>
		<content:encoded><![CDATA[<p>Very nice, simple plugin.</p>
<p>2 questions:</p>
<p>1. In many posts, I have the same custom field key with different values.  Your plugin seems to recognize this, but only lists the value in the first instance of the key.  Is there a way to solve this?</p>
<p>2. I think that this has been mentioned before, but is it possible to sort by the value of the custom field?</p>
<p>Thanks,</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-13004</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Sun, 24 Jan 2010 11:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-13004</guid>
		<description>Hi masterleep,
thank you for the feedback. I&#039;m looking forward to fix the plugin.</description>
		<content:encoded><![CDATA[<p>Hi masterleep,<br />
thank you for the feedback. I&#8217;m looking forward to fix the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masterleep</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-13002</link>
		<dc:creator>masterleep</dc:creator>
		<pubDate>Sun, 24 Jan 2010 06:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-13002</guid>
		<description>FYI, I was able to patch it for my purposes by commenting out the following section in the plugin:

	# set correct title/excerpt
	#for ($i = 0, $n = count($result); $i title = lpcf_get_custom_field($post-&gt;ID, $titlefields, $post-&gt;title);
	#	$result[$i]-&gt;excerpt = lpcf_get_custom_field($post-&gt;ID, $excerptfields, $post-&gt;excerpt);
	#}</description>
		<content:encoded><![CDATA[<p>FYI, I was able to patch it for my purposes by commenting out the following section in the plugin:</p>
<p>	# set correct title/excerpt<br />
	#for ($i = 0, $n = count($result); $i title = lpcf_get_custom_field($post-&gt;ID, $titlefields, $post-&gt;title);<br />
	#	$result[$i]-&gt;excerpt = lpcf_get_custom_field($post-&gt;ID, $excerptfields, $post-&gt;excerpt);<br />
	#}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masterleep</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-12998</link>
		<dc:creator>masterleep</dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-12998</guid>
		<description>I&#039;ve been using the plugin with a placement like this:

[list-posts field=xyz having=xyz,none]

When I upgraded to WordPress 2.9.1 from 2.8.x, the page changed to a list of &quot;Array&quot; strings.  Instead of the post title, the string &quot;Array&quot; would be there.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using the plugin with a placement like this:</p>
[list-posts field=xyz having=xyz,none]
<p>When I upgraded to WordPress 2.9.1 from 2.8.x, the page changed to a list of &#8220;Array&#8221; strings.  Instead of the post title, the string &#8220;Array&#8221; would be there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @nomadone</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-11623</link>
		<dc:creator>@nomadone</dc:creator>
		<pubDate>Sat, 05 Dec 2009 21:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-11623</guid>
		<description>Wow this sounds great. I&#039;ve been battling to print a set of posts, with a specific custom field value, but need to post them inside of another post. Is there any way of using this plugin with a template tag instead of shortcode though?

I&#039;ve just tried using the plugin and it basically adds all custom fields from the specific field not just the ones with the value I specified.</description>
		<content:encoded><![CDATA[<p>Wow this sounds great. I&#8217;ve been battling to print a set of posts, with a specific custom field value, but need to post them inside of another post. Is there any way of using this plugin with a template tag instead of shortcode though?</p>
<p>I&#8217;ve just tried using the plugin and it basically adds all custom fields from the specific field not just the ones with the value I specified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bui</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-11018</link>
		<dc:creator>Richard Bui</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-11018</guid>
		<description>@Christian: you are amazing! I sent you an email, BTW. Thanks!</description>
		<content:encoded><![CDATA[<p>@Christian: you are amazing! I sent you an email, BTW. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-11000</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Sat, 07 Nov 2009 14:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-11000</guid>
		<description>Hi Richard,
I&#039;ve added another attribute: use e.g. &lt;code&gt;limit=5&lt;/code&gt; to do just that.</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
I&#8217;ve added another attribute: use e.g. <code>limit=5</code> to do just that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bui</title>
		<link>http://www.christianschenk.org/projects/wordpress-list-posts-custom-field-plugin/comment-page-1/#comment-10946</link>
		<dc:creator>Richard Bui</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/?page_id=702#comment-10946</guid>
		<description>Excellent plugin! One question I had is: would there be a way to limit the amount of results displayed? For example, the first 5?

Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent plugin! One question I had is: would there be a way to limit the amount of results displayed? For example, the first 5?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
