-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathREADME.txt
More file actions
executable file
·39 lines (30 loc) · 1.84 KB
/
Copy pathREADME.txt
File metadata and controls
executable file
·39 lines (30 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
About StartBox
============
An incredibly powerful theme framework for WordPress. Official website: http://wpstartbox.com.
Installation
------------
Important: You can download a .zip archive using the Repository Download button at https://github.com/WebDevStudios/StartBox/, but make sure you rename the resulting folder to "startbox" (it will default to "StartBox-master"). If you forget to rename the folder, weird things may happen.
StartBox can be installed like any other WordPress theme, either via the built-in Theme Uploader, or by manually uploading to your server it via (s)FTP.
Usage
------------
We highly recommend that you use a Child Theme instead of running StartBox directly. We've created a pretty simple StartBox Child Them (https://github.com/WebDevStudios/StartBox-Child) for you to modify and destroy as you see fit.
If you're looking for a more high-caliber design, we recommend one of these excellent themes: http://wpstartbox.com/themes/.
Documentation
------------
Full documentation can be found at http://docs.wpstartbox.com/
Bugs & Feature Requests
------------
Please open an Issue at https://github.com/WebDevStudios/StartBox/issues to report any bugs or feature requests.
Support
------------
Official support forums can be found at http://wpstartbox.com/support/
Contributing
------------
Want to contribute? That's great! Patches are always welcome. Open an Issue and make a Pull Request.
1. Open an Issue (or claim an open Issue): https://github.com/WebDevStudios/StartBox/issues
2. Fork StartBox: https://github.com/WebDevStudios/StartBox/fork_select
3. Create a branch (`git checkout -b MyBox`).
4. Commit your changes (`git commit -am "Added the best feature ever!"`).
5. Push to the branch (`git push origin MyBox`).
6. Open a Pull Request: https://github.com/WebDevStudios/StartBox/pulls.
7. Enjoy a refreshing beverage and wait.