onair-k
6.28.2012
wordpress html valid
カテゴリーリンクの"rel"削除
functions.phpに下記追加
add_filter('the_category', 'remove_rel'); function remove_rel( $text ) { $text = str_replace('rel="category tag"', "", $text); return $text; }
次の投稿
前の投稿
ホーム