Hi there,
I hope you’re doing well. 🙂
Does GP generate breadcrumbs on its own?
If that’s a yes, how?
If that’s a no, I searched this thread and used Rankmath and applied the below php to all pages and posts and ticked on the checkbox to execute shortcode & PHP (should I select just one?).
<?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>
I placed it under generate before entry title hook (found it here: https://docs.generatepress.com/article/adding-breadcrumbs/)
It still doesn’t display.
Any solution?
Thank you,
-Swadhin