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

v0.3.0 2015-01-29 11:42 UTC

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

  1. Download Wordpress and copy it into your project folder.
  2. $ cd wp-content/themes/
  3. $ composer create-project jakecleary/ultrapress your-theme-name
  4. $ cd your-theme-name
  5. $ sudo npm install
  6. Check out the documentation (coming soon) to learn how to write more efficient Wordpress themes.