Viewing 2 replies - 1 through 2 (of 2 total)
  • @hemasusi

    1. You can either install a default theme ( this is because default themes are used by WordPress if anything goes wrong with current theme)

    Note – You don’t need to activate the default theme, just installing it is enough.

    2. If you don’t want to install a default theme and just want to suppress this notice, go to your wp-config.php file and add these lines:

    define ('WP_DEFAULT_THEME', 'your-theme-directory-name');
    define ('CORE_UPGRADE_SKIP_NEW_BUNDLED', true);

    Replace?'your-theme-directory-name'?with the directory name of your current theme.?This will set your current theme as the default theme.


    Have a good day ??

    Thread Starter hemasusi

    (@hemasusi)

    Thanks for your answer Kuldeep.

    I will try the code in wp-config.php and update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Have a default theme available’ is closed to new replies.