Time for action – describing your theme

Now it's time to describe our theme.

  1. Open the style.css file.
  2. At the top of the file, edit the existing information so that it reads something like the following:
    /*
    Theme Name: Open Source Online Magazine chapter 6
    Theme URI: http://rachelmccollin.co.uk/opensourcemagazine
    Description: Theme to accompany WordPress 3.4 Theme Development Beginners Guide Chapter 6
    Author: Tessa Blakeley Silver / Rachel McCollin
    Author URI: http://rachelmccollin.co.uk/
    Version: 1.0
    Tags: Black, blue, dark, responsive, magazine
    */
  3. Save your style.css file.

What just happened?

You added the information users need to understand what your theme is, who developed it, and what attributes it has (using the tags). Now, when you refresh the Themes admin screen, the new information is displayed:

What just happened?

Your theme's license

The requirement for the theme repository is that themes are derivative works of the WordPress code base and, therefore, should be released with a standard GPL license that does not conflict with the WordPress GPL license. If you're not familiar with the GNU/GPL license, you can learn more about it here: http://www.gnu.org/copyleft/gpl.html

Again, if you're hoping to get into the WordPress theme repository, this is the license that you must use for your theme. You'll want to refer to the WordPress theme review guidelines for more information. The link for the same is http://codex.wordpress.org/Theme_Review#Licensing.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset