Local Development with Vagrant

If you're getting into development, and are looking for a convenient way to set up a development environment on your machine without creating a lot of clutter that you can't easily uninstall later, one great solution is Vagrant, which allows users to script out the creation of virtual environments in programs like VirtualBox. Both are...

Custom Field Templating

There are two very useful plugins for WordPress that enable the development of custom post types with specialized fields. Custom Post Type UI (CPT UI) allows users to create custom post types like "Person" or "Article", and Advanced Custom Fields (ACF) allows users to include additional fields beyond just title and content: for example, first...