Sage/Soil module activation

Built a theme on Sage v8.4.2.
Installed Soil v3.7.0 through WP Admin, then activated.
Admin shows Soil modules as inactive.
Looked in lib/setup.php:
// Enable features from Soil when plugin is activated // https://roots.io/plugins/soil/ add_theme_support('soil-clean-up'); add_theme_support('soil-nav-walker'); add_theme_support('soil-nice-search'); add_theme_support('soil-jquery-cdn'); add_theme_support('soil-relative-urls'); add_theme_support('soil-google-analytics');
What do I need to do to activate Soil modules?

1 Like

The add_theme_support is acticating the modules. Commenting these out would deacticate them as i know.