Wordpress redirect plugin?

10 replies
Anyone knows of a wordpress plugin that can redirect my page to another website??

The redirect shouldn't happen automatically. After the visitor gets on the page, it should stay there for 5 seconds and then send them another site.
#plugin #redirect #wordpress
  • {{ DiscussionBoard.errors[8485261].message }}
  • Profile picture of the author Anurag96
    Use Redirection plugin for this. And if you want to let your visitors stay for some seconds it can do it if you know the little ins and outs of redirection.
    Signature
    Find Best Phones List, Tech Tips, Android Tricks and everything tech.
    Only on
    www.goingtechy.com
    {{ DiscussionBoard.errors[8485338].message }}
  • {{ DiscussionBoard.errors[8485397].message }}
  • Profile picture of the author RobinInTexas
    Originally Posted by Dash Evra View Post

    Anyone knows of a wordpress plugin that can redirect my page to another website??

    The redirect shouldn't happen automatically. After the visitor gets on the page, it should stay there for 5 seconds and then send them another site.
    The normal redirection plugins are not going to allow any page to load prior to sending a 302 or 302 redirect. You would have to edit one or more of the theme php files to accomplish the delay.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[8485644].message }}
  • Profile picture of the author Jen Eick
    You might try Optimize Press (the original one...which I have; can't vouch for the new one) for this. It has a "redirect" template.
    {{ DiscussionBoard.errors[8485922].message }}
  • Profile picture of the author bloggerd
    Not sure if this is the kind of thing your looking for i know its not plugin but if you copy and paste it at the bottom of your page/post it should do the job


    <html>
    <meta http-equiv="refresh" content="0;URL=[LINK HERE]">
    <title>Title Here</title>
    <body>
    <script>
    document.location.href = "[LINK HERE]";
    </script>
    <div align="center">
    <font color="#000000" size="2" face="tahoma">
    <b><font size="4">Loading </b>
    <br><br><br>
    Please wait...</font>
    <br><br><br><br>
    </div>
    </body>
    {{ DiscussionBoard.errors[8485937].message }}
    • Profile picture of the author RobinInTexas
      Originally Posted by bloggerd View Post

      Not sure if this is the kind of thing your looking for i know its not plugin but if you copy and paste it at the bottom of your page/post it should do the job


      <html>
      <meta http-equiv="refresh" content="0;URL=[LINK HERE]">
      <title>Title Here</title>
      <body>
      xx----snip ---xx
      That will NOT work, the <meta http-equiv="refresh" must be in the header, you need to modify the theme php files or use a plugin that inserts custom code in the header.
      Signature

      Robin



      ...Even if you're on the right track, you'll get run over if you just set there.
      {{ DiscussionBoard.errors[8486011].message }}
      • Profile picture of the author pjCheviot
        Banned
        Is post #2 invisible? Or has no one ever used it? Saves a lot of fiddling around :rolleyes:
        {{ DiscussionBoard.errors[8486017].message }}
        • Profile picture of the author RobinInTexas
          Originally Posted by pjCheviot View Post

          Is post #2 invisible? Or has no one ever used it? Saves a lot of fiddling around :rolleyes:
          I missed it the first time by. Haven't tried it, but it's been downloaded a fair number of times, been rated good and the support section appears "dead", only one problem reported and that one was solved.

          I wouldn't trust anybody that still uses a TRS-80 though
          Signature

          Robin



          ...Even if you're on the right track, you'll get run over if you just set there.
          {{ DiscussionBoard.errors[8486101].message }}

Trending Topics