Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter steveja7

    (@steveja7)

    Answered my own question. It is simply a matter of adding the following code to my child theme functions.php:

    add_filter('widget_text', 'do_shortcode');

    I have never understood the child theme idea. Can I add the above code to the normal theme function.php on my current theme?

    Thread Starter steveja7

    (@steveja7)

    Sure! If you want to add the code to your normal theme function EVERY time the theme is upgraded.

    You really should understand child themes if you want to be change ANYTHING in the theme you are using. It is very easy to implement a child theme.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Displaying events in a sidebar widget’ is closed to new replies.