विवरण
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 post types.
Use the TinyMCE button to choose from a list of custom fields attached to the post to insert, or manually specify a custom field to display using the following syntax:
{%custom_field_name%}
स्क्रिनसटहरू
स्थापना
- 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.
प्रश्नोत्तर
- 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.
- Upload
- 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.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Custom Field Variables” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Custom Field Variables” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0.1
Adds localization to tinyMCE script and POT file
1.0.0
Initial release.