Default Theme

Hi,

I tried adding define( 'WP_DEFAULT_THEME', 'Pro' ); into the wp-config.php file as suggested in Set Pro as WordPress Default Theme, but couldn’t get it to work.

Please assist.

Thank you.

Hey Jun,

Thanks for reaching out!

You need to lowercase the letter p. It should be like this one:

define( 'WP_DEFAULT_THEME', 'pro' );

Hope that helps.

Hi,

It works.

Thank you.

Hey Jun,

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.