Tabs, toggles, accordions, and all that jazz. Bells and whistles done right.
Whistles was not born as “just another tabs plugin”. It was born out of the idea that we need to get rid of all other plugins like this and start from scratch.
It seems to me that tabs plugins have been clunky and extremely hard to use over the years. Whistles seeks to rectify this by making it easy to manage tabs, toggles, accordions, and other things that need to be embedded into a page.
Whistles is a plugin that creates a new content type called “whistle” and a new taxonomy called “whistle group”. The plugin allows you to create individual whistles and organize them into whistle groups however you see fit. Then, it allows you to embed whistle groups into posts using the [whistles]
shortcode or adding it via the Whistles widget.
You can also decide how you want to display your whistles. In the current version of the plugin, they can be displayed as:
The great thing about this method is that you’re pretty much able to put whatever content you want into your whistles. It’s no different than writing a post or page. You can insert text, images, media, and even other shortcodes.
[whistles]
shortcode for displaying whistles.If you need professional plugin support from me, the plugin author, you can access the support forums at Theme Hybrid, which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 40,000+ users (and growing).
If you’re a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it’s GitHub repository.
Yes, I do accept donations. If you want to buy me a beer or whatever, you can do so from my donations page. I appreciate all donations, no matter the size. Further development of this plugin is not contingent on donations, but they are always a nice incentive.
whistles
folder to your /wp-content/plugins/
directory.I know what you’re thinking. But, I promise you this one is better. It might not be the shiniest or the most glamorous, but it’s the easiest for actual living, breathing human beings to use. It’s also probably the easiest to extend from a theme author point of view. I call that a win+win.
With plugins like this, it’s literally impossible for the plugin author to design something that will look good with every theme. I actually created this plugin with theme authors in mind. The code is extremely simple so that even the newest theme author could create custom styles for it. Please ask your theme author to support this plugin in his or her theme.
You can simply start overwriting styles via your theme’s style.css
file.
Or, you can put this within the theme setup function in your theme’s functions.php
:
add_theme_support( 'whistles', array( 'styles' => true ) );
Then, copy the contents of this plugin’s /css/whistles.css
file into your active theme’s style.css
file. You’ll be in full control of the styles from that point forward.
This should go into your theme setup function within your theme’s functions.php
:
add_theme_support( 'whistles', array( 'scripts' => true ) );
From that point, do your own thing.
If there’s anything else you want to customize, I’ll assume you’re a theme/plugin author at this point. The code is well documented. There are plenty of hooks. Have at it! I’m more than willing to help out with this on my support forums if you need the help.
Unfortunately, I cannot provide free support for this plugin to everyone. I honestly wish I could. My day job requires too much of my time for that, which is how I pay the bills and eat. However, you can sign up for my support forums for full support of this plugin, all my other plugins, and all my themes for one price.
Sure. Can’t everyone? What a sad world it be without whistling.
'public' => false
. This should keep them from showing up in things like automatically-generated sitemaps.