Recently, one of my favorite themes, Zerif Lite, was suspended from the WordPress repo. As I was reading about the issues involved, it got me thinking: Just how hard is it to migrate a widget to a Custom Post Type? According to ThemeIsle, this was...
Read More How to Migrate a Widget to a Custom Post TypeTag: development tutorials
A Beginner’s Guide to Writing Bash & Shell Scripts
Optimizing your development workflow is one of the most important things a developer can do. Being able to leverage your tools quickly and efficiently lets you spend your time working on actual development–instead of fighting your tools or doing boring, repetitive things....
Read More A Beginner’s Guide to Writing Bash & Shell ScriptsUnit Testing Your Plugins with Dockunit
I think we can all agree that unit testing is pretty neat. An automated system for checking if your code changes break any functionality is almost magic, and if you aren’t sure where to get started with it, you should read my previous...
Read More Unit Testing Your Plugins with Dockunit