Skip to content
Open Menu
Home
About
Services
Testimonials
Blog
Product Owner eBook
Drupal
LinkedIn
Twitter
GitHub
plugin
Enter Search Term
How to set up a WordPress plugin for Composer with Packagist
Having never submitted a project to packagist the whole process was new to me. After a bit of trial and error, I now have my first publically available package.
Read More
OpenID Connect Generic
WordPress plugin for connecting a site to an OAuth 2.0 Identity provider.
Read More
Sweet Widget Admin UI
In my continued attempt at making very simple plugins which greatly improve WordPress widgets, this plugin improves the widget editing experience by providing a larger widget editing area.
Read More
Sweet Widget Templates for WordPress
The way WordPress handles the HTML for widgets is clunky, inflexible, and basically wrong. This plugin solves the problem by providing true templates for widgets within your WordPress theme.
Read More
WordPress: Add Images to Taxonomy Terms
Relating images to taxonomy terms is a common problem I've run into when building WordPress sites. To do it completely and effectively it requires the use of multiple hooks, and a non-trivial amount of logic.
Read More
Introduction to WordPress Plugin Development
This is a presentation I gave at WordCamp Asheville 2014, meant to teach new developers to create WordPress plugins. It focuses on setting up a new plugin project, and exploring different WordPress hooks.
Read More