Developing New Theme – No Templete Needed?
-
The article for Theme Development found here, http://codex.wordpress.org/Theme_Development states
The simplest Theme includes only a style.css file, plus images, if any. To create such a Theme, you must specify a set of templates to inherit for use with the Theme by editing the Template: line in the style.css header comments.
When placing only style.css into my new theme folder, using default as the template parent, returns a broken theme error
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Is the article not current or am I missing something?
Thanks.
The topic ‘Developing New Theme – No Templete Needed?’ is closed to new replies.