Wordless

All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme.

Home

Wordless

[ˈwərdˈles]

Wordless is an opinionated WordPress plugin that dramatically speeds up and enhances your custom themes creation. Some of its features are:

  • A structured, organized and clean theme organization
  • Bootstrap a new theme directly within wp-cli
  • Write PHP templates with Pug templating system
  • Write CSS stylesheets using the awesome Sass syntax
  • Write Javascript logic in Coffeescript 2
  • A growing set of handy and documented PHP helper functions ready to be used within your views
  • Development workflow backed by WebPack, BrowserSync (with live reload), WP-CLI, Yarn.

A structured, organized and clean theme organization

You always know where to put and where to find things

theme
├── assets
│   ├── javascripts
│   ├── stylesheets
│   └── main.js
├── helpers
│   └── README.mdown
└── views
    ├── layouts
    └── posts

Bootstrap a new theme directly within wp-cli

Wordless brings integration with WP-CLI: once installed you'll have wp wordless command ready to start a new theme in a snap.

Write PHP templates with Pug templating system

Templates are compiled directly by the Wordless plugin. Once compiled, they'll be cached, so you have not to bother about performance overhead.

Write CSS stylesheets using the awesome Sass syntax

It will be chained and compiled on the fly inside asset/stylesheets/screen.css, which is already loaded by the vanilla theme. Sourcemaps will be there too, so you'll find yourself comfortable when working inide browser inspector. Need more? Configure the well known Webpack in order to fit your project needs.

Backed by WebPack, BrowserSync, WP-CLI, Yarn.


Wordless

All the standards you already know, all the customizations you may need.