Template Tags/the author firstname
Материал из WordPress Wiki
Содержание |
Description
This tag displays the first name for the author of a post. The First Name field is set in the user's profile (Administration > Profile > Your Profile). This tag must be used within The Loop.
Usage
%%% <?php the_author_firstname(); ?> %%%
Example
<p>This post was written by <?php the_author_firstname(); ?></p>
Parameters
This tag does not accept any parameters.