jakecleary / ultrapress
An advanced framework for working with Wordpress; the core app folder structure.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jakecleary/ultrapress
Requires
This package is not auto-updated.
Last update: 2025-10-21 20:38:28 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.