Replace Google Blog Search with Technorati for Incoming Links in Dashboard of WordPress 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에서 대시보드 아래에서 들어오는 링크가 통계를 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. 그러나,이 명백한 구글 블로그 검색을 구매 목록에 들어오는 링크를 사용할 때, 그 결과 자신의 최신 블로그 게시물에서 데이터를 보여줍니다 프런트 인덱스 페이지로 들어오는 링크가되는 대신에 실제 외부 수신을 블로그를 참조 다른 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. 들어오는 링크가 블로그 게시물 데이터가 유용하게 알 수있게합니다 다른 블로거가 주목을 주목하거나 또는 웹마 스터를 생성, 그리고있다면 어떤 '실수로'모방의 블로그에 기사 (그 누구 복사 및 붙여넣기 포함된 모든 내부 링크 눈 멀게 포함), 목록으로 들어오는 링크는 사람이 귀하의 블로그로 연결합니다. The reason WordPress development change from Technorati to Google Blog Search is unknown. Technorati의 변화에서 그 이유를 wordpress 개발 구글 블로그 검색은 알 수없는합니다. 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의 들어오는 링크 결과를 원하는 경우 자신의 게시물을 구글 블로그를 반환하는 사이트 목록에 포함되어로 연결되는 링크로 연결하면 자신의 게시물을 다른 게시물을하고 쓸모있는 정보, 그리고 Technorati의 안에 갈 홈페이지에 관련 정보를 설정할 수있습니다 Technorati의 검색 엔진을 사용하고 변경을 기본으로 들어오는 링크가 제공 업체를 변경하여 다음과 같은 라인의 텍스트 파일을 색인 - extra.php 백린 - 관리 디렉토리 위치합니다.

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 & 질문 = 링크 : '. 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 & 질문 = 링크 : '. 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 & 질문 = 링크 :

and

http://blogsearch.google.com/blogsearch?hl=en&scoring=d& http://blogsearch.google.com/blogsearch?hl=en&scoring=d &
partner=wordpress&q=link: 파트너 = wordpress & 질문 = 링크 :

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 : You're reading a machine translated page which is provided "as is" without warranty. 중요 사항 : 당신은 기계 번역 페이지를 읽고이 제공없이 "있는 그대로"품질 보증합니다. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. 인간의 번역과는 달리, 기계 번역을 이해하지 않습니다 문법, 의미론, 문법, 숙어의 천연 언어, 그래서 종종 부정 확한과 낮은 품질 텍스트를 생산하고 이해할 수없는 오해가있습니다. Thus, please refer to 따라서를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.

MDL blog postings now continue at 지금 분계선 블로그 게시물에 계속 Tip and Trick 팁 및 트릭을 , and readers are welcome to join , 그리고 독자들은 조인에 오신 것을 환영합니다 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.


4 Responses to “Replace Google Blog Search with Technorati for Incoming Links in Dashboard of WordPress” 4 개의 응답을 "구글 블로그 검색을 대체할 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의 검색이 다르다 [...]으로 자신의 블로그 게시물에 표시된 바와 같이 결과가 나타날 수있습니다 구글 블로그 검색과 Technorati의이 안내서를 교체 wordpress 핵심합니다. 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 구글 블로그 검색 vs Technorati의 블로그 검색 | 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 | bg»Technorati의 & 구글 블로그 검색 в wordpress
    November 17th, 2007 20:40 2007년 11월 17일 20:40
    4

    [...] вариант е ръчно да редактирате index-extra.php в директорията wp-admin на вашия WP блог, но тогава [...] [...] extra.php вариант е ръчно да редактирате 인덱스 - на вашия в директорията 백린 백린 - 관리 блог, но тогава [...]

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=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일



Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

which is the google plugin search for the dashboard on wordpress 대시보드에있는 구글 플러그인을 검색합니다에 wordpress - - 2.5 incoming links google blog 2.5 들어오는 링크가 구글 블로그 - - 2.5 incoming links default 2.5 들어오는 링크가 기본 - - change yahoo blog log to technorati in wordpress 2.5 dashboard 야후 블로그에 로그를 변경 Technorati의 2.5 대시보드에 wordpress - - wordpress technorati google blog search 2.5 wordpress Technorati의 구글 블로그 검색 2.5 - - no baclinks found in google search 구글 검색에서 발견 baclinks 아니오 - - wordpress incoming links technorati wordpress 들어오는 링크 Technorati의 - - wordpress dashboard technorati incoming links Technorati의 대시보드에 들어오는 링크 wordpress - - change google to Technorati wordpress 2.5 구글로 변경 Technorati의 wordpress 2.5 - - how to replace wordpress search with google site search 구글 사이트 검색을 바꾸기로 검색하는 방법을 wordpress - - wordpress replace google with technorati 구글로 교체 Technorati의 wordpress - - wp incoming links plugin 들어오는 링크가 플러그 접속식 백린 - - "incoming links" wordpress 2.5 google.com "들어오는 링크"wordpress 2.5 google.com - - incoming links wordpress google 들어오는 링크 wordpress 구글 - - google blog search incoming links 구글 블로그 검색에 들어오는 링크 - - how to change wp 2.5 incoming link to technorati 2.5 들어오는 링크를 변경하는 방법 Technorati의 백린 - - how will i replace google with my name in google search 구글과 나는 내 이름을 교체하는 방법은 구글 검색 - - default incoming links rss code in wordpress dashboard 대시보드에 들어오는 링크 rss 코드를 기본 wordpress - - google search replace with my name 내 이름을 구글 검색으로 교체 - - replace blog search with technorati Technorati의 블로그 검색을 바꿉니다 - - technorati incoming links Technorati의 들어오는 링크 - - google blog 구글 블로그 - - google входящие 구글 входящие - - incoming links technorati wordpress 들어오는 링크가 Technorati의 wordpress - - incoming links google 들어오는 링크가 구글 - - incoming links in wordpress to be in technorati Technorati의가로 들어오는 링크를 wordpress - - wordpress dashboard widget queries Google Blog Search 구글 블로그 검색에 검색어를 wordpress 대시보드 위젯 - - wordpress 2.5 technorati links in dashboard 2.5 Technorati의 링크를 대시보드에 wordpress - - technorati incoming links wordpress Technorati의 들어오는 링크 wordpress - - change wordpress incomming links to google 구글 wordpress 수신 링크를 변경 - - google blog search wordpress 구글 블로그 검색 wordpress - - rapidshare google blog search rapidshare 구글 블로그 검색 - - use google for incoming links wordpress 들어오는 링크에 대한 구글을 사용 wordpress - - use technorati incoming links Technorati의 들어오는 링크를 사용 - - replace google title 구글 제목 바꾸기 - - replace my name with google 내 이름을 바꿉니다 구글 - -