• Resolved dekazo

    (@dekazo)


    Thank you for your help.
    In this theme
    Is it possible to install the plug-in “Breadcrumb NavXT”?
    I can’t find header.php that I can write the code below.
    thank you.

    <div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”&gt;
    <?php
    if(function_exists(‘bcn_display’))
    {
    bcn_display();
    }?>
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there,

    Twenty Twenty-Two is a Full-Site Editing (FSE) theme that works differently than other themes, in that you’re meant to edit the theme template files in the Site Editor using blocks, and not by editing the code. For that reason, it doesn’t have the same type of PHP theme files as non-FSE themes do, and that’s why you’re not finding a header.php file.

    You can learn more about Twenty Twenty-Two here:

    Twenty Twenty-Two

    And more about Block Themes that support Full-Site Editing here:

    Block themes

    You might wish to post in the Breadcrumb NavXT support forum to see if they have a recommended way of using their plugin with FSE themes, or if that’s not yet an option, in which case you might want to use Twenty Twenty-One or another non-FSE theme instead.

    Thread Starter dekazo

    (@dekazo)

    Hello, Mr. Kathryn P.

    Thank you for your advice.
    I’m sorry I was stupid.
    I was able to know about the block theme.
    Thank you.

    Moderator Kathryn Presner

    (@zoonini)

    @dekazo It definitely wasn’t a stupid question! Hopefully you can find a solution that works. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Installation of Breadcrumb NavXT’ is closed to new replies.