Viewing 10 replies - 1 through 10 (of 10 total)
  • Do you mean:
    www.ads-software.com/extend/plugins/revision-control/
    www.ads-software.com/extend/plugins/no-revisions/
    ?

    Thread Starter vezir

    (@vezir)

    is not revision.

    draft. (wp-admin/edit.php?post_status=draft)

    The draft is no longer a draft after you “publish”.

    Thread Starter vezir

    (@vezir)

    yes but how to never run draft system? i find.

    note: my english bad, sorry

    You don’t have to “save”, you can “publish” immediately. I never heard the first option being taken out off WP.

    Thread Starter vezir

    (@vezir)

    Nevertheless, thank you

    @ vezir…
    I hope this helps:

    To increase time between automatic saving as draft, open wp-config.php.
    Add this line:
    define('AUTOSAVE_INTERVAL', 300 ); // seconds
    This will autosave only after every 300 seconds (5 minutes) instead of default 60 seconds.

    Thread Starter vezir

    (@vezir)

    @ ousep
    I’ve tried this method. But I do not get results. So as to save a draft in progress.

    to clarify… a draft is a form of a revision even in regards to a post before its published. an easy way around this is to put WP_POST_REVISIONS to ‘false’ in your wp-config file

    define(’WP_POST_REVISIONS’, false);

    or

    define(‘WP_POST_REVISIONS’, ‘false’);

    that will disable revisions, just make sure to save as draft if youre not finished with post and do not want to publish it… hope this helps

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to disable draft?’ is closed to new replies.