/parts/shortcodes/
With Piklist you can easily create Shortcodes.
Shortcodes are made up of two files:
Everything in this file will display a form in the admin. Piklist automatically creates a form for every shortcode you create with it.
The format of this file is: widgetname-form.php
(i.e. example-form.php)
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: widgetname.php
(i.e. example.php)
This documentation is a community effort. Please create an issue or pull request to help!