Engipress EasyQuery

Simple, fluent WP_Query helpers for custom theme developers.

EasyQuery makes writing WP_Query code cleaner, faster, and more readable — without adding bloat or forcing you to change how you build themes.

Basic Usage Example

$books = EasyQuery::for('book')
    ->limit(12)
    ->order_by('date', 'DESC')
    ->get_posts();

Free Version Features

  • Simple fluent query building (for(), limit(), paged(), order_by())
  • get() and get_posts() methods
  • Lightweight with no dependencies or bloat
  • Clean OOP structure

Why Use EasyQuery Free?

If you build custom themes from scratch and want to reduce repetitive WP_Query boilerplate while keeping full control over your code and markup, this free version gives you a solid starting point.

Looking for more power? Upgrade to EasyQuery Pro for advanced taxonomy & meta filtering, caching, code export, and additional powerful tools.

Installation

  1. Download from WordPress.org (once approved)
  2. Upload to /wp-content/plugins/
  3. Activate the plugin