Find & Replace all Amazon links in Wordpress?

Compound

Shufflin'
Jan 15, 2010
406
9
0
Anyone know of a quick way to do this?

Maybe a plugin?

The tricky thing is that the links are all different, and most are text links.

Thanks.
 


Thanks. To clarify - I have a few Wordpress sites that have Amazon affiliate links. As a California resident, I'm one of the thousands who was cut from the Amazon program this week. Therefore, I'm looking to remove those links (and possibly replace them with another program).
 
1)Phpmyadmin
Export DB as SQL file
2)Notepad++ or whatever floats your boat
3)Find/replace text file.
4)Empty DB using phpmyadmin
5)Import back in, crack open a cold one
 
Thanks. To clarify - I have a few Wordpress sites that have Amazon affiliate links. As a California resident, I'm one of the thousands who was cut from the Amazon program this week. Therefore, I'm looking to remove those links (and possibly replace them with another program).

use search and replace plugin and do it for all amazon urls, if you need the regex for all amazon urls let me know.