开发者 |
eherman24
brothman01 |
---|---|
更新时间 | 2023年12月13日 23:58 |
捐献地址: | 去捐款 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
FeaturesFuturePlans
- Clone posts, pages and custom post types
- Full control over what is clone-able (Example: Enable cloning pages but disabled for posts)
- Works with Easy Digital Downloads
- Complete clone of posts/pages including taxonomies and meta data (includes featured images, categories, tags and any custom metadata assigned to the post/page/custom post type)
- Lightweight, compact solution
- Nonce checks implemented for security
- High quality code adhering to WordPress Coding Standards
wp-post-cloner.zip
to the /wp-content/plugins/
directoryYou need to make sure that your permalinks are set to anything but the default inside of Settings > Permalinks
. Once the permalinks are changed from the defaults you should have no problem changing the permlink of your page.
Yes! We've built out a settings page ('Settings > WP Post Cloner'
) where you can specify which post types are cloneable. By default only pages and posts are active. You can add or remove any registered post type on your site.
You need to ensure that you've assigned the psot type as 'clone-able' on the settings page. Head into 'Settings > WP Post cloner'
and click inside the input field to reveal a full list of registered post types. You'll want to make sure that your custom post type appears on this list.
Yes! We've built in full support for taxonomies and meta data for default posts, pages and even custom post types that may be specific to your theme or created via third party plugins.