Wordpress Issue: Add Post or Add Page Error (Javascript or CSS not loading) load-scripts.php Error

Опубликовано: 19 Июль 2026
на канале: WallaceTalkWeb
17
0

Wordpress Issue:

Not able to Add Post or Add Page Error (Javascript or CSS not loading)
File: load-scripts.php not loading or error.

🔧 Fix WordPress “Add New Post/Page” Not Loading (CSS & JavaScript Error)

Having trouble with your WordPress admin where the “Add New Post” or “Add New Page” screen won’t load? This is usually caused by broken CSS or JavaScript (load-scripts.php error).

In this video, I’ll walk you through a simple fix by editing your wp-config.php file. By adding a small code snippet, you can force WordPress to load scripts separately — resolving the issue quickly.

✅ identify the error using Developer Console
✅ Why load-scripts.php causes this issue
✅ The exact fix inside wp-config.php
✅ How to restore normal functionality instantly

💡 This is a quick and effective solution if your WordPress admin interface is not loading properly.

Code to add in wp_config.php:
define( 'CONCATENATE_SCRIPTS', false );


#wordpress #WordpressError #AddPostError