An incredibly powerful theme framework for WordPress. Official website: WPStartBox.com.
Download here: startbox.zip
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.
Important: If you use the "Repository Download" button, github will generate a file named "StartBox-master"). It is important that you rename the unzipped theme directory to "startbox", otherwise your child theme won't recognize that StartBox has been installed.
We highly recommend that you use a Child Theme instead of running StartBox directly. We've created a pretty simple StartBox Child Theme 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.
Full documentation can be found at http://docs.wpstartbox.com/
Please open an Issue to report any bugs or feature requests.
Official support forums can be found at http://wpstartbox.com/support/
Want to contribute? That's great! Patches are always welcome. Open an Issue and make a Pull Request.
git checkout -b MyBox
).git commit -am "Added the best feature ever!"
).git push origin MyBox
).