هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Custom Field Variables

الوصف

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%}

لقطات الشاشة

  • Example of variables used in post editor.
  • Example output of said variables.
  • TinyMCE toolbar modal for selecting and inserting custom-field variables.

التنصيب

  1. Upload custom-field-variables to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit a post, page or custom post type, and use the TinyMCE toolbar button to insert field content.

الأسئلة المتكررّة

Installation Instructions
  1. Upload custom-field-variables to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Custom Field Variables” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Custom Field Variables“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.1

Adds localization to tinyMCE script and POT file

1.0.0

Initial release.