breadcrumb.php
Breadcrumb navigation functions
Generates Bootstrap 5 styled breadcrumb navigation for reference posts and archives with proper semantic markup and accessibility.
Tags
Table of Contents
Functions
- jpkcom_acf_references_breadcrumb() : void
- Output Bootstrap 5 breadcrumb navigation
Functions
jpkcom_acf_references_breadcrumb()
Output Bootstrap 5 breadcrumb navigation
jpkcom_acf_references_breadcrumb() : void
Generates breadcrumb navigation for:
- Single reference posts (Home > References > Reference Title)
- Reference archive (Home > References)
- Other pages (Home > Page Title)
Includes proper ARIA labels and semantic HTML5 markup.
Tags
Return values
void —Outputs HTML directly.