![]() |
Changing affiliate codes in WP post
Is there a utility for this? This is a mainstream site with amazon ads.
|
You could use PhpMyAdmin to do a search and replace on the codes in the MySQL database.
|
Thanks Cleo...I'm not familiar with using PhpMyAdmin, but it looks pretty straighforward and I have worked with other database tools.
|
Code:
create table wp_postsbk select * from wp_posts; Code:
delete from wp_posts; |
A Google search turned up http://thedeadone.net/download/searc...dpress-plugin/
|
Google...who woulda thought...:)
|
Quote:
|
Quote:
Howling, that plug worked like a charm! It took about 5 seconds...no problems whatsoever. |
I know there is a great plugin for wordpress that is actually great for links like that.
another thing that I know that was just released is a free link directing script. Made by the same guy that did tevs tube script. I'll find a link later. edit: nevermind simple google found it. http://www.bigdotmedia.com/ he's calling it tracking adult links sytem (tals). so then you can change certain things out real easy in the future. |
Just a quick note that you may want to always back up your WP databases before using any of the available plugins to change all your codes in one click. That was something that cd34's code handled by first creating a new table and copying your post data into it in case you needed to revert back to it. Anyone who's ever totally screwed a database with search and replace knows the value of that one line of code.
|
Quote:
|
All times are GMT -4. The time now is 12:20 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc