hook for breadcrumb that doesn’t appear
-
HI,
I’m trying to show the breadcrumb using your<?php magbook_breadcrumb(); ?>
in page.php, breadcrumb navxt plugin and the function below, but that hook (is it?) doesn’t work.
I’d like to show the breadcrumb just under the menu.
Waiting for your reply.
Cheersadd_action( 'magbook_breadcrumb', function() { ?> <div class="breadcrumbs grid-container grid-parent" typeof="BreadcrumbList" vocab="https://schema.org/"> <?php if ( function_exists( 'bcn_display' ) ) { bcn_display(); } ?> </div> <?php } );
- The topic ‘hook for breadcrumb that doesn’t appear’ is closed to new replies.