
70+
安裝啟用
★★★★★
5/5 分(1 則評價)
3282 天前
最後更新
—
問題解決
WordPress 4.3+ v1.2.1 上架:2017-03-08
內容簡介
這個外掛擴展了 WordPress 搜尋小工具,並允許使用 Advanced Custom Fields 外掛創建的欄位篩選內容進行搜索。支持 ACF 外掛的免費和專業版本。
可以使用以下短碼顯示單篇文章中的 ACF 欄位
[displayACFfields]
如果您在 PHP 編輯器中編輯模板,可以使用以下程式碼:
<?php echo do_shortcode('[displayACFfields]'); ?>
外掛標籤
開發者團隊
原文外掛簡介
This plugin extends the WordPress search widget and allows to search by content with filters in fields created using Advanced Custom Fields plugin. Free and Pro versions of ACF plugin are supported.
For displaying ACF fields in a single post can be used short code
[displayACFfields]
If you edit template in PHP editor you can use:
