hi, I need to display the breadcrumbs from the rankmath plugin on all pages of the site, regardless of the page, product, archive, or brand. How can I do this? Where should I insert it in the template? Please note that I am manually assembling the layers for the site.
Here is the code provided by rankmath
<?php if (function_exists(“rank_math_the_breadcrumbs”)) rank_math_the_breadcrumbs(); ?>