Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我现在想将我的页面重定向到用户页面我在 wordpress 页面中编写代码,此代码用于将我重定向到example.com/*userid*
example.com/*userid*
<meta http-equiv="refresh" content="0;URL=http://www.example.com/members/<?php $id = bbp_get_user_id(); ?>/?user='.$id/">
我实际上在哪里犯错
默认情况下,出于安全原因,您不能在 WordPress 帖子/页面内容中输入 PHP。此外,<meta>标签属于标题,而不是帖子正文。
<meta>