2014-10-02, 02:47:18
The Sitemap is is being generated by the I18N plugin (instead of GS), in a way that doesn't let other plugins like NM add their own entries.
Quick hack: edit i18n_base/sitemap.class.php, insert this
around line 61 or 62 (in I18N version 3.2.8), just before this:
Quick hack: edit i18n_base/sitemap.class.php, insert this
Code:
$xml = exec_filter('sitemap',$xml); // patch
Code:
XMLsave($xml, $file);