在我的风格中,我总是使用相同的注释标题名称。css文档。主题名称、主题URI、作者等。例如:
/*
Theme Name: Example
Theme URI: http://example.com
Author: John Doe
Author URI: http://example.org
Description: An example.
Version: 1.0.0
Tags: tags
*/
以下哪一行是强制性的?
最合适的回答,由SO网友:Pieter Goosen 整理而成
从技术上讲,您只需要Theme Name
在样式表标题中。这将确定您的主题。所有其他信息都是需要知道的信息,可以省略。
如果主题是子主题,则需要Template
这也是父主题的路径。