**Verve Meta Boxes**
„http://wordpress.org/extend/plugins/verve-meta-boxes/“:http://wordpress.org/extend/plugins/verve-meta-boxes/
„http://www.avenueverve.com/verve-meta-boxes/“:http://www.avenueverve.com/verve-meta-boxes/
Verve Meta Boxes is a robust custom fields plugin with an intuitive, polished interface that allows for creation of text, textarea, image, file, date, select, radio, and checkbox custom fields for posts and/or pages.
Values for custom fields are stored in wp_postmeta and can be accessed in templates through standard WordPress functions such as: the_meta, get_post_meta, get_post_custom, get_post_custom_values, etc.
*Alternativy*
**Advanced Custom Fields**
„http://wordpress.org/plugins/advanced-custom-fields/“:http://wordpress.org/plugins/advanced-custom-fields/
Fully customise WordPress edit screens with powerful fields.
– Visually create your Fields
– Select from multiple input types (text, textarea, wysiwyg, image, file, page link, post object, relationship, select, checkbox, radio buttons, date picker, true / false, repeater, flexible content, gallery and more to come!)
– Assign your fields to multiple edit pages (via custom location rules)
– Easily load data through a simple and friendly API
– Uses the native WordPress custom post type for ease of use and fast processing
– Uses the native WordPress metadata for ease of use and fast processing
*Using ACF in templates:*
get_field(‚field_name‘) – returns the value
the_field(‚field_name‘) – displays the value
„Automated Exporting for Advanced Custom Fields »“:http://seanbutze.com/automated-exporting-for-advanced-custom-fields/
A way to make Advanced Custom Fields automatically export all fields to a PHP file. Export is initiated whenever an admin publishes a new field group or saves changes to an existing field group.
„Programmatically define custom fields, prevent custom field changes or deletion »“:http://code.tutsplus.com/tutorials/create-a-simple-crm-in-wordpress-advanced-custom-fields–cms-20049
„Adding Sortable Columns to WP_List_Table“:http://code.tutsplus.com/tutorials/create-a-simple-crm-in-wordpress-adding-columns-to-wp_list_table–cms-20065
„Using the Advanced Custom Fields Plugin to create a custom home page in WordPress »“:http://www.elliotcondon.com/using-the-advanced-custom-fields-plugin-to-create-a-custom-home-page-in-wordpress/