cooldotz
Member
Posted 2 months ago #
Firstly, plugin is fantastic and works great, but can't figure out one aspect.
When I create a post, the sitemap updates without a hitch.
However, I'm also importing feeds through the Feedwordpress.
I have the syndication set to update every hour, but the sitemaps never update on the update.
Any ideas? Or is this a cron job that has to be set?
Thanks
http://wordpress.org/extend/plugins/google-sitemap-generator/
Hi,
the sitemap reacts on the Hooks which get executed of you publish a new post like "publish_post" and so on. Maybe the importer plugin doesn't call any of this hooks so the sitemap plugin can't know about the new posts.
In this case a cron job would work.
cooldotz
Member
Posted 1 month ago #
Thanks arnee. I thought that might be the 'hook', but didn't know if I was missing something in the plugin.
Thanks again.