Blogs tagged with WordPress

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 TailwindCSS instead. I first got familiar with Tailwind...
Read more
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 first two posts needed to be in a 50/50-grid. The following three ones in a 33/33/33-grid and the rest...
Read more
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 provides your WordPress site with the ability to turn any post into a liveblog. Liveblogs are a...
Read more
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 authenticate in Laravel. Now instead of your users having to reset the password, you can follow the...
Read more