diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php index ae0f8f064c..6bf6e85be8 100644 --- a/src/wp-content/themes/twentyseventeen/functions.php +++ b/src/wp-content/themes/twentyseventeen/functions.php @@ -94,6 +94,9 @@ function twentyseventeen_setup() { 'flex-width' => true, ) ); + // Add theme support for selective refresh for widgets. + add_theme_support( 'customize-selective-refresh-widgets' ); + /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, and column width.