
10+
安裝啟用
—
尚無評分
934 天前
最後更新
—
問題解決
WordPress 4.9+ v1.1 上架:2019-12-12
內容簡介
如果您使用了 ACF Pro,您可以使用簡碼在網頁上顯示某些欄位。
有一個簡碼 [mxasts_acfp_show_field debug=”true” get_field=”card” show_all_fields=”true”]。
屬性:
debug=”true” – 啟用偵錯模式;
get_field=”card” – 顯示欄位 “card”(這裡的「card」只是範例);
show_all_fields=”true” – 顯示當前頁面或文章中所有現有的欄位。
外掛標籤
開發者團隊
原文外掛簡介
If you use ACF Pro, you can display some fields on your pages with shortcode.
There is a shortcode [mxasts_acfp_show_field debug=”true” get_field=”card” show_all_fields=”true”].
Attributes:
debug=”true” – enable debugging mode;
get_field=”card” – show field “card” (“card” is just example)
show_all_fields=”true” – show all existing fields on current page or post
