[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_id
Instead, it should be:
AND r.term_taxonomy_id = tt.term_taxonomy_id
This is in the Beta release as well as the previous.
https://www.ads-software.com/extend/plugins/google-sitemap-generator/
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.