Publicado el Monday 02 de July del 2007 @ 18:35 por Armonth.
This post is translated from the last one in spanish.
Last week i commented in a offtopic the fact that Technorati’s incoming links weren’t updated correctly in WordPress dashboard. I supposed that it was something related with the way Technorati is generating now the URL’s for the feeds or a WordPress bug. It was the first.
In order to fix this you should open the file /wp-admin/index.php/ in line 18 (in 2.2.x series the file is /wp-admin/index-extra.php on line 10 aproximately) and search the next piece of code:
$rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');
And then modify it as it follows:
$rss = @fetch_rss('http://feeds.technorati.com/search/'. trailingslashit(get_option('home')));
Change /cosmos/rss/?url= for /search/ and remove the “partner=wordpress” part in the URL’s final. If we want to keep sending this information on the URL, we can lightly modify that line:
$rss = @fetch_rss('http://feeds.technorati.com/search/'. trailingslashit(get_option('home')) .'?partner=wordpress');
This is all, another option is to get the URL and to add into your RSS aggregator like another feed more but this is to be a little “addict”. No? ;-)
Whats the matter? Why you write this post in english? is for visits, is for pagerank? or you are altruist? i dude… xD
Sorry but someone has to say.
My english is v2.1
Regards
I will send a ticket to trac…
Voy a enviar un ticket al trac…
Greetings Armonth
Saludos Armonth
This is an incredibly useful fix! Thanks for the English version!
Thank you very much for the English version!!! Finally I got fixed this for my blogs. Ty Ty Ty!!!
Digg the story!
PD: Agregué sin querer el “#comentarios” a la URL, ¿no se puede editar no? :S
Lol, fué Shora, la subió segundos antes que yo :) ajajajaj q bueno
dude you rock thanks for this, i was just searching for this fix and you did a great job. Keep up the good work. And thanks for writing it in english since that is what i speak