Mean Widgets in the Sidebar
Hi @januschm,
WordPress does not execute shortcodes in widget title.
Even normal shortcodes don’t work.
But you can paste below line in your theme’s function.php file to execute shortcode in widget title.
add_filter( 'widget_title', 'do_shortcode' );
Thanks,
Aakash
Hey @vaakash
i will send you screenshots through Mail to show you what I mean. You have an mail address?
Best
Janusch
You can contact me via aakash [dot] 19493 [at] gmail [dot] com
I will send you an email right away – thank you
Hi @januschm,
I looked at your email with screenshots.
You have inserted the shortcoder “block” in the sidebar. Not a widget.
Blocks won’t have a title.
You must use the “widget group” block and add “shortcoder” block inside that.
Otherwise you can use the old widgets interface and drag and drop text widget and paste the shortcode as content.
Thanks,
Aakash
You are absolutely right, the fault was on our side – now I have titles too. Thank you very much.