Revisions deos not work on the new update of wordpress 2018 ( WordPress 4.9.5.) .Went to Screen Options but does not appear

admin2025-01-07  4

iaccidentally deleted some of my content then published it. Now my layout is all messed up . but cant find the revisions option on new update ( WordPress 4.9.5.)

iaccidentally deleted some of my content then published it. Now my layout is all messed up . but cant find the revisions option on new update ( WordPress 4.9.5.)

Share Improve this question edited Apr 22, 2018 at 16:17 fuxia 107k38 gold badges255 silver badges459 bronze badges asked Apr 22, 2018 at 15:39 Taffy BwakuraTaffy Bwakura 111 silver badge2 bronze badges 1
  • Can you share more information? Have you check revisions in db? How did you publish content that it endup in deletion of revisions? This actions (publishing post) usually not ends as revision delete (only in case if you had a limited number of them). – Oleg Butuzov Commented Apr 22, 2018 at 18:07
Add a comment  | 

1 Answer 1

Reset to default 0

I think that revisions are disabled by default in the latest WP (but can't guarantee that).

I do know that if you want to enable revisions, then change an value in the wp-config.php file:

define( 'WP_POST_REVISIONS', 3 );

That will save the last 3 revisions. Turn if off with a value of 0 or false. Save unlimited revisions with a value of -1. See https://codex.wordpress.org/Revisions

Once revisions are enabled, you should be able to show revisions with the 'Screen' options on the post/page editor screen.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736262344a811.html

最新回复(0)