Posts
The posts are all written in English.
23 February 2021
WordPress theme development with TailwindCSS: recreating github.blog
I made a screencast which might be the start of a series, in which I recreate the github.blog site...
20 December 2020
2020 year in review
Most posts on this website are quite technical in nature. This post will be a little different, no code snippets this time. This will be...
24 November 2020
A Tailwind boilerplate for WordPress
For years I have been developing custom WordPress themes, mostly with Bootstrap (3 and later 4). But around a year ago, I started using...
28 October 2020
Splitting the WordPress loop
Today I needed to make a post archive page for a WordPress-theme that contained several different grids in one loop. For example, the...
4 September 2020
Using the WordPress WYSIWYG editor within custom Widgets
Sometimes you want to create a custom widget for your WordPress theme or plugin. And sometimes, you might want to include the tiny...
11 August 2020
Installing Memcached on CentOS and DirectAdmin for WordPress
This article will go through the steps to get Memcached installed on a Centos (7 or 8) server with DirectAdmin.
I needed to...
18 May 2019
Introducing Easy Liveblogs
I’m very happy to announce that today, I published the Easy Liveblogs plugin on wordpress.org. It’s a free WordPress plugin that...
10 May 2019
Making WordPress passwords work in Laravel
When you are exporting WordPress users to a Laravel Application, you’ll notice that the hashed password from WordPress will not...