WordPress函数文档comment_link()

显示一个留言发布链接 描述 译文 显示评论链接 原文 Display the full, anchored U…

显示一个留言发布链接

描述

译文

显示评论链接

原文

Display the full, anchored URL to a single comment. This function must be used within the comments loop.

If you want to link to all of the comments for an entry, use the function comments_link() instead.

用法

<?php comment_link() ?>

参数

None.

返回值

(void) 

This function does not return a value.

示例

Create an anchored permalink to a single comment:

The code shown above will result (depending on your permalink settings) in something like this:

注意

  • Echos the return value of get_comment_link().

历史

添加于 版本: 1.5.0

源文件

comment_link() 函数的代码位于 wp-includes/feed.php.

  • 原文:http://codex.wordpress.org/Function_Reference/comment_link
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT