xorek
Forum Replies Created
-
Forum: Plugins
In reply to: Google Sitemap Plug-in Questionthx, I did.;-)
But anyway, looks like it works 15 hours ago Downloaded 3 hours ago
BTW how do I check if my WP site pings say pin-o-matic.com correctly? Im still concerned about this pinging error and want to make sure pinging function operates correctly.
Forum: Plugins
In reply to: Google Sitemap Plug-in QuestionOk, I see.
But what about this error message Im getting, “Cant ping to…”? I presume something is wrong here?
thx macmanx, you save the day ones again for me 😉Forum: Plugins
In reply to: Google Sitemap Plug-in QuestionSorry for adding a new question to your thread, but it’s better to have everything in one place 😉
The question is – how do I know that google has the latest version of sitemap.xml? I mean I added the link ones, google says it OK status, downloaded 3 hours ago and stuff, but after that I have some new content on the website, so as I understand the plugin pings google automatically, but is it possible to check it?
The reason Im asking is that while generating the xml file for the first time I did not have any permission problems etc, but it gave me Cant ping Google at http://www.google.com/webmasters/sitemaps/ping?sitemap=…. but if I click on the link it says the url has been added.Whats wrong with the ping?
So Im talking about this part of the code
//Ping Google
if(sm_go(“sm_b_ping”) && $pingUrl!=””) {
$pingUrl=”http://www.google.com/webmasters/sitemaps/ping?sitemap=” . urlencode($pingUrl);
$pingres=@wp_remote_fopen($pingUrl);if($pingres==NULL || $pingres===false) {
$messages[count($messages)]=str_replace(“%s”,”$pingUrl“,__(“Could not ping to Google at %s”,’sitemap’));Forum: Fixing WordPress
In reply to: /feed/atom/ and feed/rdf validation error in 1.5.1.3Thx a lot! they always make us do it the hard way ;-))
Forum: Fixing WordPress
In reply to: /feed/atom/ and feed/rdf validation error in 1.5.1.3Thx!
BTW this is kinda confusing, I mean those two files here http://trac.wordpress.org/ticket/1526 is it possible to get an actual wp-atom files patched? I mean all those + and – in the code ;-)) sorry Im new to this tracking system.
Forum: Fixing WordPress
In reply to: /feed/atom/ and feed/rdf validation error in 1.5.1.3Yes thats what I stated.
Forum: Fixing WordPress
In reply to: /feed/atom/ and feed/rdf validation error in 1.5.1.3hm… what about /feed/rss/ I think thats 0.92 as it says?
And yes the problem I had (have?) was with /feed/rdf/, so again, we can just call it RDF =) or even like this –
RSS 1.0 (RDF) – /feed/rdf
RSS 0.92 – /feed/rss
RSS 2.0 – /feed/have i missed something?
Forum: Fixing WordPress
In reply to: /feed/atom/ and feed/rdf validation error in 1.5.1.3Good stuff, thx!
Freevalidator validates my RSS 1.0 no problem, so it’s nice ;-)))
http://librdf.org/rss/ was giving me pain in the arse all the time, so i think because even http://www.walidator.com ‘s RDF validator does not find any errors (considering the fact that FeedValidator does the same) it’s something wrong with http://librdf.org/rss/