Creating a theme is a piece of cake

A basic theme needs the following:

3 HTML files:

  1. index.html (For the index page)
  2. default.html (for usual pages)
  3. category.html (for all category pages)

2 CSS files:

  1. content.css (put your font and colors classes in it, and it will appear in the "styles" drop down when using the content editor.
  2. style.css (used for all general layout styles).

Note: you can add as many templates and css files as you need. The system will pick them up when loading your styles.

Important! Turn OFF Magick Quotes to avoid '\' in templates when loading themes or modifying templates inline.

Screencast showing how to create and upload a zipped theme

add-and-change-theme-0001
add-and-change-theme-0002
add-and-change-theme-0003

Part II, Uploading Themes Using FTP