Skip to main content
Dublin Library

The Publishing Project

Axios toolkit for WordPress REST API

As I'm learning the deep workings of the WordPress REST API I'm also learning how to use Axios as a replacement for Fetch. While I discovered that this will not work with Nuxt and the WordPress REST...

New research into block development

While researching block-based themes I found more information about blocks themselves and how to write them in a way you can submit them for inclusion in the WordPress directory. Most, if not all our...

:is() CSS pseudo-class

There are times when we want the same element across the page to do the same. The following block styles the h2 elements inside the header, footer and main elements. header h2, main h2, footer h2 { ...

Building a performance test suite

Ever so often you see questions in Quora about [Brave](https://brave.com/), a Chromium-based browser that claims to be faster than stock Chromium and other derivative browsers like Edge, or Opera on...

Custom Loops in WordPress

When researching how to use Gutenberg Ramp to partially allow Gutenberg on a WordPress site, I decided that I wanted to use a custom post type for the test so I wouldn't screw up the existing content...

Archive Navigation