Maksym-Marko/acf-pro-show-fields-shortcode
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== ACF Pro show fields shortcode === Contributors: markomaksym Tags: ACF Pro, display fields, show fields, get fields Requires at least: 4.9 Tested up to: 5.3 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html If you use ACF Pro, you can display some fields on your pages with shortcode. e.g. [mxasts_acfp_show_field debug="true" get_field="card" show_all_fields="true"] == Description == <p> If you use ACF Pro, you can display some fields on your pages with shortcode. There is a shortcode [mxasts_acfp_show_field debug="true" get_field="card" show_all_fields="true"]. </p> <p> Attributes: debug="true" - enable debugging mode; get_field="card" - show field "card" ("card" is just example) show_all_fields="true" - show all existing fields on current page or post </p> == Installation == = From your WordPress dashboard = 1. Visit 'Plugins > Add New' 2. Search for 'ACF Pro show fields shortcode' 3. Activate the plugin from your Plugins page. = From WordPress.org = 1. Download 'ACF Pro show fields shortcode'. 2. Upload the 'ACF Pro show fields shortcode' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...) 3. Activate 'ACF Pro show fields shortcode' from your Plugins page. == Screenshots == 1. ACF new group of field creation 2. Insert shortcode 3. Display custom fields == Changelog == = 1.0 = * ACF Pro show fields shortcode