My WordPress site sits on a local XAMPP stack. The dashboard loads perfectly, yet every public-facing page is broken—content simply will not render and the browser shows no errors. I have not added any new plugins or themes recently, so the culprit is buried somewhere else in the install. I need you to: • spin up the project in your own local environment (XAMPP, MAMP, Docker or similar), • trace whatever is blocking WordPress from outputting the page—whether it is a mis-queued script, bad template include, database path mismatch, or a silent PHP warning, • apply a clean fix and return the site fully functional on the frontend, with text, images, styles and layout displaying exactly as they should. Please document the root cause and the steps you took so I can reproduce the solution on my machine. I’m ready to send the full site folder and SQL dump as soon as you’re available.