Title: Engipress EasyQuery
Author: engipress
Published: <strong>9. Mai 2026</strong>
Last modified: 9. Mai 2026

---

Plugins suchen

![](https://s.w.org/plugins/geopattern-icon/engipress-easyquery.svg)

# Engipress EasyQuery

 Von [engipress](https://profiles.wordpress.org/engipress/)

[Herunterladen](https://downloads.wordpress.org/plugin/engipress-easyquery.zip)

 * [Details](https://de.wordpress.org/plugins/engipress-easyquery/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/engipress-easyquery/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/engipress-easyquery/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/engipress-easyquery/#developers)

 [Support](https://wordpress.org/support/plugin/engipress-easyquery/)

## Beschreibung

Engipress EasyQuery provides a clean, fluent interface for working with WP_Query.
It makes writing custom loops in your themes faster, more readable, and less repetitive.

**Basic Usage**

Engieq::for(‚book‘)
 ->limit(12) ->order_by(‚date‘, ‚DESC‘) ->get_posts();

**Available Methods (Free Version)**

 * Engieq::for( $post_type ) – Start a new query for any post type
 * ->limit( $number ) – Set number of posts to return
 * ->paged() – Enable pagination support
 * ->order_by( $orderby, $order ) – Set ordering (date, title, menu_order, etc.)
 * ->get() – Return full WP_Query object
 * ->get_posts() – Return array of post objects

This plugin is designed for developers who build custom themes from scratch and 
want cleaner query code without heavy dependencies.

**Pro Version**
 For advanced features including taxonomy & meta filtering, caching,
code export, and more, see Engipress EasyQuery Pro (https://engipress.com/plugins/
engipress-easyquery-pro/).

## Installation

 1. Upload the `engipress-easyquery` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress

Note: Engipress EasyQuery Pro is a separate paid plugin and does not require this
free version.

## FAQ

### Is Engipress EasyQuery compatible with block themes like Twenty Twenty-Five?

Yes, it works with both classic PHP themes and modern block themes.

### Why is the free version so minimal?

We intentionally kept the free version lightweight and focused. The Pro version 
contains the more advanced features most developers need for complex custom work.

### Where can I purchase Engipress EasyQuery Pro?

Engipress EasyQuery Pro is available as a separate paid plugin.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Engipress EasyQuery“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

 *   [ engipress ](https://profiles.wordpress.org/engipress/)

[Übersetze „Engipress EasyQuery“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/engipress-easyquery)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/engipress-easyquery/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/engipress-easyquery/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/engipress-easyquery/)
per [RSS](https://plugins.trac.wordpress.org/log/engipress-easyquery/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0.0

 * Initial public release of the free version
 * Basic fluent query interface (for(), limit(), paged(), order_by(), get(), get_posts())
 * Clean OOP structure with singleton pattern
 * Conflict detection with Engipress EasyQuery Pro

## Meta

 *  Version **1.0.0**
 *  Zuletzt aktualisiert **vor 4 Wochen**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 6.0 oder höher **
 *  Getestet bis **6.9.4**
 *  PHP-Version ** 7.4 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/engipress-easyquery/)
 * Schlagwörter
 * [custom post types](https://de.wordpress.org/plugins/tags/custom-post-types/)
   [developer-tools](https://de.wordpress.org/plugins/tags/developer-tools/)[query](https://de.wordpress.org/plugins/tags/query/)
   [theme development](https://de.wordpress.org/plugins/tags/theme-development/)
   [wp_query](https://de.wordpress.org/plugins/tags/wp_query/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/engipress-easyquery/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/engipress-easyquery/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/engipress-easyquery/reviews/)

## Mitwirkende

 *   [ engipress ](https://profiles.wordpress.org/engipress/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/engipress-easyquery/)