postların içindeyse

UPDATE wp_posts
SET post_content = REPLACE (
post_content,
'mevcut-site-adresi',
'yeni-site-adresi'
);