Site migration – some images not displaying in Media Library

I highly recommend updating all of your URLS.

  • This can be done either with a word press plugin such as Velet Blues Update URLS
  • Or via your SQL database:
    UPDATE wp_posts set post_content=REPLACE(post_content, 'www.live.com/', 'www.test.com/');

note* images are uploadeded as posts in your database.* ( wp_posts table with a post_type of “attachment”. )