Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4194 days ago
Is Quick Query abandoned?
Possibly abandoned (last update 4194 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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.
Installation
We’re working on getting this up into composer registries and what not. For now you can follow this simple process:
- Upload
QuickQuery.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Query away!
Frequently Asked Questions
Review feed
Screenshots
Changelog
0.0.2
- Initial push to wordpress.org