
Taming WordPress Taxonomies
A while back I wrote a short series of articles on programatically manipulating taxonomies in WordPress. If you didn’t see the series it included :- The Hidden Value of Custom Taxonomies. How to Add a Custom Taxonomy To Your Theme. How To Programatically Add Terms to a WordPress Taxonomy and De-registering A Custom WordPress Taxonomy. But […]

Building a Settings Page Using The Pico Plugin Framework – Part 5
In this final article on building a settings page using the Pico Plugin Framework we will look out how you get the data for the section you have registered. Looking back we have created a settings section and created a view to interact with the options. But being able to set options is pretty useless […]

Building A Settings Page With The Pico Plugin Framework – Part 4
Registering views and sections Back in the plugin file we need to tell the PPF that there is a view available and when to display the view, and that we have a settings section (which you used in the view earlier). The first part, informing the PPF we have a view is acheived by registering […]

Building A Settings Page With The Pico Plugin Framework – Part 3
Creating a view As I said in the previous article my preferred paradigm for the display architecture is to use the MVC pattern. So the next file will be the ‘View’ part in MVC. Even though the file is a view, it will contain PHP and will have a .php extension. This is not required […]

Building A Settings Page With The Pico Plugin Framework – Part 2
This is part two of a five part series. Part one covered making the initial plugin file and adding the callback to allow the plugin page to be selected from the dashboard. Part two covers how to hook the plugin into the WordPress infrastructure so that the plugin runs nicely with WordPress. Includes, hooks and […]

The Pico Plugin Framework
When I started writing the Pico Plugin Framework I wanted something that would make using some features of the WordPress API easier to use and to help make Plugin building quicker. The first release was a bit buggy and not as polished as I would have liked but I do believe that sometimes it is […]

Primary And Secondary Audiences
There are many things I find strange about software development, and software developers. One of the things I find strange is that it can be easy to forget who you are writing the software for, and end up creating a work of art at the code level but create something that is actually unusable, or […]

123techtrending Piano Key Menu
Update: This plugin no longer represents the quality of my work at it’s best so I have removed it from the downloads page. If you liked this plugin and are looking for support please use the contact form to email me any questions. On the downloads page is a link to a WordPress plugin I […]