Custom Blocks¶
Server-rendered Gutenberg blocks registered via tinnitus-blocks mu-plugin. All blocks auto-register from their block.json file.
Overview¶
| Block | Name | Description |
|---|---|---|
| Breadcrumbs | tinnitus/breadcrumbs |
SEO breadcrumb navigation with Rank Math integration and manual fallback. |
| Card Image | tinnitus/card-image |
Featured image as CSS background for archive cards. Avoids img tag interference from Performance Lab plugins. |
| Card Meta | tinnitus/card-meta |
Post-type-aware meta row (reading time, date) for archive cards. Uses block context for correct post ID inside query loops. |
| Cluster Articles | tinnitus/cluster-articles |
Displays all articles sharing the current post's cornerstone topic as a grouped listing. |
| Latest Articles | tinnitus/latest-articles |
Displays the most recent articles with a link to the article archive. |
| Latest Research | tinnitus/latest-research |
Grid of the most recent research summaries. |
| Post Type Badge | tinnitus/post-type-badge |
Colored label showing the current post type (Article / Research Summary). Uses block context for correct type inside query loops. |
| Related Articles | tinnitus/related-articles |
Displays articles sharing the current post's cornerstone topic, excluding the current post. |
| Research Highlights | tinnitus/research-highlights |
Displays the latest research posts. |
| Table of Contents | tinnitus/table-of-contents |
Auto-generated table of contents from post headings with scroll tracking. |
| Topic Navigation | tinnitus/topic-nav |
Grid of cornerstone topic cards linking to topic pages. |
Latest Articles¶
Name: tinnitus/latest-articles
| Attribute | Type | Default |
|---|---|---|
count |
integer |
6 |
Latest Research¶
Name: tinnitus/latest-research
| Attribute | Type | Default |
|---|---|---|
count |
integer |
6 |