Best practices, deep dives, and how-tos on web development, WordPress architecture, and modern coding workflows.
Image specifications for websites
The ideal image size for engineering projects depends on its use case, but the goal is to balance quality and performance. Here are our common recommendations:
Decommissioning a WordPress site should follow a few basic steps that can be used to reinstate a site for any local or managed solution.
WP VIP: Clone a site to a local WP VIP environment easy
What’s the quickest way to clone a WP VIP site to your local VIP dev environment?Considering you already have a codebase and app up and running locally, and you need to sync data with with the production site, here are the steps:
WP VIP: Replacing files in the media library while keeping the url with original upload date
By default, WordPress doesn’t allow you to replace uploaded files. This becomes especially challenging on WP VIP servers, where direct access to hosted files and folders isn’t available.Here’s a practical workaround to replace a file while keeping the same URL and original upload date.