Codex tools: Log in
wp-includes/deprecated.php.
Use any of these functions instead.Contents |
Displays the contents of the About yourself field in an author's profile (Administration > Profile > Your Profile). About yourself is a block of text often used to publicly describe the user and can be quite long. This tag must be used within The Loop.
<?php the_author_description(); ?>
This tag does not accept any parameters.
<p>Author's About yourself biography: <?php the_author_description(); ?></p>
the_author(), get_the_author(), 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()