How to SEO Optimize WordPress 2.5 Blog Web Page Title Without Optimal Title Plugin 서구 어떻게 최적화하는 WordPress 블로그 5월 2일 웹 페이지 타이틀로 최적의 제목 플러그인없이
Each web pages on Internet will normally has a title that is displayed on the top of all web browsers, and become description or title for the tab on tabbed-browsing support browsers such as Firefox and IE7 or IE8, and also as descriptive text when the browser window is minimized to taskbar. 인터넷에 대한 것입니다 일반적으로 모든 웹 브라우저의 상단에 표시되는 제목이 각 웹 페이지 및 설명이나 제목 탭에있는 탭에 대한 설명이 텍스트로 된 - IE8 파이어 폭스와 IE7을하거나 같은 브라우징 지원 브라우저, 그리고 때 브라우저 창을 작업 표시줄로 최소화됩니다. The webpage title is also important for SEO, acronym for search engine optimization, which intends to promote and improve the ranking of the page and site on search engines. 웹페이지의 제목도 서구는 홍보와 검색 엔진에 사이트의 순위를 개선하겠다는 페이지와 검색 엔진 최적화, 약자에 대한 것이 중요합니다.
WordPress blogging system uses 시스템을 사용하는 WordPress 블로깅 wp_title() template tag wp_title () 태그 템플릿 to call and displays or returns the title of the page. 전화해서 표시하거나 반환하는 페이지의 제목입니다. Previously, wp_title function is straight forward, and without flexibility, where the separator is always displayed in front of the page title, making bloggers and webmasters unable to put post and page title in front of website name, which believed to be able to boost search engine ranking due to more unique and different titles instead of a standard website title. 이전 wp_title 기능을 블로거와 웹마 스터와 페이지 제목을 웹사이트 이름 앞에는 검색을 높일 수있을 것으로 추정없는 게시물을 만들기 정직이며, 유연성, 어디 세퍼레이터는 항상 페이지 제목의 전면에 표시됩니다 않고, 엔진 순위로 인해 더 많은 독특하고 다른 종이 대신 표준 웹사이트의 제목입니다.
As before WordPress v2.5, wp_title tag is pretty much static, a lot of users rely on 전에 WordPress에 V2.5, wp_title 태그를 꽤 많이 정적으로, 많은 사용자에 의존 Optimal Title plugin 최적의 타이틀 플러그인 to achieve the the optimization to move the post and page title to the front of blog or site title. 블로 그나 사이트 제목의 전면에 게시하고 페이지 제목을 이동하기 위해 최적화를 달성했다. However, there is no longer a need for any plug-in from WordPress version 2.5 onwards. 그러나, 거기에 더 이상 필요 - in을하는 WordPress 플러그 2.5 이후 버전에서.
WordPress 2.5 has added a separator location argument to built-in wp_title template tag that allows users to define whether the separator should be printed before or after the title of the page. WordPress에 내장하는 5월 2일 세퍼레이터 인자 위치를 추가했습니다 - 템플릿 wp_title에서 분리하기 전에 사용자가 여부 또는 페이지의 제목을 인쇄해야 후에 태그를 정의할 수있습니다. As such, bloggers who upgrade to WordPress 2.5 or new WordPress 2.5 installation can directly use the WordPress built-in wp_title function instead of additional plugin to optimize the blog pages title. 같은 블로거 누구 WordPress에 2.5 또는 새로운 5월 2일 WordPress에 추가 플러그인을 설치하는 대신 직접 블로그 페이지의 제목을 최적화하는 WordPress에 내장된 - wp_title 기능을 사용할 수있는 업그레이 드합니다.
Typically, most WordPress theme design will have the following line of code to display a page title: 일반적으로, 대부분의 테마를 디자인하는 WordPress 코드의 페이지 제목을 표시하려면 아래와 같은 줄을 추가해야한다 :
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
The code will print blog name first, followed by wp_title which firstly print a seperator, which by default is » (») symbol, and then continue with post title or page title. 이 코드는 이름을 처음으로 블로그는 첫째는 기본»(»)의 상징, 그리고 게시물 제목 또는 페이지 제목으로 계속되는 SEPERATOR, 인쇄 wp_title 순으로 출력합니다. To change the separator location to the right or behind the post title so that the sequence of blog title and post title can be changed, simply change the code to the following: 오른쪽에있는 구분 기호 위치를 변경하려면 또는 게시물 제목 뒤에 그 제목과 게시물 제목 블로그의 순서를 변경할 수있다는, 단순히 다음에 코드를 변경 :
<title><?php wp_title(' »', true, 'right'); ?> <?php bloginfo('name'); ?></title>
The values for first two parameters are default, which can be omitted, but some users reportedly that the WordPress will return 500 Internet Server Error when first 2 values are removed. 처음 두 매개 변수에 대한 가치는 생략할 수있습니다 기본적이지만, 일부 사용자는 그 때 처음으로 2 값을 제거하는 WordPress 500 인터넷 서버 오류를 반환합니다. Beside, some bloggers may want to beautify the title with space or change the separator, so it's recommended to type in the value want to use. 게다가, 일부 블로거 공간 제목을 미화하거나 구분 기호 변화, 그래서 그것은 가치의 유형에 추천하고 싶을 수도를 사용하고 싶습니다. Note the the last argument determine the location of the separator, which must have the value of 'right' for the separator to be appended after the post title. 는 마지막 인수는 구분자의 '구분 기호에 대한 게시물 제목 후 추가 될 권리'의 가치가 있어야합니다 위치를 결정합니다. Any other value will have the separator placed in front of (to the left of) the post title. 다른 모든 가치의) 왼쪽 게시물 제목 앞에 구분자 (을 배치해야합니다.
Usage and Parameters for wp_title() since WordPress 2.5 사용법과 매개 변수 wp_title하는 WordPress 2.5 () 이후
<?php wp_title('sep', echo, 'seplocation'); ?>
sep (string): Text to display before or after of the post title (ie the separator). 9 월 (문자열) : 텍스트의 앞 또는 게시물 제목의 후 (), 즉 구분 기호를 표시합니다. By default (if sep is blank) then the » (») symbol will be placed before or after (specified by the seplocation) the post title. 기본적으로 (9) 다음»(») 기호 이전이나 이후에 배치됩니다 (seplocation) 게시물 제목 지정된 비어있습니다.
echo (boolean): Echo the title (True) or return the title for use as a PHP string (False). (부울) : 에코의 제목 (True)로 또는 PHP를 사용하여 문자열로 (거짓)의 타이틀을 반환 반향. Valid values is either 1 (True) which is also default value and 0 (False). 유효한 값은 1 (True)로 기본값은 또있다 0 (거짓).
seplocation (string): Defines the location of where the sep string prints in relation to the title of the post. seplocation (문자열) : 정의의 위치를 어디에이 게시물의 제목과 관련하여 9 월 문자열을 출력합니다. For all values except 'right', the sep value is placed in front of (to the left of) the post title. '를 제외한 모든 값을 오른쪽', 9 월 가치 앞에서 (배치는 왼쪽)은 게시물의 제목입니다. If the value of seplocation is 'right' then the sep string will be appended after the post title. 만약 seplocation의 가치 '는 바로'그 후 9 월 문자열 게시물 제목됩니다.
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 원래 영어 문서 when in doubt. 의심 할 때.
Related Articles 관련 기사
- Make WordPress Blog More Secure Using Secret Key 확인 WordPress에 블로그를 사용하여보다 안전한 비밀키
- How to Fetch and Show RSS Feeds on WordPress Blog (Atom/RSS Aggregator Plugins) 어떻게입니다 (Atom / RSS 어그리게이터 플러그인) WordPress에 블로그에 RSS 피드 가져오기 및보기
- Media Buttons Disabler Plugin to Remove “Add Media” Icons in WordPress 2.5 미디어 버튼 Disabler 플러그인 "미디어 추가하는 WordPress 2.5"아이콘을 제거하는
- Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin 비활성화하는 WordPress 5월 2일 플래시 이미지 / 비디오 / 미디어 업로더 플러그인과 함께
- Notification Emails Not Send After Comment Approval in WordPress 2.5 and 2.5.1 알림 아니라 승인하는 WordPress 2.5 및 2.5.1에서 후 주석 이메일 보내기
- WordPress 2.5.1 Released for Download 2.5.1 WordPress에 출시된 다운로드
- WordPress 2.5 Released for Free Download WordPress에 5월 2일 무료 다운로드에 대한 출시
- Workaround to Override WordPress Shortcode and Display the [] Brackets Tags 해결 방법을 무시하는 WordPress 단축 및 표시하려면 [] 대괄호 태그
- PHP Fatal Error on Call to Add_Query_Var in Taxonomy.php After Upgrading to WordPress 2.5 RC2 PHP는 치명적인 오류가 전화에 Add_Query_Var에 Taxonomy.php에서하는 WordPress 5월 2일 RC2로 업그레 이드 후
- WordPress 2.5 RC2 Released for Download WordPress에 5월 2일 RC2 다운로드에 대한 출시
May 24th, 2009 22:42 5 월, 24 2009년 22:42
Прикольный блог. Прикольный блог. Надо будет в ридер занести Надо будет в ридер занести
здесь видел ет здесь видел ет gamebulletin.ru gamebulletin.ru
February 1st, 2009 06:25 2009년 2월 1일 06:25
Привет, статья интересная и я тоже процитирую у себя в блоге Привет, статья интересная и я тоже процитирую у себя в блоге
January 28th, 2009 13:45 1 월, 28 2009년 13:45
Thanks for this tip, I found it very helpful. 이 팁을 주셔서 감사합니다, 나는 그것을 매우 도움이 발견합니다.
December 16th, 2008 12:25 12 월 16 일 2008년 12:25
Hi, 안녕,
I recently uninstalled ALL in One SEO pack, and found your site. 최근 서구 팩을 한, 모든 제거하고 귀하의 사이트를 발견했다. Thanks for the tips! 도움말을 주셔서 감사합니다!
October 23rd, 2008 09:56 2008년 10월 23일 09:56
I'ma new commer on wordpress, I still confused on how to make my home page title like this: 워드에 저는 새로운 commer, 난 아직도 어떻게 이렇게 내 홈 페이지 제목을 만드는 방법에 대한 착각 :
automatically! 자동으로!
LaptopGarden.Net - Notebook, Laptop, UMPC, Tablet PC, Peripheral Latest News. LaptopGarden.Net - 노트북, 노트북, Q1과 비슷한 가격대를, 태블릿 PC, 주변 최신 뉴스. and Reviews 및 리뷰
What should code I entered on blog? 블로그에 입력된 코드는 무엇을해야합니까?
thanks! 감사합니다!
May 6th, 2008 19:17 2008년 5월 6일 19:17
I use the all in one seo add on to seo optimize wordpress. 내가 다 한 서구에서 서구에 추가하는 WordPress 최적화를 사용합니다.
http://wordpress.org/extend/plugins/all-in-one-seo-pack/ http://wordpress.org/extend/plugins/all-in-one-seo-pack/
April 5th, 2008 02:05 4 월, 5 2008년 02:05
[...] reading How to SEO Optimize WordPress 2.5 Blog Web Page Title Without Optimal Title Plugin at Tip and [...] [...] 독서 서구 어떻게 최적화하는 WordPress 5월 2일 블로그 웹 페이지 타이틀로 최적의 제목 플러그인없이 팁 및 [...]
March 30th, 2008 18:31 3 월, 30 2008년 18:31
[...] How to SEO Optimize WordPress 2.5 Blog Web Page Title Without Optimal Title Plugin. [...] 어떻게 최적화하는 WordPress 서구 5월 2일 블로그 웹 페이지 제목 최적의 타이틀 플러그인없이. [...] [...]