Quantcast
Channel: Commentaires sur : Dupliquer certains articles et pages de votre blog !
Viewing all articles
Browse latest Browse all 12

Par : robin

$
0
0

Christophe MULLER

MM Duplicate a été enlevé de la liste des plugins WordPress sur le site officiel. C’est sans doute à cause d’un problème qui a été identifié:

Please beware that Duplicate This Post duplicates everything about the post, including the GUID. The only problem is that the Globally Unique IDentifier (GUID) is no longer unique once it is duplicated. That can cause trouble if your posts appear in feeds.

To resolve this you can patch line 86 of class/mm-duplicate.php:
$post_data[‘guid’] = $post->guid;
to instead be:
$post_data[‘guid’] = uniqid($post->guid . ‘ ‘);

Info trouvée ici: http://wordpress.org/support/topic/plugin-mm-duplicate-warning-dupilcates-guid

Merci Valentin pour cet article


Viewing all articles
Browse latest Browse all 12

Latest Images

Trending Articles





Latest Images