Category: Custom Field Suite

Custom Field Suite – Mapping Imported Custom Meta Fields to CFS

If you imported content into WordPress, you may notice that the CFS fields don’t recognize the imported meta data for custom fields even though you… Read More

Custom Field Suite – Adding tinyMCE On The Frontend To Content Textarea

Updates to WordPress core broke several plugins that relied on tinyMce for the frontend content field.  The update WordPress core code stripped out the ‘tmce-active’… Read More

Custom Field Suite – Fix For Archive Pages

If you are using Custom Field Suite to create groups of fields for posts AND any of those fields in the group uses taxonomy terms,… Read More

Custom Field Suite Displaying Loop Values

  $loop = CFS()->get( ‘ingredients_loop’ ); foreach ( $loop as $row => $label ) { echo ‘<div class=”ingredient-row”>’; echo ‘<div class=”ingredient-quantity cell”>’; //var_dump($label[‘cfs_quantity’]); foreach($label[‘cfs_quantity’] as… Read More