This plugin adds custom post format for Wishes. You can use shortcodes to add form to send wishes and list with wishes.
Shortcodes
- [nk_wishes_form] - show wishes form.
- [nk_wishes] - show wishes list.
Available attributes:
- count - how many wishes show on the page
- pagination - show or hide pagination
- class - add custom classnames
[nk_wishes count="5" pagination="true" class="my-class-name"] - usage with all attributes
Custom Templates for Theme
You can change templates for form and wishes output. Copy php files from
nk-wishes/templates/ to yout theme folder in
your-theme/nk-wishes/.
Then plugin will check templates in theme and use if it's available.
Real Examples
In Love Wedding Theme