Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or Above 개정 추적을 해제하고 게시물을 해제 wordpress 2.6 또는 이상
Another new feature in WordPress blog publishing system added since 또 다른 새로운 기능을 블로그에 게시 시스템 추가 이후 wordpress WordPress version 2.6 wordpress 버전 2.6 is post revisions tracking similar to version control system, which provides Wiki-like style tracking of edits been made onto the posts or pages. 이 게시물 개정 현황 유사하게 버전 제어 시스템, 위키 - 같은 스타일을 제공하는 편집을 추적 방면으로 게시물 또는 페이지가 만들어합니다. Post revisions tracking allows bloggers and authors to view who, on when, made what changes to any post or page, with ability to compare for differences between each saved versions, or revert back to older version. 포스트 개정 현황과 저자를 볼 수 블로거 누구를 언제, 어떤 변경 사항을 만들어 모든 페이지를 게시하거나, 각각의 저장된 버전 간의 차이점에 대한 능력을 비교하거나 이전 버전으로 다시 돌아갑니다. 
Each version of post revisions is stored in WordPress database in wp_posts table. wordpress에 저장된 각 버전의 데이터베이스에 게시할 wp_posts 테이블을 수정합니다. Over time, the database may grows bigger and becomes bloated especially when user prefer to click on “Save” button while writing a post or page (contrary to popular belief, auto-save feature in WordPress does not actually trigger or create a new revision version, unless specifically configure). 시간의 경과, 데이터베이스가 점점 더 크고 사용자가 선호 비대한 특히 광고를 클릭할 때 "저장"버튼을 게시하거나 작성하는 동안 페이지 (반대로 인기있는 신앙, 자동 - 저장 기능을 wordpress 사실은 트리거하거나 새 수정되지 않습니다 버전 하지 않는 한 구체적으로 구성). Increasing size of database will surely putting more strains to busy web server, and may slow down post retrieval and web page serving. 퍼팅 향상 크기의 데이터베이스는 반드시 더 많은 변형을 웹 서버에 바쁜, 그리고 웹 페이지를 검색하고 검색 속도가 저하될 수있습니다 게시합니다. Beside, WordPress database backups will take longer time and bigger bandwidth to be downloaded. 옆에, wordpress 데이터베이스 백업은 시간이 더 걸릴 시간과 더 큰 대역폭을 다운로드합니다.
For WordPress 2.6 or newer version users who feel that post revisions feature is not useful and suffice with AutoSave feature built-in in WordPress editor, post revisions tracking and keeping feature can be disabled and turned off. wordpress 2.6 또는 새로운 버전을 느끼는 사용자가 해당 게시물을 수정 기능은 자동 저장 기능을 유용하고 충분 -에서 wordpress 편집기를 구축, 게시 및 개정 현황을 유지하는 기능을 해제 비활성화할 수있습니다.
WordPress provides constant WP_POST_REVISIONS that can be used in wp-config.php configuration file or plugin to set the status state for post revisions feature. wordpress를 제공하는 데 사용할 수있는 상수 wp_post_revisions - config.php 설정 파일이나 플러그 접속식 백린 상태를 설정하는 기능을 개정 상태를 게시합니다. To turn off and disable automatic post revisions all versions saving feature in WordPress 2.6 or later version, simply add the following line of code to wp-config.php file located in the root or home directory of WordPress blog. 개정 및 해제 기능을 해제의 모든 버전을 저장 기능에 자동으로 게시 wordpress 2.6 또는 이후 버전의 코드에 다음 줄을 추가하기만하면됩니다 백린 - config.php 파일의 루트 또는 홈 디렉토리에 wordpress 블로그합니다.
define(’WP_POST_REVISIONS’, false); 정의 ( 'wp_post_revisions', 허위);
Once set, WordPress does not attempt to save or store any revisions, except the one AutoSave per post. 한 번 설정을 저장하거나 저장하지 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 관련 기사
- How to Delete Existing WordPress Post Revisions Stored/Saved 기존의 wordpress 게시물을 삭제하는 방법 개정에 저장 / 저장된
- How To Store Every Post Revisions on Each Auto-Save in WordPress with Limit on Versions Count 각각의 모든 게시물을 저장하는 방법 자동 - 저장 위치를 수정과 제한이 버전을 계산 wordpress
- WordPress 2.6 with Change Revision Tracking Feature Available for Free Download wordpress 2.6을 무료로 다운로드 변경에 대한 수정 추적 기능을 사용할 수있습니다
- Paginating or Split WordPress Post or Page with NextPage in WordPress Not Working 페이지에 게시하거나 nextpage paginating 또는 분할 wordpress wordpress에서 작동하지 않습니다
- How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page wordpress의 주파수 또는 간격을 변경하는 방법에 게시물을 게시하거나 페이지를 자동 저장, 편집
- Adding Extra More Fields to WordPress Write/Edit Post/Page Right Column 여분의 다른 필드를 추가할 wordpress 쓰기 / 게시물 수정 / 페이지 오른쪽 열에
- Disable Auto Go To (Jump) To Read More Tag 해제 자동으로 이동 (점프)을 읽고 더 많은 태그
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable 밖으로 가서 루프 wordpress 게시물 번호를 검색 환경 변수 변수
- Disable WordPress 2.3 Core and Plugins Update Check and Notification wordpress 2.3 코어 및 플러그 접속을 해제 업데이트 검사 및 통지
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin 전세 마차 : 디스플레이 구글 분석 및 통계를보고 사이트를 관리 feedburner

































July 22nd, 2008 03:48 2008년 7월 22일 03:48
[...] users who had disabled or turned off post revisions tracking or versions history feature in WordPress (added since WordPress 2.6), it is also made sense to delete and remove all existing [...] [...] 사용자의 게시물이 해제되어 사용하지 않거나 수정 버전을 기록 기능을 추적하거나 wordpress (등록일부터 wordpress 2.6), 또한 기존의 이치를 모두 제거를 삭제하고 [...]
July 23rd, 2008 04:24 2008년 7월 23일 04:24
[...] 資料來源:Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or AboveHow to Delete Existing WordPress Post Revisions Stored/Saved Ctrl-z [↩]Post Revision 資料是寫入 wp_posts 資料表 [↩] [...] [...]资料来源: 개정 추적을 해제하고 게시물을 해제 wordpress 2.6 또는 기존의 wordpress 게시물을 삭제 abovehow 개정에 저장 / 저장된 ctrl - z [↩] 게시물 수정 wp_posts资料是写入资料表[↩] [.. 합니다.]
July 24th, 2008 01:32 2008년 7월 24일 01:32
Excellent! 멋지다! Thanks for writing this useful guide 이 유용한 안내서 작성 주셔서 감사합니다
August 3rd, 2008 02:53 2008년 8월 3일 02:53
Just to let you know I have included the ability to turn off (and back on!) post revisions in WordPress with my WP-CMS Post Control plugin over at 그냥 당신도 알다시피 난을 해제할 수있는 기능이 포함되어있습니다 (그리고 다시 시작!) 포스트 개정 wordpress 플러그 접속을 통제 국의 내 백린 - cms 게시물
It also allows you to disable the Flash upload and hide every aspect of the write post/page areas in WordPress. 또한 업로드 및 숨기기를 사용하면 플래시의 모든 측면을 해제하는 게시물의 쓰기 / 페이지 지역에 wordpress합니다.
August 10th, 2008 17:06 2008년 8월 10일 17:06
[...] נוספת: Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or Above Revision Management - בקודקס של וורדפרס //OBSTART:do_NOT_remove_this_comment var [...] [...] נוספת : 개정 추적을 해제하고 게시물을 해제 wordpress 2.6 또는 위의 수정 관리 - בקודקס של וורדפרס / / obstart : do_not_remove_this_comment 변수 [...]
August 15th, 2008 22:17 2008년 8월 15일 22:17
Great tip. 좋은 팁. Thank you! 감사합니다!