Enqueueror
Supercharged CSS & JS Coding for WordPress
The facts
- Rating
- 5★ from 2
- Active installs
- 100+
- Price
- Free
- Last updated
- 19 Jul 2024
- Added
- Jan 2022
- Requires WP
- 5.0
- Tested up to
- WP 6.6.7
- Requires PHP
- 7.1
- Downloads
- 4,770
Our analysis
AI-assistedEnqueueror is a WordPress plugin designed for developers to manage CSS and JavaScript files more effectively. It allows for conditional loading of stylesheets and scripts based on specific criteria, such as page ID or slug, using defined naming conventions.
This plugin is suitable for developers looking to streamline their code development workflow and improve the performance of their WordPress sites by loading only the necessary files based on the context of the page being viewed.
Best for: WordPress developers seeking to optimise their site's CSS and JavaScript management.
What it does well
- ✓Facilitates conditional loading of CSS and JavaScript
- ✓Uses naming conventions for easy management
- ✓Enhances code development workflow
Where it falls short
- •Limited information on additional features
- •No user interface for managing files directly
Verdict
Enqueueror offers a practical solution for developers needing efficient file management in WordPress, though it may lack some user-friendly features.
From the developer
Panagiotis (Panos) Anastasiadis's own description of Enqueueror, lightly tidied.
Enqueueror empowers WordPress developers to manage and develop their CSS & JavaScript files efficiently. It facilitates conditional CSS & JavaScript loading through the use of naming conventions and provides numerous features to enhance the code development workflow.
Quick Start Examples
-
Load a stylesheet globally
Code a CSS file named global.css in the stylesheets directory. -
Load a stylesheet only when viewing the page with id = 1
Code a CSS file named type-page-id-1.css or type-id-1.css in the stylesheets directory. -
Load a stylesheet only when viewing the page with slug = ‘example-page’
Code a CSS file named type-page-slug-example-page.css or type-slug-example-page.css in the stylesheets directory. -
Load a stylesheet only when viewing the category term with id = 1
Code a CSS file named tax-category-term-id-1.css or term-id-1.css in the stylesheets directory. -
Load a stylesheet only when viewing the category term with slug = ‘category1’
Code a CSS file named tax-category-term-slug-category1.css or term-slug-category1.css in the stylesheets directory.
Guide
You may read the guide at GitHub.
Usage
- Install Enqueueror.
- Create the scripts and stylesheets directories under the active theme’s root directory.
- Consult the guide at GitHub.