inpsyde / wpml2mlp

Convert posts from an existing WPML multilingual site via WXR Export/Import for MultilingualPress
https://wordpress.org/plugins/wpml-to-multilingualpress/
GNU General Public License v2.0
10 stars 6 forks source link

Exporter: Add author ID to export #37

Closed dnaber-de closed 8 years ago

dnaber-de commented 8 years ago

Add the Author-ID to the Posts in the export file.

<item>
    <!-- ... -->
    <wp:post_author>1</wp:post_author>
    <!-- ... -->
</item>