Thread Starter
msewe
(@msewe)
found it.
i added a .glossary css class and it worked…
Thread Starter
msewe
(@msewe)
i finally found some way to do it on that website : http://digwp.com/2010/03/shortcodes-in-widgets/
here is the ‘simple solution’ :
– first : add that line to the functions.php file :
add_filter(‘widget_text’, ‘do_shortcode’);
– then, use the ‘Text’ widget + write [ monoslideshow id=x etc. ]
worked perfectly for me 😉