這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Quick Query

外掛說明

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.

安裝方式

We’re working on getting this up into composer registries and what not. For now you can follow this simple process:

  1. Upload QuickQuery.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Query away!

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Quick Query〉的開發相關工作。

參與者

將〈Quick Query〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.2

  • Initial push to wordpress.org