/parts/widgets/
With Piklist you can easily create Widgets.
Widgets are made up of two files:
This is the only required file for widgets. Everything in this file will display on the frontend. It can be as simple as standard HTML or a MailChimp form. Or it can be pulled from the Forms File.
The format of this file is: widget-name.php
(i.e. example.php)
This file holds the fields that will be filled in on the Widget page in the WordPress admin.
The format of this file is: widget-name-form.php
(i.e. example-form.php)
This documentation is a community effort. Please create an issue or pull request to help!