Opis
Wtyczka została zamknięta 2017-12-14 i nie jest dostępna do pobrania. Zamknięcie jest trwałe. Powód: Naruszenie wytycznych.
Recenzje
2017-04-02
I like the concept of this plugin a lot, but I cannot rate a 5 in execution. The cloned page inherits the original slug. This has caused me multiple issues each time I used this plugin until I realized what was going on. I learned my lesson that not all „duplicate post” plugins are the same. I found (and favorited) the one I normally use that truly duplicates a page or any custom type and also leaves the original post in tact, including the slug.
The reason this is a big deal is because the slug determines the live page name. So you can imagine the issues when cloning a live page.
2016-09-03
1 odpowiedź
Works like a charm. Should be a core feature of Wordpress though but they seem to be lacking in spending ANY time on fixing simple thing. Thank you.
2016-09-03
It just works. Simple.
2016-09-03
Great plugin. Does exactly what it says it does. Simple to clone a post or page, even custom post types, puts it immediately into draft mode and you’re ready to customize and publish! Perfect – THANKS FOR YOUR WORK ON THIS.
2016-09-03
I reviewed many plugins before going with this one. I chose it for being effective and simple.
That it clones all the meta information as well is a huge plus.
2016-09-03
Il fonctionne sous ma version wordpress 4.4.2 et j’ai même mis celui ci en français !
il suffit pour celà de remplacer ” Clone me ” par ” Clones moi ”
/*
* Add the duplicate link to action list for post_row_actions
*/
function dpap_duplicate_post_link( $actions, $post ) {
if (current_user_can('edit_posts')) {
$actions['duplicate'] = '<a href="admin.php?action=dpap_duplicate_post_as_draft&post=' . $post->ID . '" title="Duplicate this item" rel="permalink">Clone Me !</a>';
}
return $actions;
}
par
/*
* Add the duplicate link to action list for post_row_actions
*/
function dpap_duplicate_post_link( $actions, $post ) {
if (current_user_can('edit_posts')) {
$actions['duplicate'] = '<a href="admin.php?action=dpap_duplicate_post_as_draft&post=' . $post->ID . '" title="Duplicate this item" rel="permalink">Clones Moi !</a>';
}
return $actions;
}
dans le fichier du répertoire : /duplicate-page-and-post/includes/dpap_processing.php
Le fichier de langue inclus ne contient rien et est totalement inutile
Kontrybutorzy i deweloperzy
„Duplicate Page and Post” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „Duplicate Page and Post” została przetłumaczona na 2 języki. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “Duplicate Page and Post” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.