Multiple Page Change Made Easy?

by 4 replies
5
I have an amazon site that has several pages of products, each with my Amazon affiliate link. If I want to sell the site is there an easy way to change the affiliate links in one edit?

In other words something that would work like a word doc "find and replace" function? The script, include or whatever would find my Amazon ID and replace it with another. Possible?
#programming #change #easy #made #multiple #page
  • It depends on how the site was made.

    If it is made with actual static files, where each page corresponds to an actual file on the server, then your answer is indeed a "Find and Replace" command. There are programs that will replace matches over multiple files n one go.

    If your site runs on Wordpress or some other sort of CMS, then you ought to be able to replace the links using a database query on the table that stores your page content.

    -Ryan
    • [1] reply
    • Thanks for your reply. It's a static site. Do you have a program in mind that you could recommend?

      Thanks for the help.

      -Don
      • [1] reply
  • I think that might work Daniel. Thanks for the referral.
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 5

    I have an amazon site that has several pages of products, each with my Amazon affiliate link. If I want to sell the site is there an easy way to change the affiliate links in one edit? In other words something that would work like a word doc "find and replace" function? The script, include or whatever would find my Amazon ID and replace it with another. Possible?