Soil add module

Hi,
I installed Sage and Soil, but I need to add the module ?
I meant that the theme support
add_theme_support(‘soil-relative-urls’);
add_theme_support(‘soil-google-analytics’, ‘UA-XXXXX-Y’);

Thank you

I’m not exactly sure what you’re asking. Once you have Soil installed and activated, you can choose to use any or all of the Soil modules in your theme. And yes, you just need to use add_theme_support('soil-module-name');.

The default installation of Sage automatically loads most of the Soil modules out of the box. If you want to add Google Analytics, you’ll need to add that line manually.

https://github.com/roots/sage/blob/master/lib/config.php#L7-L14

2 Likes

Thank you, I just add Soil plugin and it works !