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