roots/acorn-prettify

Theme-agnostic front-end modifications for WordPress

Fund package maintenance!
roots

Installs: 17 039

Dependents: 0

Suggesters: 1

Security: 0

Stars: 26

Watchers: 4

Forks: 1

Open Issues: 0

Type:package

v1.0.1 2024-01-23 11:46 UTC

This package is auto-updated.

Last update: 2024-04-26 06:16:23 UTC


README

Latest Stable Version Total Downloads Build Status

Acorn Prettify contains a collection of modules to apply theme-agnostic front-end modifications to your Acorn-powered WordPress sites.

Requirements

Installation

Install via Composer:

$ composer require roots/acorn-prettify

Features

Feature Enabled by default Description
Clean Up ✅   Enabled Cleaner WordPress markup
Nice Search ✅   Enabled Redirect search results from /?s=query to /search/query/
Relative URLs ❌   Disabled Change WordPress absolute URLs to relative URLs

See the config file for the full list of features.

Getting Started

Start by publishing the package configuration:

$ wp acorn vendor:publish --tag=prettify-config

Review the published config file to get an understanding of the optimizations that Acorn Prettify has enabled out of the box.

Usage

Acorn Prettify immediately begins working with a sane set of defaults once installed in your Acorn project.

Bug Reports

If you discover a bug in Acorn Prettify, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Acorn Prettify is provided under the MIT License.