How to handle this situation?

2 replies
Hi, folks,

I am using wordpress to do blogging. At the end of the blog post, there is a resource box, which leads to a squeeze page.

Now I have 300+ posts, with each post has a hard coded URL to the squeeze page.

Now I need to direct the traffic to a new squeeze page with a different URL. How can I do this conveniently? How do you guys do it?



regards
David
#handle #situation
  • Profile picture of the author RohanCox1
    Hey Dave,

    If you no longer want to use the first squeeze page, what you could do is put in a redirect line in the head tags of the first squeeze page to direct/bounce the traffic hitting it to the new squeeze page.

    If this is of interest, the code you need is below >>

    <meta http-equiv="refresh" content="0;URL=http://www.THE-URL-OF-YOUR-NEW-SQUEEZE-PAGE.COM">


    I hope this helps
    {{ DiscussionBoard.errors[4712882].message }}
  • Profile picture of the author Bryan O'Neil
    Just speak to some freelancer who knows their way around SQL and have them do it for $5 or $10. Getting the URLs changed is one line of database query and won't take someone who knows his stuff longer than a few minutes.
    {{ DiscussionBoard.errors[4713551].message }}

Trending Topics