Tech note: WordPress multisite in sub-domains redirects without path when you have a domain alias
Well this is a super-niche issue that I came across today. I don't have an answer - maybe you do?
Freelance technology, code and consultancy
Well this is a super-niche issue that I came across today. I don't have an answer - maybe you do?
For experienced Laravel developers, version 8 and Jetstream are really exciting. But as someone who wants to introduce people to Laravel as a way to build cool stuff, I really feel like there are some issues here.
I’ve been updating some old Laravel apps and I just came across this issue with updating from 5.6 to 5.7. It’s noted in the upgrade docs (see “Template Theme”) but easy to miss. I know I’ll come across this again, so it’s worth noting here for the future. If you have published your mail templates […]
A quick bit of WordPress learning on the interaction between ACF, shortcodes, and enqueuing and registering scripts.
I'm attempting to build a WordPress theme with no build tool using only "vanilla" CSS and JS. Here's some initial thoughts I've had after getting started.