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.
嗨,我正在写作,因为我有一个图像,当您单击它时,它会重定向到链接,但是当您登录时,它应该重定向到其他链接我尝试使用条件小部件插件和很多东西,所以我需要您的帮助,谢谢
您是在构建主题还是以其他方式编辑 php?然后你可以使用一个<?php if ( is_user_logged_in() ) { ... } else { ... } ?>结构。
<?php if ( is_user_logged_in() ) { ... } else { ... } ?>
我使用登录条件文本小部件来制作我想要进行条件横幅重定向的内容