去phpmyadmin 选wordpress数据库,点sql
UPDATE wp_posts SET post_content = replace(post_content, 'http://域名/wp-content/uploads','https://域名/wp-content/uploads');
UPDATE wp_posts SET guid = replace(guid, 'https://域名/?p','https://域名/?p');
'https://域名/?p'这个可以随意替换为'xxxxxx'
Comments NOTHING