WooCommerce: Activate and deactivate PayPal Standard

Since WooCommerce 5.5, PayPal Standard will no longer be loaded by default. The official recommendation is using PayPal Payments. Unfortunately, this extension is incompatible with the new Checkout block, that is available since WooCommerce 6.9. Activating PayPal Standard Luckily, activating PayPal Standard is pretty straightforward and requires the following steps: Deactivating PayPal Standard Unfortunately, deactivating […]

WordPress: Bulk-delete featured images

After switching to a different theme, I wanted to bulk-delete all featured images. On wpbeginner, I found the following snippet, which worked like a charm. Simply add it to your functions.php, refresh your site and then remove the snippet again.

WooCommerce: Reorder EU VAT field on checkout page

The EU VAT Number extension allows store owners to offer tax-free orders from EU businesses with a valid VAT number. By default, the EU VAT field is placed at the bottom of the billing fields. But what if you want to move that field to another potision?

GitHub: 222 days and counting

For 222 consecutive days, I created at least one commit on GitHub every day. Initially, I planned to do one commit for at least 100 days. Now, that I already doubled that number, I’m aiming for 365 days while dreaming about 1000 days.

GitHub: 170 days and counting

Initially, I planned to do one commit a day for at least 100 consecutive days. Well, that was 170 days ago, and I’m still creating at least one commit a day. As you can see on the chart above, recently I haven’t built many skyscrapers, thus, it’s about time to create another section of high-rising […]

GitHub: 100 days and counting

Exactly 100 days ago I planned to do one contribution to GitHub for at least 100 days. While it was not always easy to create a contribution due to travelling, I’m glad I made it! I just accomplished my 100-day GitHub streak!

I’m now a Bug Gardener 👨‍🌾

Two days ago, Sergey informed me that he added me as a Bug Gardener 👨‍🌾. I can now assign owners to issues, resolve them, close them, etc. That’s how the interface looks that I can no access in Trac:

GitHub: Move .git to the parent directory

During development, we follow a specific file and folder structure. It’s common that things change during development. And in some cases, it’s necessary to move .git to the parent directory. This post shows how to achieve that.

Jetpack: Fix related posts in WordPress 5.3

Earlier today, WordPress 5.3 got release. Unfortunately, this seems to have affected Jetpacks related posts. Instead of centred, the related posts were suddenly left aligned. I went ahead and added the following code to my site, which not only centred the related posts but also made that container wider. This is the CSS code I’ve […]