What’s the Difference Between analytics.js, gtag.js & ga.js?

What’s the Difference Between analytics.js, gtag.js & ga.js?

Besides analytics.js, I recently added support for gtag.js to CAOS. To be honest I didn’t really think it through. Many people asked for gtag.js support and me being the obedient soldier that I am, I just implemented it. The update was received with (virtual) standing ovations and… panic. Riots in the streets. WORLDWIDE C-H-AOS! (wink…

How to add Products to Topmenu in Magento 2
|

How to add Products to Topmenu in Magento 2

Let’s say your company sells one product. This deserves the spotlight, right? Let’s say you want to give your product a prominent place in the topmenu. Since Magento 2 natively only supports adding categories to its topmenu, you’re up for a challenge! Today I’ll show you how to create a module which allows you to…

How to Remove Google Fonts from your WordPress Theme
|

How to Remove Google Fonts from your WordPress Theme

I’ve been getting a lot of requests lately, to implement a ‘Remove Google Fonts’-option into OMGF. After a lot of research (a few months!) I managed to implement an efficient way to do it. Version 1.9.0 contains an experimental option to remove any Google Fonts that are enqueued in your WordPress blog. But, for those…

How to Speed Up WordPress with Preconnect
|

How to Speed Up WordPress with Preconnect

Preconnect is one of many ways to improve the performance of your WordPress website. I’ve covered many of these in previous posts and created plugins which optimize various aspects of WordPress. Although I am the (self-proclaimed) king, no, emperor of hosting files locally, even I must admit that many roads lead to Rome. Today I’ll…

How to (actually) move WordPress to a New Domain (with SSL — without losing SEO)
|

How to (actually) move WordPress to a New Domain (with SSL — without losing SEO)

How do you move WordPress to a new domain? Moving my WordPress site to a new domain gave me a headache, but I’m sure it was worth it. I mean, check out my shiny new domain name! .dev, isn’t it awesome? If this move doesn’t give me a SEO boost, I don’t know what does….

How to Host any (.js)-File Locally (and keep it updated using Crontab)
|

How to Host any (.js)-File Locally (and keep it updated using Crontab)

I’ve received many requests on the WordPress support forums to create plugins to host certain files locally. Besides CAOS and OMGF I recently created a plugin which enables you to easily save a local copy of any external script or style, called HELL or: Host Everything LocaL. But since there are still plenty of scenario’s…