• Hi Virtue Support,

    My team really liked thema Virtue
    and we are in the phase of customizing thema.

    At this point we are having difficulty implementing
    Breadcrumbs on every page of the site including the store.

    the code would be this
    <? php if (function_exists (‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs (); ?>

    or
    [rank_math_breadcrumb]

    manually we got

    But I would like it to be below the page titles.

    We have already created thema son.

    We know that Virtue Pro has this native function.

    But we are still in the testing phase.

    Thanks for listening.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 16 through 20 (of 20 total)
  • I’m saying that something is wrong and I need to see what your file looks like to understand, so please can you send me a photo with your functions file with <?php added.

    Thanks! And yes it goes without saying that premium includes this as easy as turning one option on.

    Ben

    Thread Starter Paulo Espíndola

    (@paulojardel)

    Thread Starter Paulo Espíndola

    (@paulojardel)

    <?php
    add_action(‘virtue_header_after’, ‘custom_breadcrumbs’);
    function custom_breadcrumbs() {
    echo ‘<div class=”extra-breadcrubms container”>’ . do_shortcode( ‘[rank_math_breadcrumb]’ ) . ‘</div>’;
    }

    Hey,
    I can’t see why that would error. I don’t know what else to suggest because this works just fine with me.

    Ben

    Thread Starter Paulo Espíndola

    (@paulojardel)

    Hello Ben,
    Thanks for the answer.

    Just to remember:

    1 – Thema virtue I’m using is free
    2 – The code entered above the blank screen site.
    3 – Is there another way to put breadcrumbs in virtue free?

    Then we saved time.

    Thanks again

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘breadcrumbs does not work’ is closed to new replies.