It is official the long awaited v2 of this great plugin is now available at the Wordpress.org repository for download.
OFFICIAL Plugin Page on Dyasonhat
It was previously planned that this plugin might not feature sorting posts by custom fields but I’m glad to say that this functionality has been retained in this version and is better than ever.
Thank you to all those who offered words of encouragement during the process and the patience for it’s LONG arrival.
Enjoy sorting your posts by ANY field you like!!!








Let me say that this plugin is AMAZING. I’m building a wordpress site in a gallery format and the sorting option makes this look like a CMS.
By the way if you are getting this error:
Fatal error: Using $this when not in object context in
/home/launchpa/public_html/clean/s/wp-content/plugins/wp-smart-sort/wp-smart-sort.php
on line 137
Your server probably is using PHP5 but this script still uses PHP4. To solve this
error open wp-smart-sort.php and replace all
$this-> for self::
Will there be an update for PHP5?
Hi Mack,
I haven’t had any problems reported with using the new version with php5 yet.
Cheers
Your plugin is very useful tool, but I have one (but only one
) complain: why I can’t sort my search results?
This is an extremely useful plugin that I have been using for the last few weeks on my blog.
It is breaking one feature of WP though. I cannot use a , or a + in my tags any more.
For instance http://blog.com/tag/t1,t2 will result in a blank page. If I deactivate the plugin, it starts working fine again.
Any ideas what is going wrong?