diff --git a/functions.php b/functions.php index 73f6900..b036c20 100644 --- a/functions.php +++ b/functions.php @@ -4,6 +4,8 @@ add_theme_support( 'post-thumbnails' ); add_theme_support( 'automatic-feed-links' ); +add_filter( 'the_excerpt', 'shortcode_unautop'); +add_filter( 'the_excerpt', 'do_shortcode'); register_nav_menus( array( 'main-menu' => __( 'Main Menu', 'initfest' ),