We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
WP 6.11 Understrap Child Version: 1.1.0
Sorry, something went wrong.
If it helps others it's: define( 'WP_DEFAULT_THEME', 'understrap-child-main' );
define( 'WP_DEFAULT_THEME', 'understrap-child-main' );
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: