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.
我试图在 author.php 页面上显示 twitter 和 facebook 链接,前提是这些链接已添加到后端的配置文件中。
我可以使用 $curauthor 和以下代码显示 Twitter 个人资料:twitter); ?>">推特
如何将其放入条件语句中,以便仅在为该用户添加详细信息时才显示此 URL?
谢谢!