hi,
How to disable draft?
note: my english bad, sorry.
hi,
How to disable draft?
note: my english bad, sorry.
Do you mean:
wordpress.org/extend/plugins/revision-control/
wordpress.org/extend/plugins/no-revisions/
?
is not revision.
draft. (wp-admin/edit.php?post_status=draft)
The draft is no longer a draft after you "publish".
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.
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.
@ 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
http://wordpress.org/extend/plugins/wp-feature-disable/
Disable Auto Save
This topic has been closed to new replies.