• 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.
    Cheers

    add_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
    } );
    • This topic was modified 3 years, 11 months ago by martyn.
  • The topic ‘hook for breadcrumb that doesn’t appear’ is closed to new replies.