Category: WordPress
-
Moving away from Laravel Valet
A long time ago, I set up Laravel Valet to use a multipurpose local dev environment for WordPress, Laravel, and any other static files. Fast forward to nearly four years after, I am removing it because I have better use of my time with DevKinsta and using Sail if I ever want to go down…
-
Deleting the Revisions of a WordPress Post or Page using WP CLI
TL;DR: Your page builder is not the issue, clear your post revisions. A while ago, I was faced with this fatal error when I attempted to directly access the link to edit a WordPress post: It affected that single page, however accessing other posts and pages worked. Elementor was the page builder in question so…