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 的作者页面上,我想添加作者的 Google+ 个人资料链接。
我知道如何通过 the_author_meta('string') 添加诸如 site_url、twitter、facebook 之类的内容,但我不知道显示 google+ 个人资料链接的名称。我尝试了“谷歌”,但没有运气。
在 wordpress 的文档中,我找不到任何关于 Goole+ 个人资料链接的信息。
提前致谢,
缺口
尝试这个:
the_author_meta('googleplus')
这是代码:
<?php the_author_meta('gplus_id') ?>