Bug!!
-
I found bug.
If you deactivated “Auto Sort” and use AJAX for getting posts list.
it will work with auto sort.
at the class.cpto.php line 153
you have “if (is_admin())”
if you use ajax it see like admin!
I changed it to “if (is_admin() && isset($_GET[‘post_type’]))”
it help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug!!’ is closed to new replies.