Template Tags/comments link
Материал из WordPress Wiki
Содержание |
Description
Displays the URL to a post's comments. This tag must be within The Loop, or the loop set up for comments.
Usage
%%% <?php comments_link(); ?> %%%
Example
<a href="<?php comments_link(); ?>">
Comments to this post
</a>
Parameters
This tag has no parameters.