{"id":46001,"date":"2008-01-10T04:27:08","date_gmt":"2008-01-10T04:27:08","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/more-fields\/"},"modified":"2011-09-03T07:22:55","modified_gmt":"2011-09-03T07:22:55","slug":"more-fields","status":"closed","type":"plugin","link":"https:\/\/cs.wordpress.org\/plugins\/more-fields\/","author":276763,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.1","stable_tag":"2.1","tested":"3.2.1","requires":"3.2.1","requires_php":"","requires_plugins":"","header_name":"More Fields","header_author":"Henrik Melin, Kal Str\u00f6m","header_description":"","assets_banners_color":"","last_updated":"2017-11-28 13:12:34","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/henrikmelin.se\/plugins","header_plugin_uri":"http:\/\/more-plugins.se\/plugins\/more-fields\/","header_author_uri":"http:\/\/more-plugins.se\/","rating":3.4,"author_block_rating":0,"active_installs":2000,"downloads":173803,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":"1","3":"2","4":0,"5":"3"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.5","0.6","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.6.6","1.2","1.2.4","1.2.5","1.2.7","1.2.8","1.3","1.4","1.5.1","1.5.2","1.5.3","2.0","2.0.1","2.0.1rc1","2.0.2","2.0.3","2.0.4","2.0.5","2.0rc1","2.0rc2","2.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,225,2010,2994],"plugin_category":[],"plugin_contributors":[78902,78903],"plugin_business_model":[],"class_list":["post-46001","plugin","type-plugin","status-closed","hentry","plugin_tags-admin","plugin_tags-cms","plugin_tags-custom-fields","plugin_tags-metadata","plugin_contributors-henrikmelin","plugin_contributors-kalstrom","plugin_committers-henrikmelin","plugin_committers-kalstrom"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/more-fields.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>More Fields is a WordPress plugin that adds boxes to the Write\/Edit page. These boxes contains input fields, so that additional (more) fields can be added to a post. For example, if you write about books, you can add a box where you can enter title and author, etc. The boxes can be placed either to the right or to the left on the Write\/Edit page.<\/p>\n\n<p><strong>Upgrading from More Fields 1.x?<\/strong> Please follow the upgrade instructions (installation tab). Also note that the functionality to create Post Types has been moved to a stand alone plugin: <a href=\"http:\/\/wordpress.org\/extend\/plugins\/more-types\/\">More Types<\/a>.<\/p>\n\n<p>With More Fields you can:<\/p>\n\n<ul>\n<li>Add any number of boxes with any number of fields to the Write\/Edit page.<\/li>\n<li>Add text, Web Forms 2.0\/HTML5 fields, text area, wysiwyg, check boxes, radio buttons and select lists as your input fields.<\/li>\n<li>Add More Fields boxes to any defined post type (works perfectly with <a href=\"http:\/\/wordpress.org\/extend\/plugins\/more-types\/\">More Types<\/a>)<\/li>\n<li>Create archives\/feeds based on Custom field values with custom slugs<\/li>\n<li>Create boxes programmatically (from <code>functions.php<\/code>, from exported files or from within other plugins)<\/li>\n<\/ul>\n\n<p>More Fields is part of a suite of plugins created to enhance the functionality of a vanilla WordPress installation. With <a href=\"http:\/\/wordpress.org\/extend\/plugins\/more-types\/\">More Types<\/a> you can create additional post types besides Pages and Posts, with <a href=\"http:\/\/wordpress.org\/extend\/plugins\/more-taxonomies\/\">More Taxonomies<\/a> you can create additional taxonomies besides Categories and Tags. More Fields works without the other plugins but interacts with them nicely.<\/p>\n\n<p>This plugins was born out of the development work done for <a href=\"http:\/\/dagensskiva.com\/\">Dagensskiva<\/a> and <a href=\"http:\/\/dagensbok.com\/\">Dagensbok<\/a>.<\/p>\n\n<!--section=installation-->\n<p>To install More Fields:<\/p>\n\n<ol>\n<li>Upload the 'more-fields' folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Administer in Settings -&gt; More Fields<\/li>\n<\/ol>\n\n<h4>Upgrading from More Fields 1.x?<\/h4>\n\n<p>If you're upgrading from More Fields 1.x you need to make a couple of steps to continue working with your already defined Post Types and Fields.<\/p>\n\n<ol>\n<li>Upgrade to More Fields 1.5.3 (this prepares the More Fields fields and Post types for WP 3.0)<\/li>\n<li>Update to WordPress 3.0 still using More Fields 1.5.3<\/li>\n<li>Upgrade to More Fields 2.0<\/li>\n<li>Install More Types 1.0<\/li>\n<\/ol>\n\n<p>More details: <a href=\"http:\/\/labs.dagensskiva.com\/2010\/07\/22\/upgrading-more-fields\/\">Upgrading More Fields<\/a><\/p>\n\n<!--section=changelog-->\n<h4>2.1<\/h4>\n\n<ul>\n<li>Compatibility with WP 3.2<\/li>\n<li>Sputnik v8 - WP_DEBUG fixes<\/li>\n<li>New field type: Media library select with preview<\/li>\n<\/ul>\n\n<h4>2.0.5<\/h4>\n\n<ul>\n<li>Resolved issues with quotes in field and box names<\/li>\n<li>Sputnik v6 - brought back json implementation, instead of serialize() when storing arrays in forms.<\/li>\n<\/ul>\n\n<h4>2.0.4<\/h4>\n\n<ul>\n<li>GUI fix for checkboxes that slipped out of the admin box<\/li>\n<li>Fix for radio buttons.<\/li>\n<li>Fixed error with unescaped single quote marks.<\/li>\n<li>Checkbox implementation changed. Checked checkbox has value 1 (true), unchecked checkbox has no value.<\/li>\n<li>Fix for file list labels<\/li>\n<li>Sputnik v5<\/li>\n<\/ul>\n\n<h4>2.0.3<\/h4>\n\n<ul>\n<li>Regained file list functionality with proper admin-ajax<\/li>\n<li>Bug fix for template functions<\/li>\n<li>Problem with listings based on Custom Fields fixed<\/li>\n<li>Fixed More Fields breaking some plugins<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Checking that wp_query has get method in rewrite<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Problem with WYSIWIG fields and content not showing up<\/li>\n<li>implode error due to son implementation change, now using serialise instead<\/li>\n<li>WYSIWIG overflow when window is small.<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Bug fixes<\/li>\n<li>HTML\/CSS for fields on the Write\/Edit-page<\/li>\n<li>Instructions for HTML5 fields, for browsers that don't support the input types<\/li>\n<li>Fields now checks for filters (for creation of more advanced custom fields)<\/li>\n<li>Capability to override WordPress defaults<\/li>\n<li>Sputnik v3<\/li>\n<\/ul>\n\n<h4>2.0rc2<\/h4>\n\n<ul>\n<li>Bug fixes<\/li>\n<\/ul>\n\n<h4>2.0rc1<\/h4>\n\n<ul>\n<li>Boxes can now be attributed to a specific post type in More Fields fore better interoperability with More Types.<\/li>\n<li>Separation of different versions of fields (More Fields created with functions.php\/other plugins, exported More Fields fields and More Fields created in More Fields.<\/li>\n<li>HTML5 input types (color, range, time, number, week, month, date)<\/li>\n<li>Bug fixes<\/li>\n<\/ul>\n\n<h4>2.0b1<\/h4>\n\n<ul>\n<li>Compatibility with WordPress 3.0<\/li>\n<li>Post type functionality moved to the More Types plugin<\/li>\n<li>New template function, more_fields: <code>more_fields(field,before,after,content filter)<\/code><\/li>\n<li>Box export functionality<\/li>\n<li>Compatibility with More Taxonomies, More Types, More Roles<\/li>\n<li>Total code revamp<\/li>\n<li>Enhanced rights management for boxes<\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>All boxes, fields and post types are converted to be compatible with More Fields 2.0, More Types 1.0 and WordPress 3.0<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Compatibility with WordPress 2.9<\/li>\n<li>Javascript fixes for the WordPress admin<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Compatibility with WordPress 2.8<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Compatibility with WordPress 2.7<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Post types<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>To install More Fields:<\/p>\n\n<ol>\n<li>Upload the 'more-fields' folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Administer in Settings -&gt; More Fields<\/li>\n<\/ol>\n\n<h4>Upgrading from More Fields 1.x?<\/h4>\n\n<p>If you're upgrading from More Fields 1.x you need to make a couple of steps to continue working with your already defined Post Types and Fields.<\/p>\n\n<ol>\n<li>Upgrade to More Fields 1.5.3 (this prepares the More Fields fields and Post types for WP 3.0)<\/li>\n<li>Update to WordPress 3.0 still using More Fields 1.5.3<\/li>\n<li>Upgrade to More Fields 2.0<\/li>\n<li>Install More Types 1.0<\/li>\n<\/ol>\n\n<p>More details: <a href=\"http:\/\/labs.dagensskiva.com\/2010\/07\/22\/upgrading-more-fields\/\">Upgrading More Fields<\/a><\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Adds any number of extra fields in any number of additional boxes on the Write\/Edit page in the Admin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=46001"}],"author":[{"embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/henrikmelin"}],"wp:attachment":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46001"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46001"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46001"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46001"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46001"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}