Rather than using a php code widget, I would like to use shortcodes in a text widget.
Ideally, I would like to write my own shortcodes. Is there a resource I can use to show me how this is done in gknews?
A problem at the moment is despite adding
add_filter('widget_text', 'do_shortcode');
to the child functions.php file, I am not able to for example execute [gknsp] in a text widget. The widget just displays "[gknsp]"
Thanks
Dave