內容簡介
下面是關於 WordPress 外掛 Submissions Counter for Flamingo 的資訊:
- [flamingo_counter] 簡單地提供了一個短代碼,您可以在任何頁面或文章中使用,用來顯示使用 Contact Form 7 創建的表單中存儲了多少次提交。
- 可組合的允許參數包括:
- form_title: 您想要顯示提交次數的表單名稱。
- html_tag: 包裝返回的數字所使用的 HTML 標籤。
使用允許參數的案例有:
- [flamingo_counter]: 顯示存儲在 Flamingo 資料庫中的所有提交的總數,即您網站上所有表單提交的總和。
- [flamingo_counter form_title="Contact Form 1"]: 顯示以“聯絡表單 1”命名的表單存儲在 Flamingo 資料庫中的提交數目。
- [flamingo_counter form_title="Contact Form 1" html_tag="span"]: 顯示以“聯絡表單 1”命名的表單存儲在 Flamingo 資料庫中的提交數目,並用 <span> HTML 標籤包裝。
```html
<ul>
<li>簡單的短代碼 [flamingo_counter] 讓您可以在任何頁面或文章中顯示表單提交次數。</li>
<li>可以結合使用不同參數,例如 form_title 和 html_tag。</li>
<ul>
<li>[flamingo_counter]: 顯示存儲在 Flamingo 數據庫中所有提交的總數。</li>
<li>[flamingo_counter form_title="Contact Form 1"]: 顯示以“聯絡表單 1”命名的表單存儲在 Flamingo 數據庫中的提交數目。</li>
<li>[flamingo_counter form_title="Contact Form 1" html_tag="span"]: 顯示以“聯絡表單 1”命名的表單存儲在 Flamingo 數據庫中的提交數目,並使用 <span> HTML 標籤包裝。</li>
</ul>
</ul>
```
外掛標籤
開發者團隊
② 後台搜尋「Submissions Counter for Flamingo」→ 直接安裝(推薦)
原文外掛簡介
The plugin Submissions Counter for Flamingo provides a simple shortcode [flamingo_counter] that you can use in any page or post to display how many submissions are stored in forms created with Contact Form 7.
Allowed parameters (can be combined):
form_title: The name of the form for which you want to display the number of submissions.
html_tag: The HTML tag to wrap the returned number.
Use cases with allowed parameters:
[flamingo_counter]: Display the total number of submissions stored in the Flamingo database, i.e. the sum of submissions from all the forms you have on your site.
[flamingo_counter form_title="Contact Form 1"]: Display the number of submissions stored in the Flamingo database for the form named “Contact Form 1”.
[flamingo_counter form_title="Contact Form 1" html_tag="span"]: Display the number of submissions stored in the Flamingo database for the form named “Contact Form 1”, wrapped with the HTML tag.
