WordPress maintenance mode is a feature built into WordPress, enabled automatically when installing core/plugin updates. When maintenance mode is active, WordPress returns a 503 HTTP response and displays a “Briefly unavailable for scheduled maintenance. Check back in a minute” message. Maintenance mode can be useful for developers too. Allowing you to hide your site from […]
Read MoreWeb Development
WordPress theme development – how we utilise CSS utility classes

We recently came across the need to add a CSS class to the subcategory images output by WooCommerce. As there currently isn’t a suitable filter, in this technical how-to post, we’ll share our solution. WordPress theme development – how we utilise CSS utility classes
Read MoreImproving WordPress search with Algolia

Helping customers to find things quickly reduces frustration and can lead to higher sales. The search functionality provided out-of-the-box by WordPress is at best considered basic. With customer expectations set by the likes of Google and Amazon, how can we improve the often overlooked on-site search experience? Improving WordPress search with Algolia
Read MoreBEM: creating maintainable front end code

The naming of things is notoriously difficult in the world of programming. BEM (Block, Element, Modifier) is a naming convention used by developers to name HTML and CSS classes. The idea behind it is to create a naming convention that makes it easy to identify the different parts of a block and the elements within. […]
Read MoreHow to redirect a domain using DNS only

I wanted to share a service I found recently, redirect.center, a personal project by Udlei Nati that allows you to easily redirect your domain name just by changing its DNS settings—simple to implement and requiring no maintenance. The service can be used for several different applications: Redirect from the bare domain (aka apex, root or […]
Read More
Recent Comments