WordPress函数the_author_link()

WordPress函数the_author_link()

介绍

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

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

图片[1]-WordPress函数the_author_link()-龙网 - 教程、网赚、安全、免费资源

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

使用

<?php the_author_link(); ?>

参数

该函数不接受任何参数。

示例

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

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

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

请登录后发表评论

    暂无评论内容