WordPress作者名称函数:the_author
WordPress模板函数the_author用于输出当前文章作者的名称,必须用在The Loop主循环中。 …
WordPress模板函数the_author用于输出当前文章作者的名称,必须用在The Loop主循环中。
the_author()
the_author()函数没有任何参数,直接调用即可。
函数使用示例
<p>作者:<?php the_author(); ?></p>
扩展阅读
the_author()函数位于:wp-includes/author-template.php
相关函数:
- get_the_author()
- get_the_author_id()
- the_author_link()
- get_the_author_link()
- the_author_meta()
- get_the_author_meta()
- the_author_posts()
- get_the_author_posts()
- the_author_posts_link()
- get_author_posts_url()
- get_the_modified_author()
- the_modified_author()
- wp_dropdown_users()
- wp_list_authors()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!