hijiriworld / intuitive-custom-post-order

WordPress Plugin: Intuitive Custom Post Order
68 stars 34 forks source link

Fails to reorder custom post types when browsed by taxonomy #8

Open einkoro opened 8 years ago

einkoro commented 8 years ago

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.