Viewing 1 replies (of 1 total)
  • Thread Starter leeloo5e

    (@leeloo5e)

    I made some changes in wp-admin/export.php line 190 I inserted
    <wp:post_mime_type><?php echo $post->post_mime_type; ?></wp:post_mime_type>
    to get the post_mime_type. In wp-admin/import/wordpress.php I inserted at line 273 the following:
    $post_mime_type = $this->get_tag( $post, 'wp:post_mime_type' );
    and at line 309 just inserting 'post_mime_type' to put the post_mime_type into the new wordpress database.
    But the column ‘guid’ is still set to “https://www.domain.de/?attachment_id=78&#8221; or something else. I’m going crazy. I still can’t find where I have to make the changes to set the right “guid” for “attachment”s.

    Any Suggestions?

Viewing 1 replies (of 1 total)
  • The topic ‘WP Export/Import Uploads’ is closed to new replies.