Title: Engipress EasyQuery
Author: engipress
Published: <strong>2026-05-09</strong>
Last modified: 2026-05-09

---

Szukaj wtyczek

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

# Engipress EasyQuery

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/engipress-easyquery/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/engipress-easyquery/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/engipress-easyquery/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/engipress-easyquery/#developers)

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

## Opis

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/).

## Instalacja

 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.

## Najczęściej zadawane pytania

### 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.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Engipress EasyQuery” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Engipress EasyQuery” na swój język.](https://translate.wordpress.org/projects/wp-plugins/engipress-easyquery)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/engipress-easyquery/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/engipress-easyquery/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/engipress-easyquery/)
przez [RSS](https://plugins.trac.wordpress.org/log/engipress-easyquery/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 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

 *  Wersja **1.0.0**
 *  Ostatnia aktualizacja **5 miesięcy temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 6.0 lub nowszej **
 *  Testowano do **6.9.9**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/engipress-easyquery/)
 * Tagi
 * [custom post types](https://pl.wordpress.org/plugins/tags/custom-post-types/)
   [developer-tools](https://pl.wordpress.org/plugins/tags/developer-tools/)[query](https://pl.wordpress.org/plugins/tags/query/)
   [theme development](https://pl.wordpress.org/plugins/tags/theme-development/)
   [wp_query](https://pl.wordpress.org/plugins/tags/wp_query/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/engipress-easyquery/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/engipress-easyquery/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/engipress-easyquery/)