WordPress: Template Tags/the author icq:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: {{Deprecated}} == 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 ...)
 
无编辑摘要
第1行: 第1行:
{{Deprecated}}
{{Deprecated}}
{{不赞成的}}
== Description ==
== 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 [[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Your_Profile|Profile]] > [[WordPress:Your_Profile_SubPanel|Your Profile]] panel. This tag must be used within [[WordPress:The Loop]].
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 [[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Your_Profile|Profile]] > [[WordPress:Your_Profile_SubPanel|Your Profile]] panel. This tag must be used within [[WordPress:The Loop]].
显示文章作者的ICQ号码。在WordPress2.0版本之前的版本中,'''ICQ'''区是设置在用户的基本资料中,但是当前在[[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Your_Profile|基本资料]] > [[WordPress:Your_Profile_SubPanel|你的基本资料]] 面板中不能够使用这个区。必须在[[WordPress:The Loop|The Loop]]内部使用这个标签。


== Replace With ==
== Replace With ==
==取代==


No replacement exists for this template tag, as the field was removed from the [[WordPress:Your_Profile_SubPanel|Profile panel]].
No replacement exists for this template tag, as the field was removed from the [[WordPress:Your_Profile_SubPanel|Profile panel]].
这个模板标签没有替代品,因为这个区是从[[WordPress:Your_Profile_SubPanel|基本资料面板]]中移除的。


== Usage ==
== Usage ==
== 用法 ==
%%% <?php the_author_icq(); ?> %%%


%%% <?php the_author_icq(); ?> %%%
%%% <?php the_author_icq(); ?> %%%


== Example ==
== Example ==
== 例子 ==


  &lt;p&gt;Contact me on ICQ: <?php the_author_icq(); ?>&lt;/p&gt;
  &lt;p&gt;Contact me on ICQ: <?php the_author_icq(); ?>&lt;/p&gt;
&lt;p&gt;在ICQ上联系我: <?php the_author_icq(); ?>&lt;/p&gt;


== Parameters ==
== Parameters ==
== 参数 ==


This tag does not accept any parameters.
This tag does not accept any parameters.
这个标签不接受任何参数。
== Related ==


== Related ==
== 相关的 ==


{{Tag Author Tags}}
{{Tag Author Tags}}
{{标签作者标签}}


{{No Param Tag Footer}}
{{No Param Tag Footer}}
{{没有 Param 标签 页底文字}}

2008年6月28日 (六) 11:45的版本

模板:Deprecated

模板:不赞成的

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 WordPress:The Loop.

显示文章作者的ICQ号码。在WordPress2.0版本之前的版本中,ICQ区是设置在用户的基本资料中,但是当前在管理 > 基本资料 > 你的基本资料 面板中不能够使用这个区。必须在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(); ?> %%%

%%% <?php the_author_icq(); ?> %%%

Example

例子

<p>Contact me on ICQ: <?php the_author_icq(); ?></p>

<p>在ICQ上联系我: <?php the_author_icq(); ?></p>

Parameters

参数

This tag does not accept any parameters. 这个标签不接受任何参数。

Related

相关的

模板:Tag Author Tags

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

模板:No Param Tag Footer