<?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 Related Posts Plugin</title>
	<atom:link href="http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/</link>
	<description>I only sell WordPress Themes!</description>
	<lastBuildDate>Thu, 22 Jul 2010 15:12:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Riccardo</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1459</link>
		<dc:creator>Riccardo</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1459</guid>
		<description>Hi there! This plugin is great!

To make it greater, you should:

1) Expose the related posts query to filters, to allow customization:
Line Number 55:
[code]$q = &quot;SELECT p.ID, p.post_title, p.post_content,p.post_excerpt, p.post_date,  p.comment_count, count(t_r.object_id) as cnt FROM $wpdb-&gt;term_taxonomy t_t, $wpdb-&gt;term_relationships t_r, $wpdb-&gt;posts p WHERE t_t.taxonomy =&#039;post_tag&#039; AND t_t.term_taxonomy_id = t_r.term_taxonomy_id AND t_r.object_id  = p.ID AND (t_t.term_id IN ($taglist)) AND p.ID != $post-&gt;ID AND p.post_status = &#039;publish&#039; AND p.post_date_gmt term_taxonomy t_t, $wpdb-&gt;term_relationships t_r, $wpdb-&gt;posts p WHERE t_t.taxonomy =&#039;post_tag&#039; AND t_t.term_taxonomy_id = t_r.term_taxonomy_id AND t_r.object_id  = p.ID AND (t_t.term_id IN ($taglist)) AND p.ID != $post-&gt;ID AND p.post_status = &#039;publish&#039; AND p.post_date_gmt &lt; &#039;$now&#039; &quot;; // leave blank space to avoid garbage!

$q = apply_filters(&#039;wp_related_posts_query&#039;, $q); // passes query to filters. 

$q .= &quot; GROUP BY t_r.object_id ORDER BY cnt DESC, p.post_date_gmt DESC $limitclause;&quot;;[/code]

2) Allow other plugins (like qTranslate) to parse correctly output:
Line number 135:

[code]
echo $output;
[/code]

change to:

[code]
echo __($output);
[/code]</description>
		<content:encoded><![CDATA[<p>Hi there! This plugin is great!</p>
<p>To make it greater, you should:</p>
<p>1) Expose the related posts query to filters, to allow customization:<br />
Line Number 55:<br />
[code]$q = "SELECT p.ID, p.post_title, p.post_content,p.post_excerpt, p.post_date,  p.comment_count, count(t_r.object_id) as cnt FROM $wpdb-&gt;term_taxonomy t_t, $wpdb-&gt;term_relationships t_r, $wpdb-&gt;posts p WHERE t_t.taxonomy ='post_tag' AND t_t.term_taxonomy_id = t_r.term_taxonomy_id AND t_r.object_id  = p.ID AND (t_t.term_id IN ($taglist)) AND p.ID != $post-&gt;ID AND p.post_status = 'publish' AND p.post_date_gmt term_taxonomy t_t, $wpdb-&gt;term_relationships t_r, $wpdb-&gt;posts p WHERE t_t.taxonomy ='post_tag' AND t_t.term_taxonomy_id = t_r.term_taxonomy_id AND t_r.object_id  = p.ID AND (t_t.term_id IN ($taglist)) AND p.ID != $post-&gt;ID AND p.post_status = 'publish' AND p.post_date_gmt &lt; &#039;$now&#039; &quot;; // leave blank space to avoid garbage!</p>
<p>$q = apply_filters(&#039;wp_related_posts_query&#039;, $q); // passes query to filters. </p>
<p>$q .= &quot; GROUP BY t_r.object_id ORDER BY cnt DESC, p.post_date_gmt DESC $limitclause;&quot;;[/code]</p>
<p>2) Allow other plugins (like qTranslate) to parse correctly output:<br />
Line number 135:</p>
<p>[code]<br />
echo $output;<br />
[/code]</p>
<p>change to:</p>
<p>[code]<br />
echo __($output);<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1455</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Thu, 08 Jul 2010 02:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1455</guid>
		<description>i want to change the font style to match my post title, i tried:

font-family:&#039;palatino linotype&#039;,palatino,&#039;times new roman&#039;,times,serif;

and this just not change. i change the color and size of the font,
so i know im the correct area of the style sheet.

any ideas?</description>
		<content:encoded><![CDATA[<p>i want to change the font style to match my post title, i tried:</p>
<p>font-family:&#8217;palatino linotype&#8217;,palatino,&#8217;times new roman&#8217;,times,serif;</p>
<p>and this just not change. i change the color and size of the font,<br />
so i know im the correct area of the style sheet.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My 10 Favourite WordPress Plugins</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1454</link>
		<dc:creator>My 10 Favourite WordPress Plugins</dc:creator>
		<pubDate>Sat, 03 Jul 2010 12:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1454</guid>
		<description>[...] style, be displayed as a list or you can choose to indicate post thumbnails. You can download the Related Posts Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] style, be displayed as a list or you can choose to indicate post thumbnails. You can download the Related Posts Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theme Gratuito para WordPress EmphyTani &#124; Free Wordpress Themes</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1453</link>
		<dc:creator>Theme Gratuito para WordPress EmphyTani &#124; Free Wordpress Themes</dc:creator>
		<pubDate>Thu, 01 Jul 2010 13:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1453</guid>
		<description>[...] WordPress Related Post [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Related Post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Related Posts in italiano &#124; gidibao&#39;s Cafe</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1450</link>
		<dc:creator>WordPress Related Posts in italiano &#124; gidibao&#39;s Cafe</dc:creator>
		<pubDate>Wed, 30 Jun 2010 11:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1450</guid>
		<description>[...] di fornire un supporto di base ai blogger che affidano a WordPress le loro pubblicazioni online: WordPress Related Posts by [...]</description>
		<content:encoded><![CDATA[<p>[...] di fornire un supporto di base ai blogger che affidano a WordPress le loro pubblicazioni online: WordPress Related Posts by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabricio Vasselai</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1449</link>
		<dc:creator>Fabricio Vasselai</dc:creator>
		<pubDate>Mon, 28 Jun 2010 01:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1449</guid>
		<description>Dears,

I&#039;ve installed the plugin and it works just fine!

But I two small issues that I can not solve:

1) the settings page does not show a button to save changes, or a &quot;ok&quot; button. So, I can not confirm changes I want to make in the settings.

2) when I call the plugin in my sidebar, it works fine too, but the title of each post shown goes just one below each other, it is a mess. I should need an additional line break between posts listed. Any tips on how to add that?

Thanks in advance for any help!</description>
		<content:encoded><![CDATA[<p>Dears,</p>
<p>I&#8217;ve installed the plugin and it works just fine!</p>
<p>But I two small issues that I can not solve:</p>
<p>1) the settings page does not show a button to save changes, or a &#8220;ok&#8221; button. So, I can not confirm changes I want to make in the settings.</p>
<p>2) when I call the plugin in my sidebar, it works fine too, but the title of each post shown goes just one below each other, it is a mess. I should need an additional line break between posts listed. Any tips on how to add that?</p>
<p>Thanks in advance for any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: confinedspace</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1448</link>
		<dc:creator>confinedspace</dc:creator>
		<pubDate>Sat, 26 Jun 2010 23:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1448</guid>
		<description>Great plugin. Thank you so much. Only thing I can think of that I&#039;d really appreciate would be if you could add classes to the image and text links, as I would like to apply different styles to each.

So the anchor with the thumb gets a class &quot;related_post_thumb&quot; and the anchor with the text gets a class &quot;related_post_link&quot;. This would make it possible to add a background color to the text, but leave the image as it is. At the moment if you add a style to &#039;.related_post a&#039; it applies it to both.</description>
		<content:encoded><![CDATA[<p>Great plugin. Thank you so much. Only thing I can think of that I&#8217;d really appreciate would be if you could add classes to the image and text links, as I would like to apply different styles to each.</p>
<p>So the anchor with the thumb gets a class &#8220;related_post_thumb&#8221; and the anchor with the text gets a class &#8220;related_post_link&#8221;. This would make it possible to add a background color to the text, but leave the image as it is. At the moment if you add a style to &#8216;.related_post a&#8217; it applies it to both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1447</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Sat, 26 Jun 2010 08:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1447</guid>
		<description>Any ideas on how to display related posts based on custom taxonomies? For example:
Book related posts use its own custom category, for example &quot;Book&quot;.
Book related posts also use its own custom tag, for example &quot;book tag&quot;.
I only want book categorized posts to display related posts with &quot;book tags&quot;.

Is that possible? Thanks.</description>
		<content:encoded><![CDATA[<p>Any ideas on how to display related posts based on custom taxonomies? For example:<br />
Book related posts use its own custom category, for example &#8220;Book&#8221;.<br />
Book related posts also use its own custom tag, for example &#8220;book tag&#8221;.<br />
I only want book categorized posts to display related posts with &#8220;book tags&#8221;.</p>
<p>Is that possible? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny kneip</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1445</link>
		<dc:creator>danny kneip</dc:creator>
		<pubDate>Sat, 19 Jun 2010 01:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1445</guid>
		<description>i really had a difficult time figuring out the thumbnail images for this, but after a few minutes of really nosing around my dashboard, discovered how to do it.

the process involves having a picture related to your post and using the posts &quot;custom field&quot; to display it.  i also used the styling from Greg&#039;s comment on this page.

create the thumbnail - - 
you don&#039;t necessarily need to create this thumb if you already have an image in your post, on the server.  let&#039;s say your post is about candy and you have a pic of a sucker on your blog, right click on it, view image.  you&#039;ll see the pic appear in a new window.  copy the url.

custom field - - - 
go into your Edit Posts page within WP and scroll down just a bit till you see a section called &quot;Custom Fields&quot;.  you&#039;ll see &quot;name&quot; and &quot;value&quot;.

Enter New.  
Name = I used the word THUMBNAIL.  
Value - paste the url from the step above.
hit the Add Custom Field button.

when it comes together, it looks pretty sweet!  enjoy!  it&#039;s a very good plug-in!</description>
		<content:encoded><![CDATA[<p>i really had a difficult time figuring out the thumbnail images for this, but after a few minutes of really nosing around my dashboard, discovered how to do it.</p>
<p>the process involves having a picture related to your post and using the posts &#8220;custom field&#8221; to display it.  i also used the styling from Greg&#8217;s comment on this page.</p>
<p>create the thumbnail &#8211; -<br />
you don&#8217;t necessarily need to create this thumb if you already have an image in your post, on the server.  let&#8217;s say your post is about candy and you have a pic of a sucker on your blog, right click on it, view image.  you&#8217;ll see the pic appear in a new window.  copy the url.</p>
<p>custom field &#8211; - &#8211;<br />
go into your Edit Posts page within WP and scroll down just a bit till you see a section called &#8220;Custom Fields&#8221;.  you&#8217;ll see &#8220;name&#8221; and &#8220;value&#8221;.</p>
<p>Enter New.<br />
Name = I used the word THUMBNAIL.<br />
Value &#8211; paste the url from the step above.<br />
hit the Add Custom Field button.</p>
<p>when it comes together, it looks pretty sweet!  enjoy!  it&#8217;s a very good plug-in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theme gratis hecho por mi! :D</title>
		<link>http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1444</link>
		<dc:creator>Theme gratis hecho por mi! :D</dc:creator>
		<pubDate>Fri, 18 Jun 2010 03:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.com/2008/03/21/wordpress-related-posts-plugin/#comment-1444</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.537 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-23 11:36:03 -->
