الوصف
Flamingo Shortcode
WordPress plugin for list messages from Flamingo (Contact Form 7) on pages or posts via shortcode
Shortcode:
[flamingo-inbound-messages number=’-1′ form=’all’ head=’no’ fields=’all’ condition=’no’ order=’desc’ orderby=’date’]
Shortcode Attributes:
number: number of messages to show (default: -1)
form: which formid to display (default: all)
head: table header (default: no) Sample: ‘Name,Surname’
fields: which fields to display (default: all) Sample: ‘your-name,your-surname’
condition: do you have any condition about fields (default: no) Sample:’your-name:=:A;your-surname:=:B’
order: messages order (default: desc)
orderby: messages order by (default: date)
التنصيب
- Upload the plugin files to the
/wp-content/plugins/flamingo-shortcode
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the shortcode described in this README
الأسئلة المتكررّة
-
What are the dependencies of this plugin?
-
You must install Contact Form 7 and Flamingo to use this plugin.
المراجعات
لا توجد مراجعات لهذه الإضافة.
المساهمون والمطوّرون
“Flamingo Shortcode” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Flamingo Shortcode“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.1.2
- fixed the error about showing the values that are coming from selectbox
1.1.1
- plugin tests on WordPress 5.7.2
1.1.0
- condition attribute can be more than one condition
1.0.0
- shortcode defined