Hi there,
I’m setting up Rank Math breadcrumb, either with the shortcode:
[rank_math_breadcrumb]
Or with the PHP Code:
<?php if (function_exists(‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs(); ?>
It’s working with different hooks, but I’m not getting to put it where I want it: just before the title.
I’ve tried generate_inside_site_container, generate_inside_container, generate_before_main_content, generate_before_content, generate_before_entry_title… Anything I’ve tried (similar to these), it shows the breadcrumb inside #main .inside-article, after the title.
Hook using GP elements: https://imgur.com/ftclDVb

Preview: https://imgur.com/sy2eGTR

Could you help me in order to fix this?
Thank you!