Title: Clonify – Page &amp; Post Duplicator
Author: devshujon
Published: <strong>2 Junho, 2026</strong>
Last modified: 2 Junho, 2026

---

Procurar plugins

![](https://ps.w.org/clonify-page-post-duplicator/assets/banner-772x250.png?rev=
3557687)

![](https://ps.w.org/clonify-page-post-duplicator/assets/icon-256x256.png?rev=3557687)

# Clonify – Page & Post Duplicator

 Por [devshujon](https://profiles.wordpress.org/devshujon/)

[Descarregar](https://downloads.wordpress.org/plugin/clonify-page-post-duplicator.2.0.0.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/clonify-page-post-duplicator/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/clonify-page-post-duplicator/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/clonify-page-post-duplicator/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/clonify-page-post-duplicator/#developers)

 [Suporte](https://wordpress.org/support/plugin/clonify-page-post-duplicator/)

## Descrição

Clonify gives you a fast, modern way to duplicate any WordPress content — posts,
pages, or custom post types — with a single click.

#### Features

 * One-click Duplicate link in post list row actions
 * Classic Editor Publish metabox button
 * Block Editor (Gutenberg) sidebar button
 * Copies title, content, excerpt, featured image, all taxonomies, and post meta
 * Prefix and suffix naming with live preview
 * Default status — Draft, Published, Private, or Pending Review
 * Redirect control — edit screen or post list after duplication
 * Admin bar duplicate shortcut (optional)
 * Per post-type enable/disable
 * Dashboard with stats, quick actions, and settings summary
 * Tabbed Settings page — General, Post Types, Display, Naming
 * Tools page — system info and stat reset
 * Toast success notifications and loading feedback
 * Elementor CSS auto-regeneration for duplicated posts
 * ACF field group auto-exclusion (prevents data corruption)
 * Serialized PHP object injection protection
 * 10+ developer action and filter hooks

#### Developer Hooks

**Actions:**
 do_action( ‘clonify_after_duplicate’, $new_post_id, $original_post_id);
do_action( ‘clonify_after_copy_taxonomies’, $new_post_id, $original_post_id ); do_action(‘
clonify_after_copy_meta’, $new_post_id, $original_post_id );

**Filters:**
 clonify_before_duplicate — Modify original post before duplication.
clonify_duplicate_title — Override the duplicated post title. clonify_insert_post_args—
Modify full wp_insert_post() args. clonify_excluded_meta_keys — Add/remove meta 
keys excluded from copying. clonify_copy_meta_value — Filter individual meta values
during copy. clonify_redirect_url — Override the URL after duplication. clonify_supported_post_types—
Extend the supported post type list.

#### Programmatic Usage

    ```
    $new_id = Clonify_Duplicate::duplicate( $post_id );
    ```

### License

This plugin is free software released under the GNU General Public License v2 or
later.
 https://www.gnu.org/licenses/gpl-2.0.html

## Ecrãs

[⌊Dashboard with stats cards and quick actions⌉⌊Dashboard with stats cards and quick
actions⌉[

Dashboard with stats cards and quick actions

[⌊Settings page — General tab⌉⌊Settings page — General tab⌉[

Settings page — General tab

[⌊Settings page — Naming tab with live preview⌉⌊Settings page — Naming tab with 
live preview⌉[

Settings page — Naming tab with live preview

## Instalação

 1. Go to Plugins > Add New, search Clonify, Install and Activate.
 2. Or upload the ZIP via Plugins > Add New > Upload Plugin.
 3. Configure at Clonify > Settings.
 4. Hover any post in the list and click Duplicate.

## Perguntas frequentes

### Does it copy the featured image?

Yes, automatically.

### Does it copy ACF custom fields?

Yes — post meta including ACF field values is copied. ACF field group definitions
are excluded to prevent data corruption.

### Does it work with Elementor?

Yes. Elementor CSS is auto-regenerated for each duplicated post.

### Can I set a prefix or suffix on duplicated titles?

Yes. Go to Clonify > Settings > Naming tab. Includes a live preview.

### Is it safe on production?

Yes. Nonce verification, capability checks, sanitization, and serialized object 
injection protection are applied throughout.

### Does it work with WooCommerce?

The free version supports the product post type. All meta and taxonomies are copied.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Clonify – Page & Post Duplicator” é software de código aberto. As seguintes pessoas
contribuíram para este plugin:

Contribuidores

 *   [ devshujon ](https://profiles.wordpress.org/devshujon/)

[Traduza o “Clonify – Page & Post Duplicator” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/clonify-page-post-duplicator)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/clonify-page-post-duplicator/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/clonify-page-post-duplicator/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/clonify-page-post-duplicator/)
por [RSS](https://plugins.trac.wordpress.org/log/clonify-page-post-duplicator/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 2.0.0

 * NEW: Full Dashboard with stats cards and quick actions
 * NEW: Tabbed Settings — General, Post Types, Display, Naming
 * NEW: Tools page with system info and stat reset
 * NEW: Prefix + suffix title naming with live preview
 * NEW: Toast notifications and loading feedback
 * NEW: Top-level admin menu (Dashboard, Settings, Tools)
 * NEW: Duplication counter and last-duplicate tracking
 * FIXED: PHP 7.4 compatibility (removed PHP 8.0 union types)
 * FIXED: Deprecated current_time(‘timestamp’) replaced with time()
 * FIXED: Raw $_POST now properly wp_unslash’d before processing
 * FIXED: intval() replaced with absint() per WP standards
 * FIXED: wp_register_style false src replaced with wp_add_inline_style
 * ADDED: uninstall.php for clean database removal
 * All v1.x security and compatibility fixes included

#### 1.1.0

 * Gutenberg and Classic Editor buttons
 * Pending Review status option
 * Elementor CSS regeneration
 * ACF field group exclusion
 * Serialized object injection protection

#### 1.0.0

 * Initial release

## Metadados

 *  Versão **2.0.0**
 *  Última actualização **Há 2 semanas**
 *  Instalações activas **Menos de 10**
 *  Versão do WordPress ** 5.9 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/clonify-page-post-duplicator/)
 * Etiquetas
 * [clone post](https://pt.wordpress.org/plugins/tags/clone-post/)[copy page](https://pt.wordpress.org/plugins/tags/copy-page/)
   [duplicate page](https://pt.wordpress.org/plugins/tags/duplicate-page/)[duplicate post](https://pt.wordpress.org/plugins/tags/duplicate-post/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/clonify-page-post-duplicator/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

[Your review](https://wordpress.org/support/plugin/clonify-page-post-duplicator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/clonify-page-post-duplicator/reviews/)

## Contribuidores

 *   [ devshujon ](https://profiles.wordpress.org/devshujon/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/clonify-page-post-duplicator/)