The plugin fails to reorder custom post types when viewing archives by taxonomy unless the default post type is enabled. With only custom post types it will not be reordered as line 444 checks WP_Query for post_type which is NULL and then falls back to checking for post instead.
The plugin fails to reorder custom post types when viewing archives by taxonomy unless the default post type is enabled. With only custom post types it will not be reordered as line 444 checks WP_Query for post_type which is NULL and then falls back to checking for post instead.