by Coulter | Sep 30, 2019 | WordPress Maintenance, WordPress Plugin Development
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...
by Coulter | Sep 26, 2019 | WordPress Maintenance, WordPress Plugin Development
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...
by Coulter | Apr 30, 2019 | WordPress Plugin Development
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...