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 私のデジタルライフフォーラム .です。


4 Responses to “Replace Google Blog Search with Technorati for Incoming Links in Dashboard of WordPress” 4つの応答を" Googleブログ検索と置換Technoratiの着信のリンクをダッシュボードのWordPress "

  1. Technorati Incoming Links Plugin for WordPress » My Digital Life Technoratiの着信リンク差込式のWordPress »私のデジタルライフ
    October 10th, 2007 14:42 2007年10月10日14:42
    1

    [...] 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のリンクのフィードから、任意のソースコードを変更することなく、 [...]

  2. Google Blog Search vs Technorati Blog Search | velqn対Technoratiのブログ検索Googleブログ検索| velqn
    October 21st, 2007 17:44 2007年10月21日17:44
    2

    [...] сами, тук е разковничето. [...] сами 、 тук е разковничетоです。 Надявам се да е било полезно. надявам се да е било полезноです。 Сподели с другите: [...] сподели с другите : [...]

  3. Stephenスティーブン
    October 26th, 2007 09:11 2007年10月26日09:11
    3

    Thanks for that, that helped changed the incoming link back as I was getting info on internal links rather than external.ありがとうそのためには、変更して受信するのに役立ったリンクを先頭として私は就学許可証の情報を外部ではなく内部リンクします。 Nice explaination.ニースについて説明します。 Cheers乾杯

  4. optimiced | bg » Technorati & Google Blog Search в WordPress optimiced |背景» Technoratiのв & Googleブログ検索のWordPress
    November 17th, 2007 20:40 2007年11月17日20:40
    4

    [...] вариант е ръчно да редактирате index-extra.php в директорията wp-admin на вашия WP блог, но тогава [...] [...] вариант е ръчно да редактиратеインデックス- extra.php в директорията на вашия WPの管理者のWP - блог 、 но тогава [...]

Leave a Reply残して返信

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグを使用することができます: <aのhref=のtitle= <abbrのtitle= <blockquote cite=""> <cite> <acronymのtitle= <b>ダウンロードの<code> <デル日時= " " >の<em> <i>て<strike> <strong> <q cite="">

Subscribe without commenting登録なしのコメント


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article検索用語を受信するには

replace google name Googleの名前に置き換えます - - technorati incoming links Technoratiの着信リンク - - google blog Googleブログ - - replace google with my name 私の名前をGoogleに置き換える - - which is the google plugin search for the dashboard on wordpress これはGoogleのプラグインを検索しますWordPressのダッシュボードの上 - - replace the name of google の名前を交換してGoogleの - - replace my name instead of google googleの代りに私の名前に置き換えます - - wordpress incoming links default WordPressの着信リンクがデフォルト - - replace name with google Googleの名を置き換える - - y y - - it shows no Incoming Links in wordpress 2.5? 着信のリンクをWordPressのないことを示し2.5ですか? - - how to replace name in google Googleの名を置換する方法 - - replace google with your own name 自分の名前をGoogleに置き換える - - how can replace google with my name 私の名前はどうすればGoogleに置き換える - - replace google with name 名前をGoogleに置き換える - - wordpress change google blogs search to technorati Googleのブログ検索へのWordPress Technoratiの変更 - - REPLACE GOOGLE BY MY NAME Googleに私の名前に置き換えます - - 2.5 incoming links google blog 2.5着信リンクGoogleブログ - - 2.5 incoming links default 2.5着信リンクがデフォルト - - change yahoo blog log to technorati in wordpress 2.5 dashboard ヤフーのログを変更するTechnoratiのブログにWordPress 2.5のダッシュボード - - wordpress technorati google blog search 2.5 WordPressのTechnoratiのGoogleブログ検索2.5 - - no baclinks found in google search いいえGoogleの検索baclinksが見つかりました - - wordpress incoming links technorati WordPressの着信リンクTechnoratiの - - wordpress dashboard technorati incoming links WordPressのダッシュボードのTechnoratiの着信リンク - - change google to Technorati wordpress 2.5 TechnoratiのWordPressの2.5にGoogleを変更する - - how to replace wordpress search with google site search WordPressの交換の方法をGoogleで検索サイト内検索 - - wordpress replace google with technorati TechnoratiのWordPressのGoogleに置き換える - - wp incoming links plugin WPの着信リンク差込式 - - "incoming links" wordpress 2.5 google.com "着信リンク" WordPressの2.5 google.com - - incoming links wordpress google 着信リンクのWordPressのGoogle - - google blog search incoming links Googleブログ検索の着信リンク - - how to change wp 2.5 incoming link to technorati WPの2.5を変更する方法についてのリンクをTechnoratiの着信 - - how will i replace google with my name in google search どのようにしてGoogleに置き換えるで自分の名前をGoogle検索 - - default incoming links rss code in wordpress dashboard デフォルトの着信リンクのRSSのコードをWordPressのダッシュボード - - google search replace with my name Googleの検索置換後の私の名前 - - replace blog search with technorati Technoratiのブログ検索と置換 - - google входящие Googleのвходящие - - incoming links technorati wordpress TechnoratiのWordPressの着信リンク - - incoming links google 着信リンクのGoogle - - incoming links in wordpress to be in technorati WordPressの着信のリンクをされるのTechnoratiの - - wordpress dashboard widget queries Google Blog Search WordPressのダッシュボードのウィジェットGoogleブログ検索クエリ - - wordpress 2.5 technorati links in dashboard WordPressの2.5 Technoratiのリンクをダッシュボード - - technorati incoming links wordpress Technoratiの着信リンクのWordPress - - change wordpress incomming links to google WordPressのincommingリンクをGoogleに変更 - - google blog search wordpress Googleブログ検索のWordPress - - rapidshare google blog search rapidshare Googleブログ検索 - - use google for incoming links wordpress 着信のリンクを使用するGoogleのWordPress - - use technorati incoming links Technoratiの着信リンクを使用 - - replace google title Googleのタイトルに置き換えます - - replace my name with google 私の名前に置き換えますと、 Google - -