wordpress - Images not being loaded -


i have transferred magento installation 1 server another. running smoothly magento wordpress integration doesn't show images in blog. checked source code , says failed load images whereas images there, tried loading new post images in media uploader (thumbnails) doesn't show , when click insert shows broken image icon.

i believe following mysql queries need run change domain names wordpress in database (if assumption of domain name being different correct)

update wp_posts set post_content=replace(post_content, 'old-domain.com', 'new-domain.com');  update wp_postmeta set meta_value= replace(meta_value, 'old-domain.com', 'new-domain.com');  update wp_options set option_value = replace(option_value, 'old-domain.com', 'new-domain.com') option_name = 'home' or option_name = 'siteurl'; 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -