1

在 wordpress 的作者页面上,我想添加作者的 Google+ 个人资料链接。

我知道如何通过 the_author_meta('string') 添加诸如 site_url、twitter、facebook 之类的内容,但我不知道显示 google+ 个人资料链接的名称。我尝试了“谷歌”,但没有运气。

在 wordpress 的文档中,我找不到任何关于 Goole+ 个人资料链接的信息。

提前致谢,

缺口

4

2 回答 2

5

尝试这个:

the_author_meta('googleplus')
于 2013-09-02T10:11:42.363 回答
0

这是代码:

<?php the_author_meta('gplus_id') ?>
于 2014-04-03T13:04:50.943 回答