[WordPress] 外掛分享: Engipress EasyQuery

首頁外掛目錄 › Engipress EasyQuery
全新外掛
安裝啟用
尚無評分
17 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.0.0 上架:2026-05-08

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Engipress EasyQuery」→ 直接安裝(推薦)

原文外掛簡介

Engipress EasyQuery provides a clean, fluent interface for working with WP_Query. It makes writing custom loops in your themes faster, more readable, and less repetitive.
Basic Usage
Engieq::for(‘book’)
->limit(12)
->order_by(‘date’, ‘DESC’)
->get_posts();
Available Methods (Free Version)

Engieq::for( $post_type ) – Start a new query for any post type
->limit( $number ) – Set number of posts to return
->paged() – Enable pagination support
->order_by( $orderby, $order ) – Set ordering (date, title, menu_order, etc.)
->get() – Return full WP_Query object
->get_posts() – Return array of post objects

This plugin is designed for developers who build custom themes from scratch and want cleaner query code without heavy dependencies.
Pro Version
For advanced features including taxonomy & meta filtering, caching, code export, and more, see Engipress EasyQuery Pro (https://engipress.com/plugins/engipress-easyquery-pro/).

延伸相關外掛

文章
Filter
Apply Filters
Mastodon