One of the most common tasks we get asked to perform at Negative Space Studios is to increase the performance and speed of our clients’ websites to improve their SEO performance. The web has come a long way in terms of providing developers with tools they can use to compress the size [...]
Want to stay up to date?
Our monthly newsletter comes packed with tips, tricks and interesting articles to keep you up-to-date with the latest the web has to offer.
By default WordPress’ inbuilt JSON API doesn’t include the URL for a post’s featured image with the main request for the post. Instead, it requires you to use the featured_media field returned by the initial JSON response to make a separate request to a different endpoint [...]
In this article we look at how to modify the @wordpress/scripts build tools to customise your Gutenberg development experience. Configuring your own JS development environment & build processes can be daunting to those who aren’t familiar with doing so. The introduction of the [...]
This article is part of a three part series exploring how to configure the WordPress content management system to send multipart emails. In part 1, I look at what we mean when we say multipart email and how it relates to WordPress. Part 2 – Setting up the email templates. Part 3 [...]
This article is part of a three part series exploring how to configure the WordPress content management system to send multipart emails. In part 3, I go through setting up a basic test plugin to control the sending of multipart emails. Part 1 – Sending multipart email with WordPress. [...]
This article is part of a three part series exploring how to configure the WordPress content management system to send multipart emails. In part 2, I go through how you can add email templates to your theme. Part 1 – Sending multipart email with WordPress. Part 3 – Building a [...]