-
Hi,
I am using Bridge theme, but the theme breadcrumbs do not show the primary category, so I have enabled RankMath Breadcrumbs.
I am trying to override them to the theme breadcrumbs but I have not found the solution.
I have added this code to the header.php file on the Theme Child.<div class=”breadcrumbs”>
<?php if (function_exists(‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs(); ?>
</div>OR
<div class=”breadcrumbs_inner”>
<?php if (function_exists(‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs(); ?>
</div>but they do not work.
The ticket ‘Override breadcrumbs Bridge Theme by Qode’ is closed to new replies.