• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Contact
  • Archives
  • Search

WordPress Posts Revision

June 18, 2020 by Ulysses

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

Search The Website

Subscribe Via Email

Copyright © 2022