
內容簡介
Flamingo 短代碼
這是一款 WordPress 外掛程式,透過短代碼在頁面或文章中列出自 Flamingo(Contact Form 7)取得的訊息清單。
短代碼:
[flamingo-inbound-messages number=’-1′ form=’all’ head=’no’ fields=’all’ condition=’no’ order=’desc’ orderby=’date’]
短代碼屬性:
number:要顯示訊息的數量(預設值:-1)
form:要顯示哪個表單的 ID(預設值:all)
head:表格標題(預設值:no),範例:‘Name,Surname’
fields:要顯示哪些欄位的訊息(預設值:all),範例:‘your-name,your-surname’
condition:是否要使用欄位條件(預設值:no),範例:’your-name:=:A;your-surname:=:B’
order:訊息的排序(預設值:desc)
orderby:訊息的排序依據(預設值:date)
外掛標籤
開發者團隊
原文外掛簡介
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)
