Disable Auto Go To (Jump) To Read More Tag 해제 자동으로 이동 (점프)을 읽고 더 많은 태그
In Wordpress, it’s possible to a WordPress blog site to display post excerpts on the front or home page, and the visitors have to click on the title or a link to continue reading your post or article. 이 wordpress, 그건 wordpress 블로그 사이트를 표시할 수있습니다 게시물을 전면에 인용문 또는 홈 페이지를, 그리고 방문자가의 제목을 클릭하거나 또는 기사에 대한 링크를 계속 귀하의 게시물을 읽는합니다.
One way of achieving this technique is by using the quicktag called “more”. 을 얻기위한 한 방법을 사용하여 quicktag 불리는이 기술은 "자세히"합니다. The quicktag “more” is inserted into the post at the desired break-off (or cut-off) point so that everything above it become an excerpted content of the post and everything below it will only be readable when the visitors click on the title or a link to view the whole post. the quicktag "자세히"를 삽입 포스트를 원하는 휴식 시간 - 오프 (또는 컷 - 끄기) 그렇다면 위의이 된 모든 것을 발췌 아래 모든 콘텐츠를 게시하고 읽을 수있는 경우에만 방문 때 제목을 클릭하십시오 아니면 전체 게시물에 대한 링크를 참조하십시오.
The quicktag “more” is implemented by inserting the following line of code into the post: the quicktag "자세히"를 구현하여 다음과 같은 줄의 코드를 삽입하여 게시물 :
However, by default, when a visitor click on the Read More link, the web page loads and then automatically forwards or jumps to the spot where the 그러나, 기본적으로 방문자가 더 많은 내용보기 링크를 클릭하면, 웹 페이지가로드하고 다음을 눌러 해당 지점에 자동으로 전달하거나 점프 tag is set in the post. 태그는 게시물에서 설정합니다. If you do not want this kind of positioning, you can change the default function of how this works by editing the following line in wp-includes/template-functions-post.php: 이런 종류의 포지셔닝하지 않으려면, 당신의 기본 기능을하는 방법을 변경할 수있습니다이 작품을 편집하여 다음과 같은 줄을 wp-includes/template-functions-post.php :
$output .= ‘ <a href="’. get_permalink() . "#more-$id\">$more_link_text</a>"; $ 출력 .= '<a href="'. get_permalink()합니다. "#more-$id\"> $ more_link_text </> ";
to 으로
$output .= ‘ <a href="’. get_permalink() ."\">$more_link_text</a>"; $ 출력 .= '<a href="'. get_permalink() ."\"> $ more_link_text </> ";
or 또는
$output .= ‘ <a href="’. get_permalink() ."”>$more_link_text</a>’; $ 출력 .= '<a href="'. get_permalink() .""> $ more_link_text </> ";
After the change, the Read More link will load the blog post and stop at the top of page instead of position where the quicktag “more” were. 이후의 변화를 읽고 더 많은 링크가 블로그 게시물을로드 및 중지 대신 페이지의 맨 위에 위치 quicktag 어디에 "자세히"가있습니다.
NOTE: When upgrading WordPress, this file will be replaced so make a note of the change so you can change it again after upgrading. 참고 사항 : wordpress 업그레이 드하는 경우,이 파일을 기록해로 대체됩니다 그래서 변화를 업그레이드한 후에 다시 변경할 수 있도록합니다.
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 관련 기사
- Download Music Files Tag Editor Tag&Rename 3.5 Beta 5 이름을 바꿀 태그 및 태그를 에디터를 다운로드 음악 파일을 3.5 베타 버전 5
- How to Add Jump Links in the Email 점프의 링크를 추가하는 방법의 이메일
- Recommended Tags for Auto Suggest Best Tags in WordPress 추천 태그를 제안 최고의 태그를 자동 wordpress
- A Talking Pen to Inculcate the Reading Habit Among Children 독서 습관을 사이 펜 말하는 아이를 고취
- Tag Managing Thing Plugin for WordPress 2.3 or Above 태그를 관리하기위한 것 플러그 접속식 wordpress 2.3 이상
- Windows Vista CD/DVD Optical Drive Auto Eject or Open Feature windows 비스타 cd / dvd 광학 드라이브 자동 추출 또는 열기 기능을
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IP 다운로드 속도를 향상을 해제 비스타 자동 조정에서 다중 스레드 tcp / ip
- TAG Heuer Mobile Phone 태그를 휴대 전화 heuer
- Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins 2.3 고급 태그를 관리하는 항목과 태그를 wordpress 태그를 클릭하십시오 플러그인
- Disable FireFox Tabbed Browsing Scroll Arrows and Scrolling Tabs Feature 스크롤 화살표와 스크롤을 해제 탭 기능을 firefox 탭 브라우징

































July 12th, 2006 20:23 2006년 7월 12일 20:23
thanks for the hack code.. 해킹 코드를 주셔서 감사합니다 .. i will implement to my site… i use joomla at this time….. 나는 내 사이트에서 구현은 현재로서는 joomla를 사용…… .. want to tray wordpress 트레이를 wordpress
May 26th, 2008 19:42 2008년 5월 26일 19시 42분
Thank you for this cool tip! 이 멋진 팁 주셔서 감사합니다! In Word Press 2.5 the file you have to edit is wp-includes/post-template.php, but the code is still the same… 워드 프레스 2.5에서이 파일을 편집해야 할 wp-includes/post-template.php,하지만이 코드는 여전히 같은…
Werner 베르너
June 30th, 2008 02:40 2008년 6월 30일 02:40
[...] http://www.mydigitallife.info/2005/11/16/disable-auto-go-to-jump-to-read-more-tag/ [...]