understrap / understrap-child

The starter child theme for Understrap, the renowned open-source WordPress starter theme.
GNU General Public License v3.0
581 stars 332 forks source link

Make understrap child the default theme #378

Open hcanning opened 1 year ago

hcanning commented 1 year ago

Hi, I have a WP Multisite and want Understrap Child to be my default theme for new sites. Was hoping this would work in wp-config but no luck.

define( 'WP_DEFAULT_THEME', 'Understrap Child' );

and

define( 'WP_DEFAULT_THEME', 'understrap-child' );

..new sites created in Multisite use a twentytwenty theme instead.

Any ideas how to set Understrap Child as default programmatically?

Thanks

hcanning commented 1 year ago

WP 6.11 Understrap Child Version: 1.1.0

hcanning commented 1 year ago

If it helps others it's: define( 'WP_DEFAULT_THEME', 'understrap-child-main' );