Author: Steve Taylor Related WordPress Plugins

Developer's Custom Fields

This plugin is aimed at plugin and theme developers who want a set of tools that allows them to easily and flexibly define custom fields for all post types, and for user profiles. Full documentation at http://sltaylor.co.uk/wordpress/developers-custom-fields-docs/. Code on GitHub. Issue tracking .........

Lock Pages

(NOTE: This plugin was originally designed to only lock pages, and only later added custom post type functionality. Hence the name, and sometimes the terminology will say "pages" when it means "any post type".) Sometimes some pages or other posts are too important to allow them to be casually moved.........

Force Strong Passwords

The user profile editor includes a JavaScript-powered password strength indicator. However, there is nothing currently built into WordPress core to prevent users from entering weak passwords. Users changing their password to something weak is one of the most vulnerable aspects of a WordPress install.........

PHP Errors Widget

The plugin allows to display PHP errors on the dashboard in a widget. I've wrap Gyrus's code into a plugin, you can see the original code here: http://sltaylor.co.uk/blog/wordpress-dashboard-widget-php-errors-log/...

Control Live Changes

This plugin has arisen from the requirements of a client who manage many of their WordPress sites via Git repositories on Beanstalk. Core WP files are not in the repo, to keep its size down, but plugins and themes are. WP upgrades are of course tested on local development and remote staging servers .........

Simple Events

If the plugin detects that there is a custom post type registered with a particular name (either 'event' or '*_event'), it steps in and does a number of useful additional things: For front-end queries fetching events, returned posts are sorted chronologically, the oldest first. For front-end queri.........