Template Tags/the author yim
Материал из WordPress Wiki
Содержание |
Description
This tag displays the Yahoo IM ID for the author of a post. The Yahoo IM field is set in the user's profile (Administration > Profile > Your Profile). This tag must be used within The Loop.
Usage
%%% <?php the_author_yim(); ?> %%%
Example
<p>Contact me on Yahoo Messenger: <?php the_author_yim(); ?></p>
Parameters
This tag does not accept any parameters.