Images not showing after moved wordpress local to server

Hi,

I have moved my site local to server.
i fallowed this video http://www.youtube.com/watch?v=cM9Z8aQTCvQ&list=FLR6wsnUW6Lx7ga1S5TLMh3g&index=2&feature=plpp_video.

every came good but images not showing.
when i see image path in firbug. this is i saw
<img width=“242” height=“160” class=“woo-image” alt=“AskQtp.com” src=“http://mridamedia.com/wp-content/themes/swatch/functions/thumb.php?src=http://localhost/mridamedia/wp-content/uploads/2012/11/1-81.jpg&amp;w=242&amp;h=160&amp;zc=1&amp;q=90&amp;a=c”>

Can any one help in this.

Thanks
Sidd

Hi sidd,

When moving between a local and live server you need to update the site paths in the database which is a real pain as most are serialized using PHP, to help with this process I use a pre-made script that simply goes into the database, finds the URL’s then updates them.

I highly recommend you make a backup before hand to ensure peace of mind if something goes wrong.

If you have not uploaded your images to images folder then you have to manually give path to every pic after uploading from local to live server