Skip to content

通过知识获得解放,通过技术获得自由

Menu
  • 专题目录
  • 液压相关
    • 液压技术
    • 液压相邻技术
    • 液压应用
  • 计算机相关
    • 计算机和软件
    • 网络和网站技术
  • 哲学
  • 关于本站
Menu

wordpress搬家批量更换链接地址——Better Search Replace插件[0]

Posted on 2023年11月14日 by

一般而言,我们在使用WordPress更换域名的时候需要处理的关键就是修改网站内容中以前的链接或者一些特殊的字符,其中我们也有出现在一些内容中特定关键字和URL的替换上面需要用到。对于更换WordPress域名而言,我们可以在数据库设置文件中网站域名和首页链接更换掉,但是数据库内容的链接不可以简单的设置。

我们总不能一个个文章编辑设置吧?我们需要用到替换工具,其中肯定是有插件可以实现的,在这篇文章中老蒋使用自己的办法,直接用数据库中替换字符的办法。

第一、可视化phpmyadmin替换

这里我们在phpmyadmin数据库中选择我们当前的数据库,然后点击左侧wp_posts表,这里根据我们自己实际的设计的表前缀可能不是wp_开头的。

然后我们点击【搜索】-【查找和替换】,然后看到上图。我们在【查找】输入需要被替换的内容,【替换为】输入需要替换成的内容。【字段】选择我们对应的字段,其中【post_content】代表我们WP网站内容,【post_title】代表内容的标题。

第二、直接SQL命令替换

找到当前网站的数据库,在SQL选项中,输入命令。

UPDATE wp_posts SET post_content = REPLACE( post_content, '原内容', ' 新内容' ) ;

红色字符标注的是我们需要修改的内容,wp_posts是我们自己数据库表段,有些人自定义的表段需要与我们自己的一致,后面替换的内容和原来的内容是我们自己需要更换的。然后点击执行就可以全部替换内容部分的字符。

第三、插件利用Better Search Replace插件

Better Search Replace插件还是非常不错的,我们可以在WORDPRESS后台搜索安装Better Search Replace插件,然后激活之后我们就可以操作。现在可以使用,WPREPLACE插件(WordPress内容字符快速替换插件WPReplace)。

用插件替换的好处是,可以选择多个指定的原表,比如内容中的某个字符,或者是标题中的。

总结,这里我们可以选择其中之一的办法来替换域名或者其他字符。

参考资料:

  1. https://www.itbulu.com/wp-change-domain.html

欢迎回来

希望本站对你有所帮助!

如有疑问请联系info@fanlog.org
2023 年 11 月
一二三四五六日
 12345
6789101112
13141516171819
20212223242526
27282930 
« 6 月    

AI辅助 (17)

© 2025 | Powered by Superbs Personal Blog theme
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT