开发者 |
aurooba
pixolin kkoppenhaver |
---|---|
更新时间 | 2023年2月28日 00:10 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.1 |
版权: | GPL-2.0-or-later |
版权网址: | 版权信息 |
/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.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 visibilit
y, 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.