List More Custom Field Names

Author:Scott Reilly
Version:1.1.1
Last update:05 Jan 2010
Compatibility:WP 2.6+, 2.7+, 2.8+, 2.9+
Comments:go here
Download:[ zip ]
Description:

Allows for more existing custom field names to be listed in the dropdown selection field when writing a post.

Extended Description

Allows for more existing custom field names to be listed in the dropdown selection field when writing a post.

By default, WordPress only allows 30 custom field names/keys to be listed in the dropdown selection ‘Name’ field when writing a post or page. If you, or the plugins you use, make use of a lot of custom field key names, you may surpass the default limit resulting in some custom field keys not being listed. This may force post authors to manually type in custom field key names if they aren’t listed, which increases the chances for naming errors (typos, or not using the precise key name that is needed). This may also cause some authors concern wondering where previously used custom field keys have gone since they aren’t listed.

This plugin increases the limit to 200 custom field key names. Due to the simplistic nature of the plugin and the overhead of doing so for a single setting, there is no settings page to customize this value. You can edit the plugin file and change the $custom_field_names_limit variable value to whatever value you’d like.

Find out more at the plugin’s WordPress Plugin Repository page.


Installation

  1. Unzip the file list-more-custom-field-names.zip inside the /wp-content/plugins/ directory for your site (or install via the built-in WordPress plugin installer)
  2. Activate the plugin through the ‘Plugins’ admin menu in WordPress

Release Log

  • 05 Jan 2010 : v1.1.1 –add PHPDoc documentation; note compatibility with WP 2.9+; update copyright date
  • 30 Jun 2009 : v1.1 — default limit provided by plugin now overridden via CUSTOM_FIELD_NAMES_LIMIT constant, if defined (and no longer via global variable defined in plugin); add Changelog and FAQ to readme; note compatibility through WordPress 2.8+
  • 17 Apr 2009 : v1.0 — Initial release

Copyright & Disclaimer

Copyright © 2009-2010 by Scott Reilly (aka coffee2code)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.