UPDATE wp_posts SET post_content = REPLACE(post_content, 'oldurl.com', 'newurl.com') WHERE post_content LIKE '%oldurl.com%';.
確定! 回上一頁