Plugin info

Total downloads: 1,701
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/29/2024 (367 days ago)
Added to WordPress: 1/29/2016 (9 years old)
Minimum WordPress version: 4.4.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 367 days ago

26/100

Is Organize Drafts abandoned?

Possibly abandoned (last update 367 days ago).

Compatibility

Requires WordPress: 4.4.0
Tested up to: 6.7.4
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Oasis Workflow
Rating 4.8/5 (51 reviews)Active installs 700

Description

Organize WordPress Drafts with “Draft Types.” Think of draft types as folders for sorting your drafts. Use the default types or add your own custom draft types.

Features:

  • Assign “Draft Types” to your drafts to improve your editing workflow and de-clutter your drafts.
  • Create your own Draft Types. Default types are: Idea, Outline, Rough Draft, In Review, Needs Images, Ready to Publish.
  • Sort your draft posts by draft types. When viewing your drafts, you will see a draft types column that can be sorted alphabetically.
  • By default, works with posts and pages. See the FAQ for how to configure this to work with custom post types.

Have an idea to improve this plugin? I’d like to hear about it.

Installation

  1. Install the plugin in the plugins directory.
  2. Activate the Plugin.

Frequently Asked Questions

How do I use this plugin with a custom post type?

Add the following code to your theme’s functions.php file:

add_filter('lsw_default_post_types', 'associate_post_types_with_draft_types');
function associate_post_types_with_draft_types($post_types) {
    $post_types[] = 'YOUR_CUSTOM_POST_TYPE';
    return $post_types;
}

Replace “YOUR_CUSTOM_POST_TYPE” with the name of your custom post type.

Review feed

No reviews available

Screenshots

  1. <p>Manage Draft Types through the WordPress Admin sidebar.</p>

    Manage Draft Types through the WordPress Admin sidebar.

  2. <p>View and Soft Drafts by Draft Types column.</p>

    View and Soft Drafts by Draft Types column.

  3. <p>Easily select the Draft Type from a dropdown menu.</p>

    Easily select the Draft Type from a dropdown menu.

Changelog

1.1.0: December 2024

  • PHP 8.3 compatibility
  • Change Default Draft Types.

1.0.1

  • Fixed issue with meta box appearing on published posts.

1.0.0: January 2016

  • First official release!