Create WordPress Page that redirects to another URL

前端 未结 9 1824
被撕碎了的回忆
被撕碎了的回忆 2021-02-01 02:40

I wanted to create a new WordPress page that is actually a link to another site. The goal is to have the page show up in a list of my pages, but actually send the web user to t

9条回答
  •  时光说笑
    2021-02-01 03:21

    There are 3 ways of doing this:

    1. By changing your 404.php code.
    2. By using wordpress plugins.
    3. By editing your .htaccess file.

    Complete tutorial given at http://bornvirtual.com/wordpress/redirect-404-error-in-wordpress/906/

提交回复
热议问题