concept-image/wp-query

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

Maintainers

Package info

gitlab.com/concept-image-public/wp-query

Issues

Type:package

pkg:composer/concept-image/wp-query

Statistics

Installs: 375

Dependents: 0

Suggesters: 0

Stars: 0

0.1.34 2026-02-09 11:15 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