Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/WP/WordPress Posts Revision

June 18, 2020

WordPress Posts Revision

How to turn on post revisions in WordPress. Edit wp-config.php.

/** WordPress Revisions */
define('WP_POST_REVISIONS', false);

/** WordPress Revisions */ define('WP_POST_REVISIONS', false);

Change to:

/** WordPress Revisions */
define('WP_POST_REVISIONS', 10);

/** WordPress Revisions */ define('WP_POST_REVISIONS', 10);

10 is the number of revisions you want to keep.

Filed Under: WP Tagged With: keep, number of posts, post, revisions

Have content delivered to your mail. Subscribe below.

About Me

I'm Ulysses, Cloud Engineer at Cardinal Health based in Columbus. This blog is about Linux and Cloud technology. When off the grid, I enjoy riding my electric skateboard. I've surfed, snowboarded and played the saxophone in the past. I hope you find this website helpful. It's powered by WordPress and hosted on AWS LightSail.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021