就像這樣子無法使用 HTML 模式寫文章,我停用所有 plugins 外掛也不能解決

wordpress new post visual

這是據說是官方的解釋

Disable Javascript Concatenation
To result in a faster administration area, all Javascript files are concatenated into one URL. If Javascript is failing to work in your administration area, you can try disabling this feature:
define('CONCATENATE_SCRIPTS', false);

解決方式就是在 wp-config.php 加入

define('CONCATENATE_SCRIPTS', false);
Related posts 相關文章
wordpress 支援 php 版本
More...
我現在的筆記方式
More...
WrodPress 20 年了,5 月時的活動影片
More...
加強 WordPress 安全
More...

作者

留言

撰寫回覆或留言

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