jakecleary / ultrapress
An advanced framework for working with Wordpress; the core app folder structure.
v0.3.0
2015-01-29 11:42 UTC
Requires
This package is not auto-updated.
Last update: 2024-11-05 16:30:06 UTC
README
What?
UltraPress: a theme boilerplate that utilizes the MVC pattern to bring structure and sanity to Wordpress development.
Note: for the library that supports UltraPress, see jakecleary/ultrapress-library.
Early in development. All ideas, features, and documentation subject to change.
Why?
Wordpress sucks, but a lot of developers have to work with it for various reasons outside of their control, so I decided to try and make it suck a little less.
How
- Download Wordpress and copy it into your project folder.
$ cd wp-content/themes/
$ composer create-project jakecleary/ultrapress your-theme-name
$ cd your-theme-name
$ sudo npm install
- Check out the documentation (coming soon) to learn how to write more efficient Wordpress themes.