Download the PHP package open-function-computers-llc/better-wordpress without Composer
On this page you can find all versions of the php package open-function-computers-llc/better-wordpress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open-function-computers-llc/better-wordpress
More information about open-function-computers-llc/better-wordpress
Files in open-function-computers-llc/better-wordpress
Package better-wordpress
Short Description A suite of classes to make WordPress theme development cleaner
License MIT
Informations about the package better-wordpress
A suite of utilities to deliver a faster and more consistent WordPress theme development experience.
π¦ View on Packagist
π Read the Docs
About
The purpose of this package is to enable developers to use the familiar model-view-controller pattern in the creation of WordPress themes. This is accomplished by keeping HTML and PHP code as seperated as possible and adding convenient methods to organize data before itβs sent to the view controllers. Querying for posts, rendering menus, handling taxonomies and all the other essential parts of developing a WordPress theme are now easier than ever with the RAD Theme Engine.
Quick Start
Inside of your site's wp-content/themes
folder, run the following command to create a new Rad Theme Engine project.
Next, enter your new theme's folder and run npm install
to get dependencies.
And that's it! Read about advanced installations and asset bundling on the docs.
Example Projects
- Shirt Store β Demonstrates custom post types, taxonomies, handlebars, and more.
Authors
- Kurtis Holsapple β @lapubell
- Escher Wright-Dykhouse β @escherwd
- Gabriel Johnson - @gabriel-johnson
License
Licensed under the MIT license, see LICENSE