WordPress:Template Tags/comment author url

来自站长百科
Fludlen讨论 | 贡献2008年7月1日 (二) 16:35的版本
跳转至: 导航、​ 搜索

Description

描述

Displays the comment author's URL (usually their web site), not linked. This tag must be within WordPress:The Loop, or a comment loop.

显示评论作者的URL(通常是他们的网站),没有链接的。必须在The Loop或者一个评论 loop内使用这个标签。

Usage

用法

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

Example

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

例子

Displays comment author's URL as a link, using comment author's name as part of the link text.

显示评论作者的URL作为一个链接,使用评论作者的姓名,作为链接文本的一部分。

<a href="<?php comment_author_url(); ?>">Visit 
<?php comment_author(); ?>'s site</a>

Parameters

This tag has no parameters.

Related

模板:Tag Comments Tags

模板:No Param Tag Footer


<a href="<?php comment_author_url(); ?>">Visit

<?php comment_author(); ?>'s site</a>

参数

这个标签没有参数。

相关的

comments_number, comments_link, comments_rss_link, comments_popup_script, comments_popup_link, comment_ID, comment_author, comment_author_IP, comment_author_email, comment_author_url, comment_author_email_link, comment_author_url_link, comment_author_link, comment_type, comment_text, comment_excerpt, comment_date, comment_time, comments_rss_link, comment_author_rss, comment_text_rss, comment_link_rss, permalink_comments_rss

模板:没有Param标签 页底文字