Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.84 KB

File metadata and controls

23 lines (18 loc) · 1.84 KB

htmltowordpress.io Simple WordPress Starter Theme

All the themes generated with htmltowordpress.io consist of two parts, the original html converted to php format and the Simple WordPress Starter Theme.

Files

  • front-page.php contains your front-page (index.html) after the conversion
  • index.php contains the default-template for the theme and is empty if no default.html is added during the conversion. Read more about creating a default template in the documentation.
  • functions.php loads the files located inside the html2wp folder. It is recommended to not add any custom code here if you plan to convert your theme again. Please consider using a child theme instead: http://codex.wordpress.org/Child_Themes
  • style.css provides details about the theme that are used by WordPress and any styles from an excisting style.css before the conversion
  • screenshot.png the screenshot displayed in the theme menu of WordPress
  • html2wp-folder contains the theme functionality logic
  • Any other files are added from the original html website during the conversion to a WordPress theme.

Documentation

Please read the documentation for more info.

Contributing

The source and the issues tracker for the Simple WordPress Starter Theme cand be found from: https://github.com/html2wp/simple-wp-starter-theme

Copyrights

The files located inside the html2wp folder (excluding the html2wp/vendor folder) and other files that are part of the Simple WordPress Starter Theme (https://github.com/html2wp/simple-wp-starter-theme) are licensed under the GPLv2+.

Ownership of any other files and their copyrights belong to their respective authors.