WordPress.org statement threatens possible shutdown for all of 2025 – Computerworld
(www.computerworld.com)
WordPress started out as a terrible hack PHP app and somehow while PHP the language has been improving to allow people to build sane apps, WordPress has somehow gone the other direction to make themselves EVEN MORE INSANE.
It used to be you could make a custom styled theme by taking the default theme and editing the HTML/CSS to customize the pages.
The current default themes use the most insane methods known to webdev. They replaced CSS with JSON files. And then use CSS embedded in JSON embedded in HTML comments inside of PHP files. It's completely incomprehensible.