
Enables the display of custom-field variables in the WordPress post editor via a TinyMCE button. Works well with custom post types as well as default …
| Author: | codeWrangler, Inc. (profile at wordpress.org) |
| WordPress version required: | 4.0 |
| WordPress version tested: | 4.8 |
| Plugin version: | 1.0.1 |
| Added to WordPress repository: | 28-07-2017 |
| Last updated: | 30-07-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://codewrangler.io |
| Total downloads: | 1 323 |

Click to start download
|
Screenshots

Example of variables used in post editor.

Example output of said variables.

TinyMCE toolbar modal for selecting and inserting custom-field variables.
FAQ
Installation Instructions
- Upload
custom-field-variables to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Edit a post, page or custom post type, and use the TinyMCE toolbar button to insert field content.
Are there limitations on the types of data that can be displayed?
This plugin assumes you want to output the raw content of the custom field, and works best for string values — i.e. a custom field with an alphanumeric value. It will not properly display custom field content outside of that realm, such as fields containing arrays, JSON, or other structured data.
ChangeLog
1.0.1
Adds localization to tinyMCE script and POT file
1.0.0
Initial release.