Conflict with Google Sitemap Plugin and WordPress 2.3
You will get an error message like this:
WordPress database error: [Table 'db142936845.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `wp_posts` p LEFT JOIN `wp_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `wp_categories` c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
It will be okay. You need to upgrade Google Sitemap Generator to version 3 or higher.



Discussion Area - Leave a Comment