llopesle / i9acao

i9acao wordpress theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

i9acao wordpress theme


Languages

Language:CSS 68.6%Language:PHP 30.5%Language:JavaScript 0.9%