August 2017
Beginner
412 pages
10h 30m
English
WordPress has only the following two requirements to recognize your folder as a theme:
Just rename your main design's HTML file as index.php, and this takes care of the first requirement. To satisfy the second requirement, your style sheet needs to have an introductory comment that describes the basic information for the whole theme: title, author, and so on. Also, it has to be at the very top of the style sheet. I've added this comment to my style.css file:
/*Theme Name: Daily Cooking CustomTheme URI: http://newinternetorder.com/Author: Karol KAuthor URI: http://karol.cc/Description: Daily Cooking Custom is a custom theme created for the buyers of "WordPress Complete" ...
Read now
Unlock full access