Title: Duplicate post_author &amp; default settings
Last modified: August 31, 2016

---

# Duplicate post_author & default settings

 *  [taras.ledkov](https://wordpress.org/support/users/tarasledkov/)
 * (@tarasledkov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/duplicate-post_author-default-settings/)
 * A little suggestions:
 * 1. Clear post_author before insert post.
    unset( $duplicate[‘guid’] ); unset(
   $duplicate[‘comment_count’] ); + unset( $duplicate[‘post_author’] );
 * It is useful for a case when a contributor or author duplicates a post that is
   created by user with higher role.
 * 2. Synchronize default setting at the mtphr_post_duplicator_initialize_settings(
   status = same)
    and get_mtphr_post_duplicator_settings (status = draft)
 * Setting are not saved into DB while user doesn’t save they manually at the plugin
   setting page. In this case at the setting page post status = draft but really
   default setttings status = same
 * [https://wordpress.org/plugins/post-duplicator/](https://wordpress.org/plugins/post-duplicator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/duplicate-post_author-default-settings/#post-6931426)
 * Thanks for these suggestions! I will definitely update #2 and will look into #
   1 to see what affect removing the author has on the duplicate post.

Viewing 1 replies (of 1 total)

The topic ‘Duplicate post_author & default settings’ is closed to new replies.

 * ![](https://ps.w.org/post-duplicator/assets/icon-128x128.png?rev=3419621)
 * [Post Duplicator](https://wordpress.org/plugins/post-duplicator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-duplicator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-duplicator/)
 * [Active Topics](https://wordpress.org/support/plugin/post-duplicator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-duplicator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-duplicator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/duplicate-post_author-default-settings/#post-6931426)
 * Status: not resolved