WordPress template tags the_ author_ Link output the name of the author with the link to the author’s home page, that is, the link to the “site” set in the author’s profile, which must be used in the main loop of the loop.
the_author_link()
the_ author_ The link() function has no parameters and can be called directly.
Examples of function usage
<p>作者: <?php the_author_link(); ?></p>
Extended reading
the_ author_ The link() function is located in: WP includes / author- template.php
Related tags:
- the_ author()
- get_ the_ author()
- get_ the_ author_ id()
- 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()