wordpress:禁止英文符合自动转为中文符号
一个不是很起眼的问题,多发生在喜欢贴代码的博客里,有个不是很出名的插件可以解决。而我曾尝试把这个插件代码放到模板的functions.php里,测试成功。代码如下:
//禁止半角转全角 $qmr_work_tags = array( 'the_title', 'the_content', 'the_excerpt', 'comment_text', 'list_cats', 'single_post_title', 'comment_author', 'term_name', 'link_name', 'link_description', 'link_notes', 'bloginfo', 'wp_title', 'widget_title', 'term_description', 'category_description', 'widget_text' ); foreach ( $qmr_work_tags as $qmr_work_tag ) { remove_filter ($qmr_work_tag, 'wptexturize'); }
ietest 还是不能兼容WIN7,头疼……
我在win7上都用了无数无数次了……
IETESTER 在WIN7下不能打开 IE6 TAB 不知道为什么
我没遇到这个问题……
功能出现兼容问题的时候我选择删除了,免得揪心
有ie的模拟器的,也不大,我修改主题的时候曾用过
除了苹果我都有了...
站长说的极是啊,当初调试个phpcms的时候用了个IE6,那真是惹了个大麻烦了的