share together
这两天dashboard进不去的问题似乎得到解决,看了这篇文章后,按照他的方法去掉注释后,顺利并且迅速进入后台。在我自己的wp上实验成功,(实际上我并不明白什么叫去掉注释,我只是直接把那个technorati的feed删除了,但是还是成功了。如果谁知道正确的去掉注释的方法的话顺便留个言吧) 难道这个问题和这两天上不了 technorati 有关?
stane:去看一下文章把文件改一下吧。
linxco
Apr 27th, 2006 @ 4:45 pm
不是去掉注释,是把出现$rss = @fetch_rss的那一行注释掉。 比如有一行$rss = @fetch_rss(’http://feeds.technorati.com/cosmos/rss/?url=’. trailingslashit(get_option(’home’)) .’&partner=wordpress’);
注释的意思就是在它前面加/*,后面加*/,这句程序就不执行了。就是/*$rss = @fetch_rss(’http://feeds.technorati.com/cosmos/rss/?url=’. trailingslashit(get_option(’home’)) .’&partner=wordpress’);*/
stane
Apr 28th, 2006 @ 3:48 pm
那个文章很早就看过了。
现在dashboard恢复了,估计和technorati的暂时休克有关。恩恩
vAns
Apr 28th, 2006 @ 3:54 pm
2 linxco:收到了。。。谢谢指导^_^
Name
Mail ( will not be published )
Website
This entry was posted on Thursday, April 27th, 2006 at 6:37 am, in park17 . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
linxco
Apr 27th, 2006 @ 4:45 pm
不是去掉注释,是把出现$rss = @fetch_rss的那一行注释掉。
比如有一行$rss = @fetch_rss(’http://feeds.technorati.com/cosmos/rss/?url=’. trailingslashit(get_option(’home’)) .’&partner=wordpress’);
注释的意思就是在它前面加/*,后面加*/,这句程序就不执行了。就是/*$rss = @fetch_rss(’http://feeds.technorati.com/cosmos/rss/?url=’. trailingslashit(get_option(’home’)) .’&partner=wordpress’);*/
stane
Apr 28th, 2006 @ 3:48 pm
那个文章很早就看过了。
现在dashboard恢复了,估计和technorati的暂时休克有关。恩恩
vAns
Apr 28th, 2006 @ 3:54 pm
2 linxco:收到了。。。谢谢指导^_^