Download the PHP package neochic/woodlets without Composer
On this page you can find all versions of the php package neochic/woodlets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package woodlets
Woodlets
Woodlets is beta. We think it's stable enough be used it in productive environments and we do so.
However you should copy the default templates directory from views/defaultTemplates into the woodlets directory of your theme. This helps to prevent incompatibilities with future Woodlets versions.
Feedback and feature requests are welcome!
Woodlets is a WordPress plugin that makes theme development more productive and fun.
The main features are:
- Heavily Twig based theme development
- Create widgets with a single Twig-Template file
- Multi column page layouts
- Custom page template fields with data inheritance
- Simple way to add controls to the theme customizer
- Compatible with native WordPress widgets
Installation
Installation via TGM Plugin Activation is recommended. With TGMPA Plugin Activation you can define Woodlets as a required dependency for your theme.
But there is also a bundled version that can be installed manually.
Install via TGM Plugin Activation
- Install TGM Plugin Activation as they explain in their installation manual.
- Include and configure the TGM Plugin Activation library to load Woodlets:
Check "Woodlets Seed"-Theme Tgm.php for a working example.
Install manually
- Go to releases page and download the latest bundled release.
- Extract the zip archive to your WordPress plugins directory (usually "wp-content/plugins/").
- Activate the plugin on the plugins page of your WordPress installation.
Getting started
For the creation of new Woodlets themes we recommend to use "Woodlets-CLI" instead of starting from scratch. It might also be a good idea to take a look at the "Woodlets Example"-Theme.
Create a theme manually
- Be sure the Woodlets plugin is installed and activated.
- Create a new theme (as the WordPress documentation says it should at least contain and )
-
Put the following lines into your :
The action initializes the template rendering.
- Activate your new theme.
- Create your first page template with at least one column. Learn how to create your own page templates.
- Create your first Woodlets widget. Learn how to create custom widgets.
- Add your new widget to the allowed widgets configuration of your page template column.
- Create or edit a page and use your new page layout to test your widget in backend and frontend.
Further Reading:
- Widgets
- Field types
- Page templates
- Theme customization
- Layouts
- Post and other templates
- Multilanguage
- Actions and filters
All versions of woodlets with dependencies
pimple/pimple Version ^3.0
composer/installers Version ^1.0
twig/extensions Version ^1.3