
內容簡介
Quick Query 是一個迅速的介面,可對 WP_Query 進行查詢,使 WordPress 的查詢變得簡單明瞭。它建立在 WP_Query 之上(除了一些例外情況),為查詢文章提供了更靈活和方便的接口。
了解更多關於 Quick Query 的資訊,以及查詢代碼示例,請點擊此處
Quick Query 正在進行大量開發!
我正在盡可能快地編寫代碼和進行測試,以達到最佳的基本功能設置。
(圖片來源:此處)
未來計畫!
除了為常見的查詢任務(文章,標籤,作者,排序等)添加界面外,我還希望為 ACF 字段/數據建立敏感度,並可能建立一個緩存接口。
在此之前,還有很多測試需要編寫,設計決策需要作出(當然,還有文檔!)
適用對象?
這個對象肯定更適合開發人員而非設計師和愛好者。話雖如此,它確實返回 WP_Post 對象,因此您應該會在其中找到您熟悉的所有或大部分功能。
外掛標籤
開發者團隊
原文外掛簡介
Quick Query is a snappy interface for WP_Query that makes querying with WordPress straightforward and concise. It’s built on top of WP_Query (with a few exceptions), and provides a much more flexible and accomodating interface for querying posts.
Learn more about Quick Query and see code examples here.
Quick Query is under heavy development!
I’m writing code + testing as fast as I can to get us to a good minimum set of functionality.
(photo credit)
The Future!
Besides adding interfaces for the most common querying tasks (posts, tags, authors, sorting, etc.), I’d like to build in sensitivity to ACF fields/data and possibly a caching interface.
Before that can happen, there are lots of tests to be written and plenty of design decisions to be made (and, of course, documentation!).
Who’s this for?
This is certainly geared more toward developers than designers and hobbyists. That said, It does return WP_Post objects, so all/most of the functionality you’re used to may be there.
