Today I have been playing around with Varnish, SSL and SPDY in relation to WordPress hosting. Now, one thing that I noticed was that several images were using the http protocol instead of https – which seemed to be caused by wp_get_attachment_url.
Luckily we can use the WordPress filters to fix this issue pretty easily, as shown in the gist below. This will simply replace the http:// in the URL with https:// if SSL is being used.
Apparently this has been an issue for quite some time, but still hasn’t been fixed in WordPress.
I've tried my fair share of power banks, but none have become a part of my routine like the Satechi Quatro Wireless Power Bank. Although this product was first released in 2020, I didn't catch on to it until 2022. This sleek and powerful charging solution quickly became my go-to…
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
When I first started to develop WordPress sites, I came across an issue. I had never used WordPress like my customers did. Developers and users usually don't see things the same way. Besides, most of them had their experiences from one of the default themes. I quickly understood that I…