#themes
Related Content
How to enable and configure related content on a post: manual item selection, automatic scoring by shared tags and category, and the render_related_items() theme function.
→
Partials and functions
How theme partials work for overriding card HTML, what variables they expose, and what you can and cannot do in functions.php.
→
Custom Fields
How to define, fill, and display custom structured fields on any content type using the schema editor and theme helper functions.
→
Content Rendering
Reference for all PHP rendering functions available in templates: content, cards, menus, galleries, search, pagination, and SEO tags.
→
Hooks and Filters
How to use hooks and filters to extend the CMS from your theme, plus theme options, asset helpers, and page detection functions.
→
Utilities
All utility functions for URLs, SEO, settings, formatting, and i18n available in theme templates.
→
Theme Structure
Required files, directory layout, theme.json manifest, asset naming conventions, and the pre-publish checklist for building a theme.
→
Templates
All theme templates and their injected variables: header.php, footer.php, home.php, single-item views, content-list.php, and page templates.
→
Live Theme Preview
How the live theme preview works: signed HMAC token, session check, JS link rewriting, and the files involved.
→
