获取Google+和Twitter链接-WordPress SEO插件 时间:2012-10-15 作者:Virendra 我想使用Google+和twitter链接,这些链接可以使用WordPress SEO插件添加到用户的个人资料中,并显示在作者页面上。是否有任何方法可以从插件中获取这些链接,或者是否需要使用其他方法直接从数据库中获取这些链接。SEO Plugin @the official repo 1 个回复 最合适的回答,由SO网友:Virendra 整理而成 我在《作者》中找到了一种方法。php文件只需使用以下内容即可显示Google+和Twitter链接:<?php $curauth = (isset($_GET[\'author_name\'])) ? get_user_by(\'slug\', $author_name) : get_userdata(intval($author)); echo $curauth->googleplus; echo $curauth->twitter; ?> 结束 文章导航