
Adds an "Add New" button to the Block Editor (Gutenberg) toolbar, so you can easily create new posts/pages/custom post types without leaving …
A razor sharp plugin that does just one thing: allow you to quickly create new posts from the Block Editor toolbar. You can create new posts in one of two ways:
This brings back the ability to create new posts, pages, custom post types quickly and easily even when you’re in Fullscreen Mode in the Editor.
If you enjoy the plugin, please leave a review! ⭐
If you have a feature request, please create an issue in the GitHub repository. ➕
If you need support, please use the support forum to reach out. 🆘
/wp-content/plugins/ directory, install the plugin through the WordPress plugins screen directly, or search for QuickPost in the Block Library.Add New button in the Block Editor toolbar when needed.
In brand new posts, the Add New button is disabled.

In posts that are not new, the Add New button is clickable and lets you create new and duplicate posts right from the Block Editor.

Click the kebab menu button to reveal the Duplicate Post button.

Clicking the Add New button takes you to a fresh new post of the same post type.
Yes, this plugin is actively supported. If you have a question, issue, or you’ve identified a bug, please reach out through the support forums.
Right now all default WordPress post information gets duplicated, except featured images. Currently, custom taxonomies, Yoast information, or custom additions are not supported. But as the plugin evolves, more support will be added. Please use the support forums to let us know what you’d like added support for.
The plugin provides a filter called QuickPostDisplay to help you affect QuickPost’s visibility. Refer to the example in the README on GitHub.
common.min.css problem.common.min.css file was getting enqueued unnecessarily to the front-end, this fixes that. Thanks for the report @mrwweb!QuickPost.Display. QuickPost has a property called visibility, which you can set to true or false depending on a condition of your choosing.Add New button into a true semantic link to allow folks to open the new post in the current tab/window, new tab, or new window.add new button transformation, but also with the call to action Edit duplicated {post type label}, to correctly indicate they’ll be taken to the editor for the newly duplicated post.