Hi again,
shortly before I can finally go online with my WP+bbpress, there is a problem with the shortcode in a widget: The tag cloud in sidebar widget is not displayed.
Here in the forum I found the following tip:
To allow shortcodes in sidebar widgets, write in an empty functions.php file the following code und put this file into your child-theme-folder:
<?php
add_filter('widget_text', 'do_shortcode');
?>
After saving the file, you can now add the shortcode [bbp-topic-tags] in sidebar widgets.
Unfortunately the tag cloud is not shown.
What did I do wrong?
Thank you very much for help says
Morgensonne