How to setup muOS on the Anbernic RG35XX SP
https://youtu.be/Autm4vY7oDY?si=L3tMRllyso3FkA4o Installing muOS on the SP Grab the latest download from the muOS website, likely the top entry: https://muos.dev/release/plush Currently the download folder is https://dl.muos.dev/RG35XX-SPLUSH24/ Then unzip the .zip...
Use WordPress String Translation gettext Hook to Customize Plugins
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...
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....
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...
How to Remove Cropped Images in the Divi Filterable Portfolio Grid
The Divi Filterable Portfolio is a great module for displaying your work or brands you work with, but often you'll find that the images are cropped to a square size with no way to change them. Overcome the Divi Portfolio Cropping Issue I discovered that the images...
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...
Create a WordPress Plugin Tutorial (With Boilerplate)
WordPress plugins are extremely useful - whether you are building a quick custom plugin to speed up internal operations, or if you plan to publicly release a useful plugin to the world, this guide is built to help you create a WordPress plugin while answering the most...