the_author_posts_link()函数

the_author_posts_link()函数

介绍

the_author_posts_link() 显示作者所有文章的链接,链接的文字是作者的“公开显示名”。链接地址会链接到 作者模板 ,如果没有作者模板就会更具 模板层次结构 用其他模板来显示。该函数只能用在 the_loop 循环中。

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

使用

<?php the_author_posts_link(); ?>

参数

不接受任何传参。

示例

显示作者公开名,并带上链接。

<p>Other posts by <?phpthe_author_posts_link(); ?></p>

将显示为:

Other posts by admin

admin会有链接。

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

请登录后发表评论

    暂无评论内容