whistles
whistles copied to clipboard
Something new. Something different. Tabs, accordions, and all that jazz. Done right.
Whistles using WP_Widget the deprecated way, so WP4.3 throws front end notice about it. Can this be fixed? PHP Notice: The called constructor method for WP_Widget is deprecated since version...
For compatibility with WP 4.3 fix on line 36
For tabs, toggles, and accordions, the user should be able to set an active section. Something like: ``` [whistles active="1] ``` And, setting it to `0` should make no section...
Hey Justin, I thought it might also be cool to add an additional option for how a user can sort Whistles, so I added "Menu Order" as an option. Let...
https://www.transifex.com/projects/p/whistles/ - Added the tx workflow - Incorporated the previous Japanese translation - Added the French translations Ready to swing!
Added 'Quick Start' Guide. In talking with some folks over in the Advanced WordPress FB group, some thought that at least some basic documentation within the plugin was necessary. So...
Version 0.1.0 of this plugin was just a proof-of-concept. Eventually, I'd like for the "Whistles" and "Whistle Groups" admin screens to be integrated into a single screen. I'm thinking something...
This should work like the WordPress media modal on the edit post screen. When a user clicks the "Add Whistles" media button, the modal should pop up. Then, they should...
The user should be able to input a custom class for the whistles wrapper. Something like this should do: ``` [whistles class="example-class"] ```