Posts Tagged: WordPress

March 23, 2014

Compatible Post Sharing System

This post got lost in an avalanche of work. I wrote the first half around the time I finished up initial work on Compatible Post Sharing System WordPress plugin. The second half describes how it works and future development plans.

Posted in: JavaScript | PHP | Plugins | WordPress
March 20, 2014

Adding Export Filters for Custom Post Types

The WordPress Export tool makes filters available to posts and pages but not to custom post types. I had a hard time finding code examples or documentation on this subject. After quite a bit of searching, I retrieved a page from the Wayback Machine that describes how to add date filters to a custom post type before exporting. It's a good starting point for adding all filters to all of a theme's custom post types.

Posted in: JavaScript | PHP | WordPress
January 18, 2014

WordPress Plugin Boilerplate Templates

Over the holidays, I created a couple of WordPress plugin boilerplate templates. They implement the singleton class design pattern and the WordPress Settings API. They're available on Github now.

Posted in: PHP | WordPress