Extrachill
WordPress theme for the Extra Chill network. Provides extension points for any music-related WordPress project.
Changelog
All notable changes to this project will be documented in this file. This file records notable changes in this theme....
ExtraChill Theme – Technical Documentation
This directory contains technical deep-dive documentation for the ExtraChill theme. For architectural patterns and development guidelines, see ../AGENTS.md For quick...
Action Hooks Reference
The theme provides action hooks for plugin integration and customization throughout templates. Navigation Hooks extrachill_header_top_right Populates the top-right header area....
Archive Functionality
Archive pages with filtering, sorting, and search capabilities. Core Components Archive Template Location: /inc/archives/archive.php Filter: extrachill_template_archive Handles all archive types:...
Asset Loading System
Conditional CSS/JS loading with filemtime() cache busting comes from /inc/core/assets.php, which guards every enqueue with file_exists() checks and context-aware logic....
Category Rewrite System
Forces blank category base for clean URLs in multisite permalink structure. Overview Location: /inc/core/rewrite.php The theme removes the /category/ prefix...