专业WordPress主机提供商

Simple tags不能在WordPress 2.7中运行的解决办法

2009-01-20

       刚才装了一个Simple tags发现不能使用,提示“Simple Tags can’t work with this WordPress version ! You must use Simple Tagging Plugin for it to work”,本想安装提示进行安装,突然记得找这个插件下载的时候说Simple Tagging很久没有更新了,Google一下,发现了解决方法。

 

编辑插件

if ( strpos($wp_version, ’2.5′) !== false || strpos($wp_version, ’2.6′) !== false ) { ADD SOME TO THIS ROW AS SHOWN BELOW if ( strpos($wp_version, ’2.5′) !== false || strpos($wp_version, ’2.6′) !== false || strpos($wp_version, ’2.7′) !== false )

安装上面的修改一下就好了。

作者:小张 | 分类目录:WordPress技术 | 标签:

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>