Home Plugins enqueueror
Enqueueror logo

Enqueueror

by Panagiotis (Panos) Anastasiadis on WordPress.org

Supercharged CSS & JS Coding for WordPress

(2)
Load assets "globally" as external files, for every kind of content.

Load assets "globally" as external files, for every kind of content.

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.
Active installations100+
Weekly downloads
22-21.43%
Version1.4.0
Last updated7/19/2024
WordPress version5.0
Tested up to6.6.2
PHP version7.1
Tags
cssdevelopmentjavascripttheme