Extended Post Status
Extended Post Status
Description
This plugin provides the option to add new statuses to the backend and define the system relevant status settings. You can add/edit statuses just as categories or tags. All statuses are available for all your post types.
You will find a new menu item located in the settings admin menu.
For the sake of understanding, this plugin minimally changes messages, translations and workflow in Gutenberg Editor!
Installation
- Upload to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the new menu item
Statusesin posts menu
Screenshots
Faq
As there is no core hook to add new items to the status dropdown in posts and in the quick edit view, js is required to achieve this. It is definently the most dirty way, but WP Core does not provide other ways to do it.
There is an open trac ticket fo this circumstance:
https://core.trac.wordpress.org/ticket/12706
Since all custom statuses would no longer be available, deleting the plugin will reset all posts, pages etc. with an custom status to the draft status.
This step cannot be undone by reinstalling the plugin!
However, the plugin can be deactivated without any problems (see “What happens when I delete a status or deactivate the plugin?”).
Be careful, posts without a valid status will be hidden! Just change the status of your post with a custom status to a system status (e.g. publish or draft) before you delete a custom status or deactivate the plugin.
Your posts will never be deleted, but you need to know your old status slugs once you have deleted a status or deactivated the plugin to get your posts back.
Reviews
Lots of trouble with it in latest WP/Gutenberg
By evanltd on September 19, 2024
Very straightforward plugin to set up, and probably worked great in the older days. But unfortunately it's too glitchy to use with the latest Gutenberg editor. Custom statuses won't show up the newly reworked post status pane (WP 6.6+), but do show up lower down in a separate pane. It also messes up the behavior of the Save/Update/Publish button in the editor to the point where I'm totally baffled about what it does anymore. For example, if you make a change to a DRAFT or PENDING post, there's no longer an UPDATE button. There's a SAVE button, but it behaves erratically—like automatically publishes things without warning. So I find it unfit for public use at this point.
It broke WP framework
By dewinbrush on May 8, 2023
It looks Taxonomy/Filter and Post Deactivation has some bug.
Edit: It looks need to speak with Developer
Extremely useful
By vcpaige on May 4, 2023
I wasn't able to achieve this functionality with my own coding, but this plugin does the job! It really helps smooth out a complicated workflow.
Supports woocommerce products too
By roadlink on January 15, 2023
I use it for woocommerce products and works great for now.
Great plugin
By hoseferrera on March 21, 2022
Simple and Powerful
By yesorcayes on June 4, 2021
Amazing
By wycks on May 22, 2020
Great support!
By Miguel Useche (skatox) on May 4, 2020
Simple, Straightforward
By bradthebluefish on March 10, 2020
Very good!
By Ed (eammendola) on July 18, 2019
Changelog
1.0.21
- [Fixed] PHP incorrect calling of _load_textdomain_just_in_time
1.0.20
- [Security] Check user capabilities in publishing process. (Thanks to TaeEun Lee)
See: https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/extended-post-status/extended-post-status-1019-missing-authorization-via-wp-insert-post-data
1.0.19
- [Fixed] Update handling of the javascript for disabling the publishing sidebar in Gutenberg
1.0.18
- [Added] The publish button in Gutenberg and Classic Editor no longer contains publish but only save to prevent confusion
- [Added] Remove the “two click” publishing sidebar in Gutenberg
- [Added] Override post published message and replace it with general post saved message in Gutenberg
1.0.17
- [Fixed] Status which were created by other plugins are no longer overwritten (Thanks to @ikancijan)
See: https://wordpress.org/support/topic/fix-for-custom-statuses-by-other-plugins/ - [Fixed] Add custom status meta box to gutenberg on all custom post types and not only for posts and pages
See: https://wordpress.org/support/topic/public-not-working-for-listings/ - [Fixed] Allow users with editing capabilities to see/preview posts with a non public status
See: https://wordpress.org/support/topic/permalinks-further-issue/
1.0.16
- [Fixed] If you delete the plugin, all posts, pages etc. with custom status will be reset to draft status.
1.0.15
- [Fixed] PHP undefined indexes
- [Fixed] Set default status to draft, if no status is selected.
1.0.14
- [Fixed] Respect future status
- [Fixed] Show planned (status future) posts in admin posts overview
1.0.13
- [Fixed] Trashing posts inside the posts editor is not possible
1.0.12
- [Fixed] PHP 7.4 access of non existing array object bug
1.0.11
- [Fixed] Enable bulk editing of custom statuses.
1.0.10
- [Added] Hide status in admin drop downs
- [Fixed] Selected custom statuses will auto select other custom statuses in admin drop downs.
1.0.9
- [Fixed] PHP error on accessing a non-object on admin menu page
1.0.8
- [Added] Settings submenu item “Extended Post Status”
- [Fixed] Quickedit custom status doesn’t show up
- [Fixed] Non public posts won’t show up in admin “All” list
- [Removed] Posts submenu item ‘Status’
1.0.7
- [Fixed] Label of settings doesn’t work
- [Fixed] PHP errors, wrong class declaration
1.0.6
- [Fixed] PHP errors, wrong class declaration
1.0.5
- [Fixed] New posts were saved as drafts instead of published
- [Fixed] Translation errors
1.0.4
- [Added] Settings section in “Settings > Wrtiting”
1.0.3
- [Added] Support for all post types
1.0.2
- [Added] Page and post count in status overview
- [Fixed] Bug that removes all status settings when quickediting a status
- [Fixed] Set slug length to max 20 chars because of posts status db field length
1.0.1
- [Added] Page status support
- [Fixed] Bug in displaying posts/pages in ‘all’ list
1.0.0
- [Added] Initial version



