如何一次搜索并替换多个 WordPress 帖子的内容?

发布于 2024-10-23 19:54:03 字数 361 浏览 3 评论 0原文

好的,我的网站上有超过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难理解 2024-10-30 19:54:03

Search RegEx 是一个很好的插件,可以在所有帖子中使用 Grep 进行搜索和替换和页面。

Search RegEx is a good plugin to be able to search and replace with Grep through all posts and pages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文