WP Manifestindependent plugin directory
manifest / admin / ocasio-duplicate-post-button

Ocasio Duplicate Post Button

Adds a one-click "Clone" action to posts and pages, duplicating content and metadata instantly into a new draft.

by Kevin Ocasio · github.com/kevinocasio/ocasio-duplicate-post-button · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kevinocasio/ocasio-duplicate-post-button/archive/refs/heads/main.zip

Lightweight WordPress plugin that adds a one-click "Clone" action to posts and pages, duplicating content and metadata instantly into a new draft.

Overview

Re-creating similar posts or landing pages from scratch is a huge waste of time. Ocasio Duplicate Post Button adds an intuitive Clone action right inside your WordPress post and page lists. Hover over any post, click Clone, and an exact duplicate is created as a new draft.

Features

  • 1-Click Post & Page Cloning: Instant duplication from WordPress post list tables.
  • Preserves Key Metadata: Copies titles, body content, excerpt, featured image, categories, and tags.
  • Safe Draft Creation: Cloned posts are always saved as drafts to prevent accidental publishing.
  • Custom Post Type Support: Enable or disable cloning for specific content types.
  • Zero Front-End Assets: Pure PHP execution with 0 bytes of CSS or JS on public pages.
  • Unified Suite Integration: Clean settings panel accessible under Ocasio Plugins -> Duplicate Post.

Installation

  1. Download ocasio-duplicate-post-button.zip from Releases.
  2. In your WordPress admin dashboard, navigate to Plugins -> Add New Plugin -> Upload Plugin.
  3. Choose the downloaded .zip file and click Install Now.
  4. Click Activate Plugin.
  5. Configure post types under Ocasio Plugins -> Duplicate Post.

Author & Support