Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leogopal/wp-child-theme-starter
WordPress Child-Theme Starter-kit
https://github.com/leogopal/wp-child-theme-starter
Last synced: about 1 month ago
JSON representation
WordPress Child-Theme Starter-kit
- Host: GitHub
- URL: https://github.com/leogopal/wp-child-theme-starter
- Owner: leogopal
- Created: 2015-01-29T10:15:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T12:34:47.000Z (over 9 years ago)
- Last Synced: 2023-05-18T23:26:51.254Z (over 1 year ago)
- Language: CSS
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WordPress Child Theme Starter-kit
===Hi. I'm a WordPress Child Theme Starter-kit. I'm a child-theme so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress child-theme out there. That's what I'm here for.
My purpose is to allow you to leverage all the juicy awesomeness of your parent theme, while keeping it modular and maintainable allowing you to never have to touch the parent theme files.
Getting Started
---------------To begin using this child-theme, you will want to download me from [Github](https://github.com/wobble-dev/wp-child-theme-starter).
1. Rename my `wp-child-theme-starter` folder to whatever you want to call your child-theme (be consistent.)
2. Change the `Author` section in the `style.css` file to your name.
3. Change the `Author URI` section in the `style.css` file to your desired web address.
4. Change the `Template` section in the `style.css` file to folder name of the parent theme your are making me for.
5. Next, update or delete this readme.Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)
Good luck!