What this add-on does
The add-on lets you add CSS and JavaScript snippets via an editor with autocompletion and syntax highlighting, and choose exactly where each snippet applies (post type, specific page, or everywhere). Snippets are served inline or via a minifiable file, to preserve performance.
- CSS/JS editor with autocompletion
- Targeting by post type or page
- Inline delivery or minifiable file
- Without modifying the theme
Customise without breaking
Touching the theme code for a cosmetic tweak is tempting, but it's also the surest way to lose everything at the next update — or introduce a bug that's hard to trace. A separate, clean and targeted customisation space gives you the flexibility to adapt your site while keeping the theme intact and easy to maintain.
How it works
You write your snippets in the built-in editor, set their scope (a page, a post type, or the whole site), and the add-on serves them in the right place. Targeting avoids loading unnecessary code, and optional minification groups the snippets into an optimised file to limit the impact on speed.
- Writing in a built-in editor
- Fine-grained scope definition
- Code served only where needed
- Optional minification for performance
What it brings to your site
You keep control over your site's look and behaviour without depending on a developer for every detail, while preserving performance thanks to targeting and minification. Customisations survive theme updates, securing your work over time.
- Autonomy over look and behaviour
- Less reliance on a developer
- Performance preserved (targeting, minification)
- Customisations resilient to updates
Before / after at a glance
| Without the add-on | With the add-on |
|---|---|
| Edit the theme, risk everything | Separate customisation space |
| Customisations lost on update | Snippets preserved over time |
| Code loaded everywhere needlessly | Targeting by page or post type |
| Reliance on a developer | Autonomy over the site's look |
Who it's ideal for
Ideal for agencies wanting to fine-tune their site beyond standard settings — a colour, a layout detail, a small behaviour — without committing to heavy development. A flexibility tool that avoids many bad surprises.