Skip to content

hyptx/terra-jr

Repository files navigation

##The Terra Jr Theme

This theme is a child theme of Hyperspatial Design's Terra Theme. It cannot be used by itself and is dependent on it's parent theme.

####Additional Features of Child Theme

  • Parent theme functions are all overwritable
  • Enhanced menu styling, pre style nav by overwriting bootstrap defaults
  • Custom post type factory class

##Installaton

  1. Get a copy of Terra and upload it to your themes directory
  2. Get a copy of Terra Jr and upload it to your themes directory
  3. Activate Terra Jr
  4. Rock and Roll

##CloudFlare

If you want to use the theme with CloudFlare's flexible SSL, it's easy, and free. You will need to secure your wordpress admin area so that the wp admin bar stays secure on the front end. Add the following two lines toward the top of your wp-config.php file.

define('FORCE_SSL_ADMIN',true);
if($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS'] = 'on';