样式表缺少Wordpress主题骨骼

时间:2016-04-02 18:53:50

标签: css wordpress

过去几周一直在网站上工作。没有麻烦,直到今天,当我加载网站时,它说主题已安装但不完整,缺少样式表。此图片显示了我的问题:http://i.stack.imgur.com/QZoQR.png

我进入了我的服务器上的style.css,找不到任何错误。以下是style.css文件的前几行:http://i.stack.imgur.com/xRB8P.jpg

有没有人知道解决这个问题,因为该网站不适合我,需要尽快完成。

3 个答案:

答案 0 :(得分:1)

在你的style.css中,你缺少WordPress加载主题所需的信息。以下是食典委的一个例子:https://codex.wordpress.org/Theme_Development

/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

您至少需要Theme Name

答案 1 :(得分:0)

在屏幕截图中,您的文件名看起来像是样式而不是style.css

此外,我没有看到WordPress加载主题所需的信息,请参阅此处https://codex.wordpress.org/Theme_Development#Theme_Stylesheet

答案 2 :(得分:0)



/*
Theme Name: Name for your theme
Theme URI: URL you want for your theme 
Author: Your name 
Author URI: Your URL
Description: Description about your theme like theme for vibe-uk.com etc.
Version: Specify version
*/




至少在style.css文件中提供以上信息,WordPress如何识别主题名称,缩略图在主题根目录中显示upload screenshot.png