<?php   foreach(array(     'rsd_link',//rel="EditURI"     'index_rel_link',//rel="index"     'start_post_rel_link',//rel="start"     'wlwmanifest_link'//rel="wlwmanifest"   ) as $xx)   remove_action('wp_head',$xx);//X掉以上   function the_category_filter($thelist){//rel="category"或rel="category tag", 这个最巨量     return preg_replace('/rel=".*?"/','rel="tag"',$thelist);   }   add_filter('the_category','the_category_filter'); ?>

将以上代码加到functions.php里面去,Wordpress就不会生成烦人无用的rel属性了

相关日志

分类: 网页设计 标签:, 作者:countmeon 日期:2011-06-05 at 16:33

2条评论

发表评论
  1. 不错 回头试试

发表评论

[ Ctrl + Enter ]