Home Forums WoodMart support forum How to integrate RankMath breadcrumbs in to theme?

How to integrate RankMath breadcrumbs in to theme?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #646981

    ya.predko
    Participant

    How to integrate RankMath breadcrumbs in to child theme using this manual
    Next, you should add the following code to the appropriate location in your theme’s template file to display the breadcrumbs.

    /**
     * Use the following code in your theme template files to display breadcrumbs:
     */
    <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>

    Note: Depending upon the theme you use, the theme file where you should add the breadcrumbs function would vary.

    ?

    #646983

    ya.predko
    Participant

    Ok, i do this by this instruction
    You need to copy the file woocommerce/global/breadcrumb.php from the parent theme and add it to the child theme and on line 14 add the following code https://monosnap.com/file/qodfeNwVQpaXb9EEfQiRjQM6M3gAnF

    But now i need a horizontal scroll bar for breadcrumbs like in theme by default

Viewing 2 posts - 1 through 2 (of 2 total)