Template Tags/the author icq
Материал из WordPress Wiki
Содержание |
Description
Displays the ICQ number for the author of a post. Prior to WordPress 2.0, the ICQ field was set in the user's profile, but the field is 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_icq(); ?> %%%
Example
<p>Contact me on ICQ: <?php the_author_icq(); ?></p>
Parameters
This tag does not accept any parameters.