• starbody

    (@starbody)


    I’ve imported all of my posts from Typepad using the instructions for MT. I am moving all of the images used in those posts onto my server as well and wondered if there was an easy way to repair all of the image links in posts I’ve already imported to WordPress.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Kafkaesqui

    (@kafkaesqui)

    A little sql query line for it:

    UPDATE wp_posts SET post_content = REPLACE(post_content, 'src="/old/image/path/', 'src="/new/image/path/');

    I made it ‘src=”…’ to avoid conflicts, but if you used an url for your images (https://etc), that should be enough. But before you do this, BACK UP YOUR DATABASE. Even I, who deludes himself into believing he knows what he’s doing when around databases, backs up before making a change like this.

    Eilene

    (@eilene)

    I need help. My blog is with Typepad not MT. I want to import all my posts to WP. What exactly do I need to do? I have already exported them & saved it as an import.txt file. Now I don’t know what to do.

    Thank you,
    Eilene

    mrslice

    (@mrslice)

    I don’t know that you can. My posts were all imported from Typepad but none of the pictures came with them. This is because your Typepad account holds all of the pictures you upload for usage in your posts.

    Thread Starter starbody

    (@starbody)

    Eileen, the instructions for the import into WordPress is here. But, as I had first logged, it doesn’t solve the issue of images in posts. Thanks very much to Kafkaesqui for the query, I will definitely try that!

    I have also tried using this query to import my images from typepad into wordpress – but I don’t seem to be having any luck at all?

    Is there anyone out there that can help – please:)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Importing Posts With Images From Typepad’ is closed to new replies.