<?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: WP Post Sorting Plugin</title>
	<atom:link href="http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 03 Mar 2010 23:40:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Useful Wordpress Plugins &#171; tips for techies</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4902</link>
		<dc:creator>Useful Wordpress Plugins &#171; tips for techies</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4902</guid>
		<description>[...]  WP Post Sorting &#8211; sort posts differently by category &#8211; http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/ Possibly related posts: (automatically [...]</description>
		<content:encoded><![CDATA[<p>[...]  WP Post Sorting &#8211; sort posts differently by category &#8211; <a href="http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/" rel="nofollow">http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/</a> Possibly related posts: (automatically [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4721</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Fri, 22 Jan 2010 10:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4721</guid>
		<description>no, it has nothing to do with our plugin. and also, it has nothing to do with your stylesheet. you need to put the code either in your theme&#039;s functions.php or in a custom plugin.

the code goes like this:

function custom_sorting( $orderby ){
if ( is_home() ) return ‘post_title ASC’;
else return $orderby;
}

add_filter(’posts_orderby’, ’custom_sorting’ );</description>
		<content:encoded><![CDATA[<p>no, it has nothing to do with our plugin. and also, it has nothing to do with your stylesheet. you need to put the code either in your theme&#8217;s functions.php or in a custom plugin.</p>
<p>the code goes like this:</p>
<p>function custom_sorting( $orderby ){<br />
if ( is_home() ) return ‘post_title ASC’;<br />
else return $orderby;<br />
}</p>
<p>add_filter(’posts_orderby’, ’custom_sorting’ );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4647</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4647</guid>
		<description>can you be more specific -- am i supposed to add this custom filter to your plug-in&#039;s hook, or the wordpress stylesheet? what exactly will the code look like and where should it be placed in context? thanks!</description>
		<content:encoded><![CDATA[<p>can you be more specific &#8212; am i supposed to add this custom filter to your plug-in&#8217;s hook, or the wordpress stylesheet? what exactly will the code look like and where should it be placed in context? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4431</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4431</guid>
		<description>I&#039;m not sure I understand what you&#039;re talking about. Can you see the &quot;Post Sorting&quot; administration menu, under &quot;Posts&quot; ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand what you&#8217;re talking about. Can you see the &#8220;Post Sorting&#8221; administration menu, under &#8220;Posts&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4430</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4430</guid>
		<description>Hey! Unfortunately, the current version of this plugin does not include the feature you mention...

Good luck with your project!</description>
		<content:encoded><![CDATA[<p>Hey! Unfortunately, the current version of this plugin does not include the feature you mention&#8230;</p>
<p>Good luck with your project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madghis</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4394</link>
		<dc:creator>madghis</dc:creator>
		<pubDate>Fri, 01 Jan 2010 20:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4394</guid>
		<description>hi dear, I have downloaded your plugin to use my little project of my native and endangered language (berber) in libya, anyway, its written using arabic alphabet . your plugin works like a charm for the individual categories , what i need it to do is to list in the post page alphabetically for all categories together.
are you aware or is it possible to use that with your plugin.</description>
		<content:encoded><![CDATA[<p>hi dear, I have downloaded your plugin to use my little project of my native and endangered language (berber) in libya, anyway, its written using arabic alphabet . your plugin works like a charm for the individual categories , what i need it to do is to list in the post page alphabetically for all categories together.<br />
are you aware or is it possible to use that with your plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roni</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-4393</link>
		<dc:creator>Roni</dc:creator>
		<pubDate>Fri, 01 Jan 2010 19:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-4393</guid>
		<description>Hi, Howcan i activate the plugin?
i have installedit activate it succesfully on my wp admin console but, i dont know how to activate the admin console and the config files, they show (inactive)

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, Howcan i activate the plugin?<br />
i have installedit activate it succesfully on my wp admin console but, i dont know how to activate the admin console and the config files, they show (inactive)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-3749</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-3749</guid>
		<description>You can just add your own custom filter to the posts_orderby hook (take a look &lt;a href=&quot;http://codex.wordpress.org/Custom_Queries&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;) and use the conditioal tag is_home() and return &quot;post_title ASC&quot;.</description>
		<content:encoded><![CDATA[<p>You can just add your own custom filter to the posts_orderby hook (take a look <a href="http://codex.wordpress.org/Custom_Queries" rel="nofollow">here</a>) and use the conditioal tag is_home() and return &#8220;post_title ASC&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-3738</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-3738</guid>
		<description>The plugin works great ... but it is not sorting the posts on the front page... how do we do that?</description>
		<content:encoded><![CDATA[<p>The plugin works great &#8230; but it is not sorting the posts on the front page&#8230; how do we do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.reflectionmedia.ro/2008/12/wp-post-sorting-plugin/comment-page-2/#comment-3723</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflectionmedia.ro/?p=67#comment-3723</guid>
		<description>I&#039;ve just tested it on a 2.8.6 instance, and it&#039;s working properly...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just tested it on a 2.8.6 instance, and it&#8217;s working properly&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
