Project Type: WordPress Themes

Custom Embeds

Enhanced oEmbed support for music platforms. Bandcamp Embeds Location: /inc/core/editor/bandcamp-embeds.php Automatic embed support for Bandcamp albums and tracks. Supported URLs Albums: https://{artist}.bandcamp.com/album/{album-slug} Tracks: https://{artist}.bandcamp.com/track/{track-slug} How It Works User pastes Bandcamp...

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 overview and installation, see ../README.md Technical documentation for developers working...

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. Location: header.php (do_action( 'extrachill_header_top_right' )) Default Handler: inc/header/header-search.php Outputs: Search...

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: Category archives Tag archives Taxonomy archives (location, festival, artist, venue)...

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. CSS Architecture File Context Entry Point assets/css/root.css All pages extrachill_enqueue_root_styles()...

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 from category archive URLs, making them appear at the root...

Changelog

All notable changes to this project will be documented in this file. This file records notable changes in this theme. [2.3.8] - 2026-04-26 Fixed register @font-face via wp_theme_json_data_theme [2.3.7] -...

# Rewrite rules and documentation routing

Location: chubes-docs plugin inc/Core/RewriteRules.php High-level behavior The theme adds custom rewrite rules that expose top-level project archives at both root and under /docs/. Examples: /wordpress-plugins/ (index.php?project_archive=wordpress-plugins) /docs/wordpress-plugins/ (index.php?docs_category_archive=wordpress-plugins) Documentation permalinks:...

# Template hierarchy and lookup

Template organization: all theme templates live under the inc/core/templates/ directory Lookup routing: the theme maps WordPress template hierarchy lookups to inc/core/templates/ via filters in inc/core/filters.php Examples of specific templates inc/core/templates/archive.php...

Homepage System

The theme provides a dynamic homepage with hero section, content columns, and optional custom content blocks. Front Page Template Location: inc/core/templates/front-page.php Displays hero section with site description Renders flexible column...

← Back to Chubes.net