Skip to content

nderelli/klas

 
 

Repository files navigation

KL[AS] WordPress Theme Framework

A SASS based starter theme for WordPress created by Kyle Larkin and Alex Stockwell.

Installation

  1. Copy the repository to your /wp-content/themes folder
  2. Move .htaccess and wp-config.php files out of the theme folder and into the wordpress root directory
  3. Rename the theme folder, and update paths in the following locations: sass/ie.scss
  4. Update your wp-config.php file as usual (add db credentials, salts, etc)
  5. Refresh your permalinks

Note for Shared Hosting: The line Options All -Indexes in .htaccess may cause 4xx/5xx errors site-wide on some shared servers. Please remove this line if necessary.

Usage

  1. The wp-config.php file is intended for use with the following 3 project lifecycle environments, with the following naming conventions:
  • Development: [optional.]example.dev. Regex will detect this for you automagically.
  • Staging: any URL structure you'd like, e.g. preview.example.com. You must define this in the wp-config.php file on line 23.
  • Production: any URL, e.g. example.com. This is the default and the file will fallback to these credentials if the Development/Staging conditions aren't met.

Taking inspiration from:

About

KL[AS] WordPress Theme Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published