concept-image/wp-query

A Roots Acorn package for querying WordPress posts with a builder.

0.0.2 2025-10-03 16:14 UTC

This package is auto-updated.

Last update: 2025-10-03 14:18:30 UTC


README

This repo can be used to scaffold an Acorn package. See the Acorn Package Development docs for further information.

Installation

You can install this package with Composer:

composer require vendor-name/example-package

You can publish the config file with:

$ wp acorn vendor:publish --provider="VendorName\ExamplePackage\Providers\ExampleServiceProvider"

Usage

From a Blade template:

@include('Example::example')

From WP-CLI:

$ wp acorn example