WordPress函数get_the_author_link()

WordPress函数get_the_author_link()

介绍

get_the_author_link() 与 the_author_link() 是相对应的函数,只不过 get_the_author_link() 只是获取,不做输出,要做输出,需要用 echo 进行输出。

get_the_author_link() 是获取文章作者的网站链接,该链接会加在 the_author() 显示的公开名秒文本中。

网站链接来自 仪表盘 -> 用户 -> 我的个人资料 中的“站点”所填写的值。

并且该函数必须使用在 the_loop 中。

使用

<?php get_the_author_link(); ?>

参数

该函数不接受任何参数。

示例

<p>Written by: <?php echo get_the_author_link(); ?></p>

将显示“ Written by: admin”,admin会带上上图“站点”的链接。

版权声明
转载请注明本文来源:WordPress函数get_the_author_link()
转载请注明本文地址:https://www.e363.com/1235.html
THE END
喜欢龙网的内容,就支持一下吧!
点赞67赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容