the_author_aim

AUTHOR TAG

What It Does

Displays the AIM (AOL Instant Messenger) username for the post’s author. the_author_aim is defined from within the admin panel at Administration > Profile > Your Profile. the_author_aim must be used within The Loop.

Code

<?php the_author_aim(); ?>

Example

The following example will display the post author’s AOL username:

<p>My AIM username: <?php the_author_aim(); ?></p>

Of course, the verbage surrounding the_author_aim can be changed to whatever you like.