concept-image/wp-header

A package for adding header to a theme with Acorn

2.0.2 2025-02-17 16:42 UTC

This package is auto-updated.

Last update: 2025-03-17 15:50:29 UTC


README

WP Header is a Composer package that provides differents types of header for WordPress Bedrock/Sage applications.

Installation

You can install the package via Composer:

composer require ci/wp-header

Publish Command

After installing the package, you need to publish the view files and styles.

But before you had to choose the header you want.

Actually, we have just one type, the base one with two levels depth.

Run the following command:

wp acorn vendor:publish --tag="wp-header-base"

Usage

After publishing the files you will be able to use them for building the header with blazing fast speed.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss what you would like to change.

License

This package is open-sourced software licensed under the MIT license. Please see License File for more information.