-
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 […]
-
Block Theme Image Optimization
File Size An image has no business being over 1Mb in size. This is a red flag. To check, open your inspector > network and filter by images. Load the page and sort by decreasing size to view your largest images. If you’re unsure, use this app to check for the best file size while […]