jakecleary/ultrapress

An advanced framework for working with Wordpress; the core app folder structure.

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

This package is not auto-updated.

Last update: 2024-04-23 14:10:30 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.