Codex tools: Log in / create account
Contents |
Displays the unique numeric user ID for the author of a post; the ID is assigned by WordPress when a user account is created. This tag must be used within The Loop.
<?php the_author_ID(); ?>
This tag does not accept any parameters.
Uses the author ID as a query link to all of that author's posts.
<a href="/blog/index.php?author=<?php the_author_ID(); ?>">View all posts by <?php the_author_nickname(); ?></a>
the_author, the_author_link, the_author_posts, the_author_posts_link, wp_list_authors, wp_dropdown_users, the_author_meta