WordPress 2.3 Incoming Links Fix
If you’ve upgraded to WordPress 2.3 you probably noticed your Incoming Links area in your dashboard is a bit buggy. What WordPress did in the latest release is change the incoming links to show sites that link to you according to Google. However, what this does is show all of your own posts, followed by the sites that link to you later. This isn’t very useful, because you want to see OTHER sites that link to you, not your own posts that link to your root domain.
There’s a simple little fix to get the Technorati results back to the way they were before you upgraded to 2.3. Open up index-extra.php in your WordPress sub-directory wp-admin and change lines 11 and 12 from:
http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num
=10&output=rss&partner=wordpress&q=link:
to
http://feeds.technorati.com/cosmos/rss/?url=
and
http://www.technorati.com/search/

October 10th, 2007 at 10:45 am
I was wondering why my incoming links were a little messed up. This fixed it. Thanks!
October 10th, 2007 at 12:14 pm
Thanks for the information. This could definitely help to solve the problem until WordPress gets fixed.
October 11th, 2007 at 6:04 pm
This is great information, thank you! I need to fix that.