C:\stinger20130825\comments.php | C:\stinger20130827b\stinger20130827b\comments.php | ||
---|---|---|---|
30 | <?php if (('open' == $post-> comment_status) || ('open' == $post->ping_status)) : //コメント・トラックバックどちらか1つでもオープン ?> |
30 | <?php if (('open' == $post-> comment_status) || ('open' == $post->ping_status)) : //コメント・トラックバックどちらか1つでもオープン ?> |
31 | <p><?php comments_rss_link('この投稿のコメント・トラックバックRSS'); ?></p> |
31 | <p><?php post_comments_feed_link(); ?></p> |
32 | <?php endif ?> |
32 | <?php endif ?> |