PHP Wordpress Deploy a WordPress Site Fast with bootScore and AI-Built Child Themes July 21, 2026 / July 21, 2026 by Philip Newman | Leave a Comment If you build WordPress sites for a living, you already know the two ways most projects go wrong. Either you inherit a bloated commercial theme stuffed with page-builder cruft you have to fight for the rest of the project, or you start from a bare boilerplate like Underscores and spend the first two days wiring […] Read more » bootScore
PHP Wordpress How to add .webp image support into WordPress. October 9, 2025 / October 9, 2025 by Philip Newman | Leave a Comment I recently needed to add .webp support to one of my websites so I used the following code: How to Use: This enables basic WebP support for uploads and display. For automatic conversion from other formats to WebP (for better performance), consider a plugin like “WebP Express” or extend this code with image processing libraries […] Read more » PHP PHP 8.3 Wordpress
Wordpress How to add a Google Form into a WordPress page. December 23, 2024 / December 23, 2024 by Philip Newman | Leave a Comment To embed a Google Form into a WordPress page using HTML, follow these steps: 1. Get the Embed Code from Google Forms: 2. Edit Your WordPress Page: 3. Add the Embed Code: 4. Save and Publish: Example Embed Code. Here’s an example of what the embed code looks like: Customization. Additional Notes:. This method ensures […] Read more »
WooCommerce Wordpress StoreFront – Add HTML to header January 6, 2022 / January 6, 2022 by Philip Newman | Leave a Comment Read more »
WooCommerce WooCommerce – Display “Out of Stock” on Loop Pages September 17, 2021 / September 17, 2021 by Philip Newman | Leave a Comment This fixes a problem for those who want to display a label when an item is out of stock. You can save this in your functions.php to make it work. You will also need to add this to your style sheet. Read more »
WooCommerce WooCommerce – Sort Catalog by Stock Status September 17, 2021 / September 17, 2021 by Philip Newman | Leave a Comment A quick code snippet to allow you to sort your catalogue products by Instock/Out of stock. Read more »
Wordpress Publishing WordPress site from development to production. September 2, 2021 / September 2, 2021 by Philip Newman | Leave a Comment You have finished that WordPress site, and want to deploy it – move it from your test server to the production server where it goes live. But how? WordPress have a famous 5-minute-install, but there is no 5-minute-go-live-script*. I’ll show you how in these 5 easy-to-follow steps. Going live really isn’t that difficult, as long […] Read more »