plugin-icon

Engipress EasyQuery

Von engipress·
Clean and fluent WP_Query helpers for developers building custom WordPress themes from scratch.
Version
1.0.0
Zuletzt aktualisiert
May 9, 2026

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

Kostenlosmit kostenpflichtigen Tarifen
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Getestet bis
WordPress 6.9.4
Dieses Plugin steht für deine -Website zum Download zur Verfügung.