Thread Starter
fedek6
(@fedek6)
I’ve repaired this problem by editing line 46 of your plugin:
if ( in_array($order_2nd, array('post_date', 'post_title', 'post_modified', 'post_name')) ) {
Simply ading option for sorting by unique slug (post_name) works just fine for me.
Greetz!
Thread Starter
fedek6
(@fedek6)
Sorry, I couldn’t check it on my actual work. Due to time restrictions I’ve changed translation method to separate installation. I will study this problem in my other project.
Thanks for your support!