I installed the plugin and it works fine if I insert the shortcode in the normal textarea of my page… but it doesn´t work in the widget area…
my site is http://www.easy-deutsch.de
WordPress doesn’t support shortcodes in the text widgets, they only appear, if your theme was made like that. I think you would only need to give this code to your theme’s function.php file:
add_filter( ‘widget_text’, ‘do_shortcode’ );
But we have our own widget for the Accordion Menu, and you could use that instead.
Viewing 1 replies (of 1 total)
The topic ‘Doesn´t work as a sidebar widget’ is closed to new replies.