Custom taxonomy query broken after upgrade to 4.4
I wouldn’t recommend using a taxonomy slug that coincides with the public query variables, like title. The title query variable was introduced in 4.4 so I think that could explain your problems. Check out this part of the WP_Query class: if ( ” !== $q[‘title’] ) { $where .= $wpdb->prepare( ” AND $wpdb->posts.post_title = %s”, … Read more