• It has been asked many times in forum
    How to Turn off the automatic draft system ?

    as we can set the POST REVISIONS & Auto Save Intervals in config file

    as i dnt want to save draft of each post/page in database
    If there is any such option to disable auto draft system ?

    I tried this in wp-admin \ includes \ post . php file
    $create_in_db = false;

    But its giving Error when i click publish on page/post
    “You are not allowed to edit this post.”

    ANy other option/hack to turn off Draft System ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter PuNK DeSi

    (@ades_ting)

    When we use this
    define('WP_POST_REVISIONS', false);
    in wp-config it stops revisions

    Is there any way to stop auto drafts ?
    which are saved as
    post_title=Auto Draft
    &
    post_status=auto-draft

    Thread Starter PuNK DeSi

    (@ades_ting)

    any one knows the function to turn off AUTODRAFT ?

    its useful for those use wordpress for blogs but those use it as websites its useless & results in unnecessary database entries !!!

    there should be setting in Admin Panel to turn off revisions/autosave/drafts

    revisions & autosaves can be controlled by wpconfig but drafts still there & there is no function/hack to turn off this

    there lots of requests on forum from users but still problem unsolved ??

    Thread Starter PuNK DeSi

    (@ades_ting)

    @esmi : i already turn off the revisions in wp-config
    problem is with posts in my database table with post_title=Auto Draft & status=auto-draft

    the plugin applicable on Auto Drafts ?

    there should be setting in Admin Panel to turn off revisions/autosave/drafts

    Agreed. It should be up to the user, whether they want this or not.

    Esmi could u please check the plugin. It is clearly compatible up-to 3.0.5

    Any possible way?

    Pete if this was ur facebook status i must would have given a like :p

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[How-To] Disable/Turn off Auto Drafts?’ is closed to new replies.