[Plugin: Google XML Sitemaps] Error in SQL query for custom taxonomies
-
There’s an error in the sql query that fetches custom taxonomies.
The following join fetches the wrong rows:
AND r.term_taxonomy_id = t.term_idInstead, it should be:
AND r.term_taxonomy_id = tt.term_taxonomy_idThis is in the Beta release as well as the previous.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Google XML Sitemaps] Error in SQL query for custom taxonomies’ is closed to new replies.