Arne
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap problems – Paths don’t matchYour sitemap URL hast to have exactly the same domain as your blog.
RIGHT:
Blog: http://www.blog.com/
Sitemap: http://www.blog.com/sitemap.xmlWRONG:
Blog: http://blog.com/
Sitemap: http://www.blog.com/sitemap.xmlWRONG:
Blog: http://www.blog.com/
Sitemap: http://blog.com/sitemap.xmlThe next big release won’t use static files anymore and therefore all this problems should be fixed. You can help testing to speed up the release schedule 🙂
http://wordpress.org/support/topic/plugin-google-xml-sitemaps-early-testers-wanted
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Blank Settings pageI’m not aware of any plugins which break the sitemap plugin. If you still have the blank screen problem, please contact me so I can have a look at your configuration.
Hi,
I’ve fixed some bugs and improved the permalink handling. Please download http://downloads.wordpress.org/plugin/google-sitemap-generator.4.0a2.zip and try it out. If the permalinks don’t work, deactivate and activate the plugin to re-register them.
Thank you very much for your help!
Next version will support it, see here:
http://wordpress.org/support/topic/plugin-google-xml-sitemaps-early-testers-wanted
sure 🙂
Sorry, I forgot to mention that you have to rebuild your permalink structure in the WordPress Permalinks Option screen. This will happen automatically in a later release.
This feature will definitely come, I just didn’t have time to complete it in the last weeks.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Multi site support in 3.0It will definitely come, I just had no time to complete it in the last weeks…
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Memory/Time Limit IssueThe sitemap plugin has nothing to do with the SQL injection since it is not active on the frontend.
Forum: Fixing WordPress
In reply to: Google Sitemaps Generator Plugin simple questionYes, thats wrong… I think it was named “Options” in previous WP versions.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Doesn’t Work in 2.9Hi,
Thats unfortunately a bug in WordPress 2.9. Basically, the cron system which should build the sitemap in the background is broken.
As a workaround until WP 2.9.1 is released (which will be VERY soon), you can disable the option to build the sitemap in a background process. Note that this will cause some delay after hitting the publish button.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap Generator for SubdomainsHi,
It’s now possible to include URLs from multiple domains in one sitemap, as long as you verify the ownership of all of them in Google Webmaster Tools.
See here: http://www.google.com/support/webmasters/bin/answer.py?answer=75712
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Request for a new hookHi,
Thanks, thats a good suggestion! What about passing the page object (GoogleSitemapGeneratorPage) instead of the 5 parameters? It’s constructed in the AddUrl() method and could be easily extended later.
Best regards,
Arne