Today’s tech anomaly was odd. I’m working on a new WordPress theme and obviously WordPress has to load its assets like the CSS file and the JavaScript file. I just added some new code to the home page template and suddenly my CSS was not loading. In fact it was pointing to the next theme in the list, Blockbase, and loading its CSS. Nothing I could do with caching resolved this in the slightest.
So it eventually turns out that if you add really bad code that crashes to a template, WordPress decides that it should not load your theme assets and it should load them from somewhere else. You can almost guarantee that this problem occurs because of crashing code somewhere in a theme.