

To copy a post, Click on Clone to duplicate the post. You’ll find two new option added (Clone & New Draft). Now go to Posts -> All Posts and hover over to the post.

#Wordpress duplicate post install#
If everything goes according to plan, your new CPT will show up on the menu to the left. Download and install the WordPress Duplicate Post plugin. Once it's set up correctly you'll need to update your theme in the WP Appearance menu. Clone functionality for any CUSTOM POST TYPE (CPT). Allow replacing title, slug, content, meta values. Key Features Duplicate Title, Content, Taxonomies, Feature Image, Meta Values. Hopefully those are in the functions file, but if not, you'll need to root around and find them, which can be messy, but is doable. WordPress duplicate custom post plugin is a must for article writers, recipe websites, Real Estate, and bloggers. Here's a quick tutorial from SitePoint on what custom meta boxes in CPTs look like. You'll also need to find the metaboxes that have been created for the CPT as well. This tutorial on Custom Post Types from WP Beginner will help you identify the CPT you want to copy.Ĭopy the CPT from the parent theme's file to the child theme's file, then update all the fields so that they're different from the parent's CPT. The first file you'll want to check is functions.php. You can save lots of time when designing your website or upgrading your. Next, you'll want to find the custom post type and its meta boxes in the parent theme. In WordPress, duplicating a page or post is not just copying and pasting the content. I'm going to assume that you're using a theme that you didn't write yourself, so best practice will be to create a child theme with your current theme as the parent (called 'template' in the thild theme).
