- サイトデザイン工事中です。ご意見をお寄せください。
- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
テンプレートタグ/comments link
提供:WordPress Codex 日本語版
< テンプレートタグ
- 書式: <?php comments_link('file', display); ?>
- 説明: 記事のコメント部分へのURLを出力。
- 位置: ループ内
- 引数: なし
- コード記述例:
<a href="<?php comments_link(); ?>">コメントする</a> - 出力例:
<a href="http://example.com/?p=3#comments">コメントする</a>