Arne
Forum Replies Created
-
himself /at/ arnebrachhold /dot/ de
@faltinl: Ok, so the index is right but for some reason the page is not loaded. Could you please execute the following SQLs:
SELECT * FROM wp_posts p WHERE Year(p.post_date)=2013 AND Month(p.post_date) =6SELECT * FROM wp_posts WHERE 1 = 1 AND (( Year(post_date) = 2013 AND Month(post_date) = 6 )) AND ( wp_posts.post_password = '' ) AND wp_posts.post_type = 'page' AND (( wp_posts.post_status = 'publish' ))@bossvfx: Can you execute the following SQLs and check the results?
SELECT * FROM wp_posts p WHERE Year(p.post_date_gmt)='2013' AND Month(p.post_date_gmt) ='10'SELECT * FROM wp_posts p WHERE Year(p.post_date)='2013' AND Month(p.post_date) ='10'you can also mail me the result -> himself … arnebrachhold … de
Hi,
@leo: Do you have any pages published in June 2013? Could you check that in the WP admin panel and let me know the exact date and time including the timezone?
@bossvfx: Can you also check your posts for Oct. 2013 and let me know the exact date time incl. your timezone? Thanks!
Thanks a lot for helping!
Jepp, I will update the readme and docs when the update is “final”. You will see the new version on the admin panel. (4.0.5beta1)
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Content Encoding ErrorHi,
I’ve wrote a small article about the new format here:
The sitemap.xml.gz URL still works, but the plugin now detects automatically if the client support compression, so the .gz extension is not required anymore.
The HTML format was a request I have received quite frequently. Basically it creates a HTML sitemap (sitemap.html) which can be read by browsers which do not support the XML standard.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] NoIndex pages includedHi,
at the moment, there is only the option to enter the IDs of the posts in the admin area of the plugin. I will check if there is an option to get the excluded posts from the AIO plugin.
Hi robbee,
There was one more little bug, can you give the new dev version (4.0.5) a try?
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
If it still exists, we might have to check in detail if there is something wrong with the content of your posts table.
Hi,
Sorry, this functionality is not included yet (at least not without writing some PHP code).
You could also just create a robots.txt file manually (copy the content from the generated one) and add another “Sitemap:” line. This way Google will also pick it up 🙂
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing xml tag errorHi,
Please try the new 4.0.5beta versiom, I’ve fixed something regarding missing posts there. Thanks!
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
Hi,
Can you specify what errors appear? Also please try this new version:
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
I’ve fixed a bug with empty archives pages, which would lead to a “No urlset” tag error.
Hi,
Can you please try the 4.0.5beta version one more time?
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
Thanks a lot!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Missing XML tagHi,
Please try the 4.05beta version, I’ve fixed a bug regarding the date/time handling there:
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap Debugging Showing Malicious CodeHi,
this function just also shows all the options in your database. The entries probably come from the “gotmls” plugin you have installed and are something like virus definitions. So, everything is ok! 🙂