WordPress默认的主题不太好看,就想着给自己的BLOG换一个新的主题,可换了几个都不行,都是首页显示有问题。提示Fatal error: Call to undefined function the_title_attribute() in /www/hostscorpion.com/q/u/i/quinn/htdocs/wordpress/wp-content/themes/devat/index.php on line 4 ,有提示就好办。
打开主题编辑,找到那个文件,将出错地方的 the_title_attribute()改为the_title(),然后再看,又有新错误Fatal error: Call to undefined function the_tags() in /www/hostscorpion.com/q/u/i/quinn/htdocs/wordpress/wp-content/themes/devart/index.php on line 17,这次找到文件将里面的 the_tags() 改为the_category()。
哈哈,问题解决了,新的面孔就这样出现了。
0 评论 on "WordPress添加新主题"
发表评论