My Life is a parent theme for WordPress. It was created to be one of the best blogging themes in existence. It's purpose is to accentuate your content and making writing fun again.
This theme is a parent theme. What this means is that to customize it, you should be creating a child theme. Is it a theme framework? Some people might call it that. All you need to know is that it's a solid, yet flexible, starting point for any blog.
My Life is built from the rock-solid Hybrid Core theme framework, so it provides a great starting point with many useful features.
Since My Life is a parent theme, you'll want to create a child theme if you plan on making any customizations. Don't know how to make a child theme? It's relatively simple. Just follow the below steps.
/wp-content/themes
directory called my-life-child
.style.css
file within your theme folder.style.css
file, add the below information./**
* Theme Name: My Life Child
* Theme URI: http://link-to-your-site.com
* Description: Describe what your theme should be like.
* Version: 0.1
* Author: Your Name
* Author URI: http://link-to-your-site.com
* Tags: Add, Whatever, Tags, You, Want
* Template: my-life
*/
This will give you a blank design. If you want to import the My Life parent theme style, simply append this code after the above information:
@import url( '../my-life/style.css' );
/* Custom code goes below here. */
Note that child themes are now the officially-supported way of modifying themes in WordPress.
This theme has a very specific header design. The site title, description, and Secondary nav menu have limited widths. Because it's impossible to know everyone's title, description, and menu items, you'll have to configure these items based on your unique needs. Some people may not be able to use as many menu items in the Secondary nav menu as others because their title and description are too long.
Support for the My Life theme is not offered on the WordPress support forums. There is a community called Theme Hybrid where support is offered for this theme. You are encouraged to sign up to the site to use its support forums and become a part of the community.
My Life is licensed under the GNU General Public License, version 2 (GPL).
This theme is copyrighted to Justin Tadlock.
2011 – 2013 © Justin Tadlock.