Replace url in all WP posts to another
-
Hi there,
I need to replace active payment link URL in all WP posts with another.
Anchor of the URL I want to leave the same, just change url A to url B.
I’ve tried SQL request in PHPMyadmin:
UPDATE wp_posts SET post_content = replace(post_content, ‘A’, ‘B’);
It says: Matched rows: 0
I’ve tried Search and Replace plugin – it has found only 1 url.
Can someone advice what should be done to do that?
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Replace url in all WP posts to another’ is closed to new replies.