Created
March 15, 2015 21:54
-
-
Save michaelschofield/183b6729ac1781ddae14 to your computer and use it in GitHub Desktop.
An example of a WordPress Theme Stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Anything You Want | |
Theme URI: http://wordpress.org/themes/twentythirteen | |
Author: Firstname Lastname | |
Author URI: http://firstnamelastname.com/ | |
Description: This is an example theme, and anything I write on this "description" line will be the meat and potatoes of the WordPress theme menu | |
Version: 1.0 | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready | |
Text Domain: twentythirteen | |
This theme, like WordPress, is licensed under the GPL. | |
Use it to make something cool, have fun, and share what you've learned with others. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment