如何一次搜索并替换多个 WordPress 帖子的内容?
好的,我的网站上有超过 500 个帖子(使用 wordpress)。我试图替换 < !--更多-->将多个帖子单独标记为单行。 示例
此:
Start of post.......
< !---more--> ...post continues...
收件人:
Start of post.........
< !---more-->
...post continues...
如果行与行之间没有间距,那就太好了。提前致谢..
Ok I have over 500 posts on my website (using wordpress). I trying to replace the < !--More--> tag in multiple posts to single line by itself.
Example
This:
Start of post.......
< !---more--> ...post continues...
To:
Start of post.........
< !---more-->
...post continues...
It would be great if there is no spacing between lines. Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Search RegEx 是一个很好的插件,可以在所有帖子中使用 Grep 进行搜索和替换和页面。
Search RegEx is a good plugin to be able to search and replace with Grep through all posts and pages.