the_author_yim
AUTHOR TAG
What It Does
Displays the YIM (Yahoo Instant Messenger) username for the post’s author. the_author_yim is defined from within the admin panel at Administration > Profile > Your Profile. the_author_yim must be used within The Loop.
Code
<?php the_author_yim(); ?>
Example
The following example will display the post author’s YIM username:
<p>My YIM username: <?php the_author_yim(); ?></p>
Of course, the verbage surrounding the_author_yim can be changed to whatever you like.




