Hi, Mike - Great plugin again. I'm having trouble getting the class attribute to appear in the resulting div. Here is my code:
the_boilerplate(86,'id',array('showtitle'=>'0','id'=>'myID','class'=>'myClass'));
The resulting HTML looks like this:
<div id="myID" class="">
... boilerplate stuff
</div>
The id appears as you can see, but no class value. This is also the case if id='' or is not specified. Your suggestions are appreciated!
http://wordpress.org/extend/plugins/wp-boilerplate-shortcode/