Plugin info

Total downloads: 5,046
Active installs: 30
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/1/2014 (4232 days ago)
Added to WordPress: 11/13/2012 (13 years old)
Minimum WordPress version: 3.7
Tested up to WordPress version: 3.9.40
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4232 days ago • 2 reviews

22/100

Is Custom Field Snippet abandoned?

Possibly abandoned (last update 4232 days ago).

Compatibility

Requires WordPress: 3.7
Tested up to: 3.9.40
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Header Footer Code Manager
Rating 4.9/5 (300 reviews)Active installs 600,000
File Manager
Rating 4.3/5 (203 reviews)Active installs 20,000
Post Snippets – Custom WordPress Code Snippets Customizer
Rating 4.6/5 (93 reviews)Active installs 20,000
Code Block Pro – Beautiful Syntax Highlighting
Rating 4.8/5 (48 reviews)Active installs 10,000
Visual Link Preview
Rating 4.5/5 (36 reviews)Active installs 10,000
Snippet Shortcodes
Rating 4.7/5 (25 reviews)Active installs 5,000

Description

This plugin creates and shows the snippets which display your custom field data. You can display your custom field data, by pasting these codes to your theme.

This plugin saves the time for theme developers/designers writing codes.

When you are using ACF, tab fields for ACF is displayed. The default tab is hidden.
If you need the default tab while you are using ACF, please add this code below into your theme’s functions.php

// start from here
add_action( ‘init’, ‘register_default_tab’);
function register_default_tab() {
register_cfs_tabs(‘Defaulttab’);
}
// end

Extension plugin is available from http://wp.php-web.net/?p=275
This plugin supports Advanced Custom Fields Repeater addon and Advanced Custom Fields Flexible addon.

It may take times to support ACF5, since ACF5 changes dramatically. If you want quick update to support ACF5, you can pay for me http://pledgie.com/campaigns/8706

Installation

  1. Upload custom-field-snippet.php to the /wp-content/plugins/ directory

Frequently Asked Questions

Do I need Advanced Custom Fields plugin?

Not necessary. You can enjoy this plugin with WordPress default custom fields.

Review feed

No reviews available

Screenshots

  1. snippet for custom field

    snippet for custom field

  2. when you use Advanced Custom Field

    when you use Advanced Custom Field

Changelog

4.2 ACFnoESC moves to the extention plugin

4.1 supports repeater/flexible conditional

4.0 You can use this plugin for any post_type.

3.9 remove option when uninstall this plugin

3.8 bug fix for cfs_add_conditional

3.7 bug fix for acfnoesc

3.6 supports repeater & flexible content fields. (one level only.)

3.5 supports the_field (Caution: you have to care escaping by yourself.)

3.4 bug fix. supports multiple choice field for conditional logic

3.3 bug fix. jquery ui tab support, when you do not use Advanced Custom Fields.

3.2 Refactoring. add get_metadata() method, which returns an array of postmeta key/values.

3.1 bug fix. Show only snippets that match the post/page.

3.0 upport for Advanced Custom Fields 4.0

2.1.1 support for Advanced Custom Fields 3.5.7

2.1 add filter: cfs_tabs_class

2.0 JQuery UI tab. Supports user defined tab.

1.2 internationalization ready

1.1 new feature: Advanced Custom Fields repeater field