<?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: External orders in WordPress queries</title>
	<atom:link href="http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 23:04:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: sime</title>
		<link>http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/comment-page-1/#comment-2872</link>
		<dc:creator>sime</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://mitcho.com/blog/?p=1102#comment-2872</guid>
		<description>&lt;p&gt;I need to order by dynamically and this post gave me the idea of sending it via query_posts thus making it available to me in the $wp_query global.&lt;/p&gt;

&lt;p&gt;But I will be using parse_query for other things!&lt;/p&gt;

&lt;p&gt;Cheers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I need to order by dynamically and this post gave me the idea of sending it via query_posts thus making it available to me in the $wp_query global.</p>

<p>But I will be using parse_query for other things!</p>

<p>Cheers.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mitcho</title>
		<link>http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/comment-page-1/#comment-1879</link>
		<dc:creator>mitcho</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://mitcho.com/blog/?p=1102#comment-1879</guid>
		<description>&lt;p&gt;Alex, Joe, no, YARPP does not support looking up related posts based on an arbitrary query (such as some keywords or text) due to the way YARPP builds a cache of &quot;relatedness&quot; relations based on pairs of posts, not for strings of text.&lt;/p&gt;

&lt;p&gt;You could, however, write an SQL query similar to that in the YARPP algorithm (found in the depths of magic.php) to do something like this on the fly... the most important component of this would be the &quot;match ... against ...&quot; MySQL statement, explained &lt;a href=&quot;http:\/\/dev.mysql.com\/doc\/refman\/4.1\/en\/fulltext-search.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex, Joe, no, YARPP does not support looking up related posts based on an arbitrary query (such as some keywords or text) due to the way YARPP builds a cache of &quot;relatedness&quot; relations based on pairs of posts, not for strings of text.</p>

<p>You could, however, write an SQL query similar to that in the YARPP algorithm (found in the depths of magic.php) to do something like this on the fly&#8230; the most important component of this would be the &quot;match &#8230; against &#8230;&quot; MySQL statement, explained <a href="http:\/\/dev.mysql.com\/doc\/refman\/4.1\/en\/fulltext-search.html" target="_blank">here</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Epic Alex</title>
		<link>http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/comment-page-1/#comment-1878</link>
		<dc:creator>Epic Alex</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://mitcho.com/blog/?p=1102#comment-1878</guid>
		<description>&lt;p&gt;This is also something I&#039;ve just been looking at for one of my blog readers. Any way we can pass tags manually to yarpp outside WP, and have it pull out related posts from within WP?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is also something I&#039;ve just been looking at for one of my blog readers. Any way we can pass tags manually to yarpp outside WP, and have it pull out related posts from within WP?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/comment-page-1/#comment-1117</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 07 Apr 2009 01:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://mitcho.com/blog/?p=1102#comment-1117</guid>
		<description>&lt;p&gt;Hi Mitcho,&lt;/p&gt;

&lt;p&gt;First off -- Hats off to the work, this is a great plugin. I do have a feature request may be you have thought about it already, I want to be able to pass a keyword to the YARPP and get a lit of related entries, this would come in handy for those who want to display related post outside of wordpress, In my case I was looking to display related posts on my Zenphoto gallery, while they are looking at a picutre.&lt;/p&gt;

&lt;p&gt;Cheers -- Great Work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Mitcho,</p>

<p>First off &#8212; Hats off to the work, this is a great plugin. I do have a feature request may be you have thought about it already, I want to be able to pass a keyword to the YARPP and get a lit of related entries, this would come in handy for those who want to display related post outside of wordpress, In my case I was looking to display related posts on my Zenphoto gallery, while they are looking at a picutre.</p>

<p>Cheers &#8212; Great Work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mitcho &#62; blog &#62; Using Templates with YARPP 3</title>
		<link>http://mitcho.com/blog/how-to/external-orders-in-wordpress-queries/comment-page-1/#comment-550</link>
		<dc:creator>mitcho &#62; blog &#62; Using Templates with YARPP 3</dc:creator>
		<pubDate>Wed, 14 Jan 2009 16:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://mitcho.com/blog/?p=1102#comment-550</guid>
		<description>&lt;p&gt;[...] For those of you interested in the WP and SQL voodoo used to make this happen, I&#8217;ve posted a more technical article.&#160;&#8617; [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] For those of you interested in the WP and SQL voodoo used to make this happen, I&#8217;ve posted a more technical article.&#160;&#8617; [&#8230;]</p>]]></content:encoded>
	</item>
</channel>
</rss>

