• Hello there,

    Is it possible with some plugin or other method to replace a hyperlink with some other hyperlink?

    I.e. World has the hyperlink: hxxp://www.world.com and I want it to be changed to hxxp://www.universe.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I guess you could run a MySQL query from phpMyAdmin…

    First, make a backup of your database, in case something goes wrong, then run a query like:

    UPDATE wp_posts SET post_content = replace(post_content, 'https://www.world.com','https://www.universe.com');

    Thread Starter marxman

    (@marxman)

    Ok thanks ?? Will see if it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rewrite one single keyword in 100 posts’ is closed to new replies.