配置wordpress:统一修改文章内图片的src

一,博客站的域名修改后,文章内图片不能正常显示

原图不能正常显示:如下图:

默认图片的域名是:

https://liuhongdi.com/wp-content/uploads/2023/05/image-49.png

我们修改为:

/wp-content/uploads/2023/05/image-49.png

二,用sql进行修改

1,在wordpress的数据库执行:

UPDATE wp_posts SET post_content = REPLACE( post_content, 'src="https://liuhongdi.com', 'src="' );

2,查看修改后的效果:如图,已生效:

说明:刘宏缔的架构森林—专注it技术的博客,
网站:https://blog.imgtouch.com
原文: https://blog.imgtouch.com/index.php/2023/06/20/pei-zhi-wordpress-tong-yi-xiu-gai-wen-zhang-nei-tu-pian-de-src/
代码: https://github.com/liuhongdi/ 或 https://gitee.com/liuhongdi
说明:作者:刘宏缔 邮箱: 371125307@qq.com

三,查看wordpress的版本:

posted @ 2023-06-20 10:13  刘宏缔的架构森林  阅读(90)  评论(0编辑  收藏  举报