- カタチグラフィックスのBlog – Katachigfxの日記と制作メモ

03.24

WordPress – コメントフィードを使用しない

Published 3月 24th, 2010 Posted in WordPress No Comments »  

wp-includes/general-template.php内の1468行目あたり、

echo ‘<link rel=”alternate” type=”‘ . feed_content_type() . ‘” title=”‘ . esc_attr(sprintf( $args['comstitle'], get_bloginfo(‘name’), $args['separator'] )) . ‘” href=”‘ . get_feed_link( ‘comments_’ . get_default_feed() ) . “\” />\n”;

をコメントアウト。

WordPress2.9.2

–制作メモ

ご自由にどうぞ