Scenario: Why I Needed to Learn WordPress String Translation Say you’ve found a plugin you want to use. It meets all the requirements, but it has one or two minor pieces of text you don’t care for. One solution is to swap that text using jQuery on document load, but Continue Reading
WordPress Maintenance
Instantly Modify a Post’s Categories Using a WordPress Publish Post Hook
Scenario: Why I Needed to Learn WordPress Publish Post Hooks I recently had the need to make all new blog posts become the sole occupant of the ‘featured’ blog category, and I much prefer groovy WordPress hook functions rather than scheduling a task on my calendar. The below function uses Continue Reading
PHP Touch to Create WordPress Theme Files Without a File Editor Plugin
If you’re like me, you work on many WordPress websites. The account manager comes by your office and says, “Hey I Slacked the WordPress login info from the customer to you – looking forward to those updates they’re waiting for!”. You reply with “Oh thanks! And you got the FTP Continue Reading
How to Remove All-in-One WP Migration When WordPress Won’t Load
I’ve encountered an issue on multiple occasions where I will try to remove the All-in-One WP Migration plugin from a WordPress site, and then the site will act odd (certain Elementor elements won’t load) or it will be unable to load the admin area altogether. Here’s how I fix it: Continue Reading