Codex

Template Tags/the author msn


This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists.


Contents

Description

Displays the MSN IM ID for the author of a post; Prior to WordPress 2.0, the MSN IM field was set in the user's profile, but the field in currently not accessible in the Administration > Profile > Your Profile panel. This tag must be used within The Loop.

Replace With

No replacement exists for this template tag, as the field was removed from the Profile panel.

Usage

 <?php the_author_msn(); ?> 

Example

<p>Contact me on MSN: <?php the_author_msn(); ?></p>

Parameters

This tag does not accept any parameters.

Related

the_author, the_author_description, the_author_login, the_author_firstname, the_author_lastname, the_author_nickname, the_author_ID, the_author_email, the_author_url, the_author_link, the_author_icq, the_author_aim, the_author_yim, the_author_msn, the_author_posts, the_author_posts_link, list_authors, wp_list_authors

Go to Template Tag index