-
Using GenerateBlocks in Block Part Templates
GenerateBlocks is a great WordPress plugin that adds some very flexible, power user blocks to your Gutenberg editor experience. It’s one of our go-to block plugins for most block sites we build. However, it has one major problem. Any blocks created outside of a post or page, like in a template part will not work. […]
-
Good Stock Photo Resources
Free https://unsplash.com/ https://burst.shopify.com/ https://www.pexels.com/ Premium https://stock.adobe.com/ca/ Size Refer to image optimization for a guide to sizing and use or buy the smallest for your use case.
-
WordPress Development Environments
Assuming example.com as the site in question. Local Assuming you are working from MacOS, our local development is done using something like Laravel Valet. So your local site for a given project will be example.test Dev This environment is ideally on the same server as production, but can potentially be anywhere. The dev git branch […]
-
Component Development and Taillwind CSS
CSS frameworks have been around for a long time and for good reason. If you’ve ever written CSS from scratch, you’ll know that you’re often writing the same CSS for the same basic UI components in every project, perhaps with small variances. In fact, most front-end developers probably have their own mini “framework” stylesheet they […]
-
Tailwind for WordPress
Tailwind CSS is a great development tool if you aren’t already familiar with it. If we’re developing any site outside of WordPress, we almost always use it as our styling framework. This is because it: Is incredibly fast to write styles Lends itself well to abstracting your classes into components Leads to a very small […]