Engipress EasyQuery Pro
Full-featured fluent WP_Query helpers for developers building custom WordPress themes from scratch.
EasyQuery Pro gives you a clean, powerful, and fluent interface for working with WP_Query — saving significant time and reducing boilerplate when building custom themes.
Basic Usage
$books = EasyQuery::for('book')
->limit(12)
->order_by('date', 'DESC')
->get_posts();
Pro Features
- Advanced taxonomy and meta filtering with complex relations
- Smart query caching (
cached()) - Quick shortcuts (
featured(),related()) - One-click code export (generates clean, ready-to-paste PHP snippets)
- Enhanced query building for complex custom themes
Perfect for serious theme developers who want maximum control and efficiency.
Installation
- Upload the
easyquery-profolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
Note: EasyQuery Free is not required. EasyQuery Pro is a complete standalone version.