Quote:
Originally Posted by juggledad
What sidebar is it
|
(I'm guessing this is your question.)
<?php dynamic_sidebar( 'image-gallery' ); ?>
It's producing this line of code each time I put that widget on a page:
Code:
<aside id="execphp-2" class="widget widget_execphp cf">
The obvious hack is to make a different sidebar with a duplicate widget in it, but maybe there's a better way.
Thanks.