Logan
Logan

Reputation: 11

How do I search and replace the contents of multiple Wordpress posts all at once?

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..

Upvotes: 1

Views: 683

Answers (1)

markratledge
markratledge

Reputation: 17561

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

Upvotes: 2

Related Questions