WordPress page to function as a hyperlink?

by 1 replies
1
Hello Warriors!

I'd like to know how is it possible to make one of my wordpress pages to function as a "hop page". It seems that this way I can avoid the adblocker software hiding my banners.
#website design #function #hyperlink #page #wordpress
  • Hi mate,

    Not entirely sure what you mean by this - but I think you mean you want a page to act as a redirect.. If so, you've got a few options:

    1) Use a redirect plugin.. nuff said
    2) Use .htaccess to redirect instead
    3) Throw in a <script>window.location='http://whatever';</script> in the source
    4) Get a meta refresh into the head by creating a new template.. I'm sure there would be a plugin to do this somewhere too...

    Cheers,
    Michael

Next Topics on Trending Feed