Title: CFS Custom Category Fields
Author: GatorDog
Published: <strong>August 1, 2014</strong>
Last modified: November 7, 2015

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/cfs-custom-category-fields.svg)

# CFS Custom Category Fields

 By [GatorDog](https://profiles.wordpress.org/gatordog/)

[Download](https://downloads.wordpress.org/plugin/cfs-custom-category-fields.1.3.1.zip)

 * [Details](https://wordpress.org/plugins/cfs-custom-category-fields/#description)
 * [Reviews](https://wordpress.org/plugins/cfs-custom-category-fields/#reviews)
 *  [Installation](https://wordpress.org/plugins/cfs-custom-category-fields/#installation)
 * [Development](https://wordpress.org/plugins/cfs-custom-category-fields/#developers)

 [Support](https://wordpress.org/support/plugin/cfs-custom-category-fields/)

## Description

CFS Category Fields is a Custom Field Suite addon that provides meta data or custom
fields for categories and custom taxonomies. Key features are as follows:

 * Apply Custom Fields to Categories and Custom Taxonomies
 * Requires the Custom Field Suite Plugin

## Screenshots

[⌊Apply Field Group to Category or Taxonomy⌉⌊Apply Field Group to Category or Taxonomy⌉[

Apply Field Group to Category or Taxonomy

## Installation

 1. Upload `cfs-taxonomy.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Install and activate Custom Field Suite if not already installed
 4. On the Field Group editor you will see a box to apply the Field Group to a Category
    or Taxonomy
 5. Update the Field Group and the fields will be editable on the WordPress Category
    Editor

## FAQ

  How do I retrieve custom fields for display on a category page?

Use the function get_category_meta(‘field_name’), or alternatively, call CfsTaxonomy::
get(‘field_name’) directly, in your php.

  How do I retrieve custom category fields anywhere?

Use the function get_category_meta() and pass it the term object as the second parameter,
eg: get_category_meta(false, get_term_by(‘slug’, ‘good-stuff’, ‘category’)). This
will return all field data from the category Good Stuff.

  How do I retrieve the cfs front-end form?

Use the function get_category_form(). If used on a category or archive page it takes
no parameters. It can be used anywhere by passing the term object as the first parameter.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“CFS Custom Category Fields” is open source software. The following people have 
contributed to this plugin.

Contributors

 *   [ GatorDog ](https://profiles.wordpress.org/gatordog/)

[Translate “CFS Custom Category Fields” into your language.](https://translate.wordpress.org/projects/wp-plugins/cfs-custom-category-fields)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cfs-custom-category-fields/),
check out the [SVN repository](https://plugins.svn.wordpress.org/cfs-custom-category-fields/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/cfs-custom-category-fields/)
by [RSS](https://plugins.trac.wordpress.org/log/cfs-custom-category-fields/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.1

 * Fixes imcompatibilities with latest version of CFS

#### 1.3

 * Adds an option apply a field group only to a category or taxonomy. When enabled,
   field groups that are only needed for categories or taxonomies will not show 
   up in post, custom post type or page edit screens.

#### 1.2.1

 * Fixes bug with calling get_category_meta() in a loop, ie more than once.

#### 1.2

 * Fixes incompatiblity with relationship fields and the issue with making further
   cfs calls after calling get_category_meta().

#### 1.1

 * Introduces the function get_category_form() which retrieves the cfs front-end
   form for your field group.

#### 1.0.1

 * Flatten field data returned by get_category_meta() when all fields are returned.

#### 1.0

 * Initial Release.

## Meta

 *  Version **1.3.1**
 *  Last updated **11 years ago**
 *  Active installations **200+**
 *  WordPress version ** 3.6 or higher **
 *  Tested up to **4.1.42**
 *  [Advanced View](https://wordpress.org/plugins/cfs-custom-category-fields/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cfs-custom-category-fields/reviews/)

## Contributors

 *   [ GatorDog ](https://profiles.wordpress.org/gatordog/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/cfs-custom-category-fields/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://gatordev.com/)