Breadcrumbs above forum in Arcane using Yoast SEO

  • In Progress
    Posted in: Arcane  
  • Member
    omerbila
    March 22, 2018 at 6:13 pm #110316

    Hi there,
    I am trying to enable forum breadcrumbs within the Arcane theme using the supplied Yoast SEO plugin.

    I need to implement the Yoast SEO breadcrumb above the forums (immediate top left like standard in most forums). What .php location should I place the following snippet within the Arcane theme?

    ———————-

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘
    <p id=”breadcrumbs”>’,'</p>
    ‘);
    }
    ?>

    ————————

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.