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)
We're working on getting this up into composer registries and what not. For now you can follow this simple process:
- Upload
QuickQuery.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Query away!