Breadcrumbs on second tier child pages
-
On our development site there is a nested page that is two levels deep. Currently it is not showing breadcrumbs like the rest of the pages.
https://gold.shockingcreations.com/about/gold-lab-foundation/team/I’m wondering if this is because it is more than two levels deep in the page structure.
I’ve included this code<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
and the rest of the pages, if they are just children (not grand children), are showing breadcrumbs just fine.
How can I get the breadcrumbs to appear on our Team page?
Thank you for the help!
- The topic ‘Breadcrumbs on second tier child pages’ is closed to new replies.