To create a new custom page theme folow some simple rules. |
1. Define the title of the theme. |
2. A WordPress theme needs atleast two files to be exist - style.css and index.php |
3. Be Sure: |
a. The index.php must not contains tags like DOCTYPE, html,head OR body. WordPress has it's own functions for adding header & footer of files. For first time users, we recommend to let plugin load it's own default index.php file. |
b. The plugin will itself call style.css (and other associated javascript, stylesheets etc.) into index.php. So remove all the calls to stylesheets and javascript files from you html into index.php. |
For first time users, we recommend to let plugin load it's own default index.php & style.css files. |