Breadcrumb Wordpress

Asked

Viewed 22 times

0

I’m setting up a website and putting the breadcrumb right in the code, only I’m not getting the dropdown menu mother item, is getting the code like this... how can I pull the mother item?

  <section class="continer-fluid indice">
    <div class="container">
        <div class="row">
            <ol class="breadcrumb">
                <li>Página Inicial</li>
                <li>item mãe</li>
                <li class="active"><?php the_title(); ?>&nbsp;<?php the_subtitle(); ?></li>
            </ol>
        </div>
    </div>
</section> 
  • Is the mother/father item a page? Like this is a hierarchy with mother/daughter page or is it something else?

  • I was able to solve with Yoast’s Breacrumb, set on the page which was the parent page and then just adjusted the layout with CSS

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.