Create WordPress Page that redirects to another URL

前端 未结 9 1850
被撕碎了的回忆
被撕碎了的回忆 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

    Use the "raw" plugin https://wordpress.org/plugins/raw-html/ Then it's as simple as:

    [raw]
    
    [/raw]
    

提交回复
热议问题