Replace Google Blog Search with Technorati for Incoming Links in Dashboard of WordPress Googleブログ検索と置換Technoratiの着信のリンクをダッシュボードのWordPress
In WordPress 2.3 Dashboard, the Incoming Links stats under the Latest Activity section has switched from Technorati to Google Blog Search to feed and update the information of any new backlinks acquired by the blog.ダッシュボードにWordPress 2.3は、着信リンクの統計情報が交換されてから、最新の活動のセクションをGoogleにTechnoratiのブログ検索をしてアップデートしてフィードバックの情報を取得されたすべての新しいブログです。 However, there is an obvious buy when using Google Blog Search to list incoming links, that the resulted data shows your own latest blog posts from the front index page as being an incoming link, instead of real external incoming baclinks referenced to your blog from other blogs.しかし、明らかに購入するときにはGoogleブログ検索を使用して着信リンクのリストは、結果のデータは、最新のブログの投稿を示し、独自のインデックスページ正面からリンクされてくるのではなく、実際の外部からの着信をブログに引用他のbaclinksブログです。
The Incoming Links data is useful to know which blog posts have attracted attention or generated attention of other bloggers or webmasters, and if there is any ‘accidental’ copycat of your blog articles (those who copy and paste everything including embedded internal links blindly), as Incoming Links will list who is linking to your blog.着信リンクのデータが役に立つのブログの投稿を知って生成さが注目を集めたり、他のブロガーやウェブマスターに注意し、いかなる場合には'偶然'模倣のあなたのblogの記事(それらのwhoをコピーして貼り付けて内部リンクをやみくもに埋め込まれたすべてを含む) 、着信としてリンクが表示さwhoは、あなたのブログにリンクしています。 The reason WordPress development change from Technorati to Google Blog Search is unknown.変更の理由からWordPressの開発をGoogleにTechnoratiのブログ検索は不明です。 Probably because some has feel that the incoming links results provided by Technorati is inaccurate (incoming link that not actually happen and exist) or full of spam.おそらく、着信と思われるため、いくつかのリンクが提供されTechnoratiの結果が不正確に(実際に起こると着信のリンクが存在するいるわけではない) 、または完全にマークします。
If you prefer Technorati incoming links results as Google BlogSearch will return your own posts included in the list of sites linking to you if you link to your own posts from other posts, and make the information useless, and you don’t to go to Technorati homepage to get related information, you can set and change back to use Technorati search engine as your default incoming links provider by changing the following line of text in index-extra.php file located in wp-admin directory.必要に応じて着信Technoratiのリンクが検索結果として自分の記事のGoogle blogsearchが返さ含まれているサイトのリストからサイトにリンクして、独自のかどうかのリンクを他の記事を投稿し、その情報を無駄な、とTechnoratiの必要はありませんへの行き方をホームページに関連する情報については、設定を変更することができます。省略してTechnoratiの検索エンジンとして使用してデフォルトの着信リンクがプロバイダを変更して次の行のテキストのインデックスファイルに位置extra.phpのWP - adminのディレクトリにコピーします。
Open up /wp-admin/index-extra.php file in any text editor, and search for the following lines, normally locate in line 11 and 12 (lines wrapped for easier reading):オープンアップ/ wp-admin/index-extra.phpファイルはテキストエディタで、次の行を検索すると、通常の場所に沿って11と12 (行ラップを簡単に読む) :
$rss_feed = apply_filters( 'dashboard_incoming_links_feed', 'http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d& $ rss_feed = apply_filters ( ' dashboard_incoming_links_feed ' 、 ' http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d &
ie=utf-8&num=10&output=rss&partner=wordpress&q=link:' . つまり=のUTF - 8 & NUM件= 10 &出力=のRSS &パートナー= WordPressの& q =をリンク: ' 。 trailingslashit( get_option('home') ) ); trailingslashit ( get_option ( 'ホーム' ) ) ) ;
$more_link = apply_filters( 'dashboard_incoming_links_link', 'http://blogsearch.google.com/blogsearch?hl=en&scoring=d& $ more_link = apply_filters ( ' dashboard_incoming_links_link ' 、 ' http://blogsearch.google.com/blogsearch?hl=en&scoring=d &
partner=wordpress&q=link:' . パートナー= WordPressの& q =をリンク: ' 。 trailingslashit( get_option('home') ) ); trailingslashit ( get_option ( 'ホーム' ) ) ) ;
Replace the交換して
http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d& http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d &
ie=utf-8&num=10&output=rss&partner=wordpress&q=link: つまり=のUTF - 8 & NUM件= 10 &出力=のRSS &パートナー= WordPressの& q =をリンク:
andおよび
http://blogsearch.google.com/blogsearch?hl=en&scoring=d& http://blogsearch.google.com/blogsearch?hl=en&scoring=d &
partner=wordpress&q=link: パートナー= WordPressの& q =をリンク:
in the lines above to the following respectively:で、上には、次のそれぞれの行:
http://feeds.technorati.com/cosmos/rss/?url= http://feeds.technorati.com/cosmos/rss/?url =
http://www.technorati.com/search/ http://www.technorati.com/search/
Note that when you upgrade the WordPress core in future, you have to make this change again, unless the WordPress development team switch back to Technorati, or you make a backup copy of index-extra.php and avoid the changed version to be overwritten, or, recommended, to use a plugin toに注意してWordPressのコアにアップグレードするときに、将来的には、この変更を行う必要が再び、 WordPressの開発チームていない限り、スイッチを省略してTechnoratiのか、またはインデックスのバックアップコピーを作る- extra.phpとし、変更のバージョンを避けるために上書きされ、または、お勧めしますが、プラグインを使用するように replace with old Technorati置換後の旧Technoratiの instead.代わりに。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Technorati Incoming Links Plugin for WordPress Technoratiの着信リンク差込式のWordPress
- Add NoFollow Relationship to WordPress Blogroll to Increase PageRankカートのnofollowの関係をWordPressの日BlogrollのPageRankを向上させる
- How to Move WordPress Blog to New Domain or Location WordPressのブログに移動する方法を新しいドメインまたは場所
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter stattraq -W ordPressの差込式はサイトの統計情報およびトラフィックカウンタ
- Integrate WordPress including Comments with bbPress Forum using bbSync bbpress WordPressのフォーラムを含む統合を使用してコメントをbbsync
- Paginating or Split WordPress Post or Page with NextPage in WordPress Not Working paginatingまたは分割WordPressのページに投稿したりnextpageにWordPressが機能しない
- Free Download: WordPress 2.1 with Autosave and Tabbed Editor無料でダウンロード: WordPress 2.1と、自動保存やタブエディタ
- Search for Torrents with Googleごうごうと検索すると、 Google
- Integrate and Display Google AdSense for Search and Co-Op Custom Search Engine Results in WordPress Blog Page Template Google AdSenseの検索を統合し、ディスプレイと協同組合のカスタム検索エンジンの検索結果でのWordPress Blogページテンプレート
- Check Web Page Strength In Term of Search Engine Optimizationウェブページの強さを確認用語の検索エンジン最適化

































October 10th, 2007 14:42 2007年10月10日14:42
[...] Search is different from Technorati, with own blog posts may appear in result as shown in guide to replace Google Blog Search with Technorati in WordPress core. [...] Technoratiの検索とは異なる、自身のブログの投稿が表示される結果に示すようにガイドを置き換えるにはWordPress Googleブログ検索でTechnoratiのコアです。 This plug-in will replace Income Links feed from Technorati without modifying any source code, [...]このプラグインの所得に置き換えTechnoratiのリンクのフィードから、任意のソースコードを変更することなく、 [...]
October 21st, 2007 17:44 2007年10月21日17:44
[...] сами, тук е разковничето. [...] сами 、 тук е разковничетоです。 Надявам се да е било полезно. надявам се да е било полезноです。 Сподели с другите: [...] сподели с другите : [...]
October 26th, 2007 09:11 2007年10月26日09:11
Thanks for that, that helped changed the incoming link back as I was getting info on internal links rather than external.ありがとうそのためには、変更して受信するのに役立ったリンクを先頭として私は就学許可証の情報を外部ではなく内部リンクします。 Nice explaination.ニースについて説明します。 Cheers乾杯
November 17th, 2007 20:40 2007年11月17日20:40
[...] вариант е ръчно да редактирате index-extra.php в директорията wp-admin на вашия WP блог, но тогава [...] [...] вариант е ръчно да редактиратеインデックス- extra.php в директорията на вашия WPの管理者のWP - блог 、 но тогава [...]