Codex tools: Log in / create account
Contents |
This tag displays the last name for the author of a post. The Last Name field is set in the user's profile (Administration > Profile > Your Profile). This tag must be used within The Loop.
<?php the_author_lastname(); ?>
This tag does not accept any parameters.
Displays author's first and last name.
<p>Post author: <?php the_author_firstname(); ?> <?php the_author_lastname(); ?></p>
the_author, the_author_link, the_author_posts, the_author_posts_link, wp_list_authors, wp_dropdown_users, the_author_meta