Basic comment template tags
by
admin
·
Published
· Updated
Template Tag |
Description |
<?php comment_ID(); ?> |
the ID of a comment |
<?php comment_author(); ?> |
the author of a comment |
<?php comment_author_link(); ?> |
the author of a comment, wrapped with a link to his website if he specified one |
<?php comment_type(); ?> |
the type of comment; pingback, trackback or a comment |
<?php comment_text(); ?> |
the actual comment |
<?php comment_date(); ?> |
the date it was posted |
<?php comment_time(); ?> |
the time it was posted |