{"id":1121,"date":"2016-01-12T10:41:21","date_gmt":"2016-01-12T07:41:21","guid":{"rendered":"https:\/\/sobbayi.com\/?p=1121"},"modified":"2016-01-12T10:41:21","modified_gmt":"2016-01-12T07:41:21","slug":"how-to-disable-multiple-wordpress-post-revisions","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/","title":{"rendered":"How to Disable Multiple WordPress Post Revisions"},"content":{"rendered":"

Many people may have been grappling with a feature in WordPress<\/a> which makes it save several post revisions every time the writer updates a post.<\/p>\n

WordPress is a great piece of web-based software for bloggers and online publishers in general.<\/p>\n

Why WordPress Post Revisions?<\/h2>\n

This is a feature built into WordPress by default that allows the writer to automatically leave a paper trail of back-ups for each post.<\/p>\n

These revisions are actually full posts created every time the update button is pressed in the post editor. The reason for this is that it allows the publisher to roll back any article to any previous version.<\/p>\n

These WordPress post revisions do not necessarily affect the experience of the website visitors so generally if you do not need them there is no reason to keep them around.<\/p>\n

The main problem with the post revisions is that they can really make your WordPress post table grow to really large size.<\/p>\n

Let’s say you have thousands of articles running on WordPress, depending on how you edit your articles you can have an average of two to three revisions per post and that can triple, quadruple the size or more of your WordPress MySQL<\/a> database post table.<\/p>\n

To keep your table clean and lean there is a way to disable WordPress post revisions.<\/p>\n

All you need to do is:<\/p>\n

    \n
  1. Ask your developer to access the WordPress installation via several methods including ssh, sftp, FTP, CPanel file manager or whichever method your hosting server supports.<\/li>\n
  2. With a text editor open the file wp-config.php which can be found in the root directory of the installation.<\/li>\n
  3. Insert the following line somewhere in the file. Preferably after other configuration directives.
    \ndefine(‘WP_POST_REVISIONS’, false );<\/strong><\/li>\n<\/ol>\n

    That’s it. Your WordPress installation will no longer create the multiple post revisions every time you make a post update.<\/p>\n

    \"Multiple<\/a>
    A sample of Multiple WordPress Post Revisions in the Admin Area<\/figcaption><\/figure>\n

    To get rid of previous WordPress post revisions you will have to go in an remove them manually from within a MySQL client or preferably using a plugin. Bulk Delete<\/a> is a great plugin to manage and clean your posts table.<\/p>\n","protected":false},"excerpt":{"rendered":"

    Many people may have been grappling with a feature in WordPress which makes it save several post revisions every time the writer updates a post. WordPress is a great piece…<\/p>\n","protected":false},"author":1,"featured_media":2505,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,16],"tags":[101,393,452,591,651],"yoast_head":"\nHow can I Disable Multiple WordPress Post Revisions<\/title>\n<meta name=\"description\" content=\"Here you will be shown how to disable and stop WordPress from creating multiple post revisions every time you make an update to a post\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How can I Disable Multiple WordPress Post Revisions\" \/>\n<meta property=\"og:description\" content=\"Here you will be shown how to disable and stop WordPress from creating multiple post revisions every time you make an update to a post\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-12T07:41:21+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to Disable Multiple WordPress Post Revisions\",\"datePublished\":\"2016-01-12T07:41:21+00:00\",\"dateModified\":\"2016-01-12T07:41:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\"},\"wordCount\":375,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg\",\"keywords\":[\"Blogging\",\"MySQL\",\"PHP\",\"Tools\",\"WordPress\"],\"articleSection\":[\"Articles\",\"Guides\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\",\"url\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\",\"name\":\"How can I Disable Multiple WordPress Post Revisions\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg\",\"datePublished\":\"2016-01-12T07:41:21+00:00\",\"dateModified\":\"2016-01-12T07:41:21+00:00\",\"description\":\"Here you will be shown how to disable and stop WordPress from creating multiple post revisions every time you make an update to a post\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg\",\"width\":1200,\"height\":630,\"caption\":\"WordPress Post Revisions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Disable Multiple WordPress Post Revisions\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How can I Disable Multiple WordPress Post Revisions","description":"Here you will be shown how to disable and stop WordPress from creating multiple post revisions every time you make an update to a post","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/","og_locale":"en_US","og_type":"article","og_title":"How can I Disable Multiple WordPress Post Revisions","og_description":"Here you will be shown how to disable and stop WordPress from creating multiple post revisions every time you make an update to a post","og_url":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2016-01-12T07:41:21+00:00","og_image":[{"width":1200,"height":630,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to Disable Multiple WordPress Post Revisions","datePublished":"2016-01-12T07:41:21+00:00","dateModified":"2016-01-12T07:41:21+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/"},"wordCount":375,"commentCount":0,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg","keywords":["Blogging","MySQL","PHP","Tools","WordPress"],"articleSection":["Articles","Guides","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/","url":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/","name":"How can I Disable Multiple WordPress Post Revisions","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg","datePublished":"2016-01-12T07:41:21+00:00","dateModified":"2016-01-12T07:41:21+00:00","description":"Here you will be shown how to disable and stop WordPress from creating multiple post revisions every time you make an update to a post","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2016\/01\/WordPress-Post-Revisions-1.jpg","width":1200,"height":630,"caption":"WordPress Post Revisions"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/how-to-disable-multiple-wordpress-post-revisions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to Disable Multiple WordPress Post Revisions"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/1121"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=1121"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/1121\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/2505"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=1121"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=1121"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=1121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}