I have a blog set up that uses different blog posts on different domains. When generating the XML sitemap files for each domain all blog posts in the database are written to the XML file regardless of the domain used for generating the XML file.
I.e. blog posts for site 1 are shown in the sitemap XML file for site 1 and site 2 and blog posts for site 2 are shown in sitemap XML file site 1 and 2. In brief, the sitemap.php file in /app/code/community/AW/Blog/Model/ doesn’t respect multiple websites sitemap generation.
Any advice on how to get the aw_blog working for multiple store sitemaps would be great.