[breadcrumbs]

This shortcode dynamically creates breadcrumbs based on the current page or post, including support for archives, search results, 404 pages, and paginated content.


Product


Example Usage

[breadcrumbs]

Results

<div class="breadcrumb">
    <a href="https://example.com/" rel="v:url" property="v:title">Home</a>
    <span class="breadcrumb-separator"> </span>
    <span typeof="v:Breadcrumb">
        <a rel="v:url" property="v:title" href="https://example.com/category/uncategorized/">Uncategorized</a>
    </span>
    <span class="breadcrumb-separator"> </span>
    <span class="current">Post Title</span>
</div>
Display the breadcrumb for a post in a category.
The breadcrumb display can be controlled via a Site Settings (Launchpad > Site Settings > Pages > Breadcrumb). If this option is Hide, the shortcode will return nothing.