<?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>Reacties op: How to get duplicate fields in flutter</title>
	<atom:link href="http://web.rhizom.nl/development/wordpress/how-to-get-duplicate-fields-in-flutter/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.rhizom.nl/development/wordpress/how-to-get-duplicate-fields-in-flutter/</link>
	<description>portfolio webdesign</description>
	<lastBuildDate>Thu, 05 Aug 2010 02:06:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Door: admin</title>
		<link>http://web.rhizom.nl/development/wordpress/how-to-get-duplicate-fields-in-flutter/comment-page-1/#comment-123</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://web.rhizom.nl/?p=304#comment-123</guid>
		<description>Just modify the query to something like this.

$result = $wpdb-&gt;get_results(&quot;
                SELECT meta_value, meta_key
                FROM $wpdb-&gt;postmeta
                WHERE post_id = &#039;$post-&gt;ID&#039; and (meta_key = &#039;first_field_name&#039; OR meta_key=&#039;second_field_name&#039;) 
                ORDER BY meta_id
        &quot;, ARRAY_A );</description>
		<content:encoded><![CDATA[<p>Just modify the query to something like this.</p>
<p>$result = $wpdb->get_results(&#8221;<br />
                SELECT meta_value, meta_key<br />
                FROM $wpdb->postmeta<br />
                WHERE post_id = &#8216;$post->ID&#8217; and (meta_key = &#8216;first_field_name&#8217; OR meta_key=&#8217;second_field_name&#8217;)<br />
                ORDER BY meta_id<br />
        &#8220;, ARRAY_A );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: alex</title>
		<link>http://web.rhizom.nl/development/wordpress/how-to-get-duplicate-fields-in-flutter/comment-page-1/#comment-122</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://web.rhizom.nl/?p=304#comment-122</guid>
		<description>Thank you for posting this. Quick question. How would I pull in the values for more than one meta_key, sort the results based on meta_id, and populate arrays with the values?

I have a text field that needs to correspond to an image, and their grouping will be based on the respective order of their meta_id&#039;s...</description>
		<content:encoded><![CDATA[<p>Thank you for posting this. Quick question. How would I pull in the values for more than one meta_key, sort the results based on meta_id, and populate arrays with the values?</p>
<p>I have a text field that needs to correspond to an image, and their grouping will be based on the respective order of their meta_id&#8217;s&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
