Reputation: 11
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
Reputation: 17561
Search RegEx is a good plugin to be able to search and replace with Grep through all posts and pages.
Upvotes: 2