WordPress Examples Toolkit: Keep it Simple and Learn by Example

Learning by example is the best way of grasping the concepts of how
anything works!

Are you confused about how to do basic things in WordPress such as
creating plugins, widgets, widget options, saving options, accessing
taxonomy, manipulating menus, adding javascript, filters, custom posts, and more?

Not sure of how certain aspects of the WordPress API works?

Has looking at snippets from the codex left you even more confused?

Do you just want a downloadable plugin that you can install and run
without having to cut and paste code? Do you want something to run without stitching together 50 different snippets of code, figuring out where the code should go and praying that things would just work?

In this talk, I’ll demo a set of example plugins that has examples of how to perform these WordPress tasks. You can use them to learn how to manipulate WordPress, or even use them as a starting point for your own plugins. The goal of the WordPress Examples Toolkit is to provide a set of plugins that are well documented and perform small tasks that are easy to understand.