https://stackoverflow.com/questions/18769141/wordpress-admin-not-loading-css-js

WordPress admin not loading css/js

CSS跑掉

In wp-config.php before require_once add below code into file :

define('CONCATENATE_SCRIPTS', false); 

CSS跑掉修改wp-config

/* That’s all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, __DIR__ . ‘/’ );
}
define(‘CONCATENATE_SCRIPTS’, false);
/** Sets up WordPress vars and included files. */
require_once ABSPATH . ‘wp-settings.php’;

最後修改日期: 2023 年 3 月 7 日

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。