Site logo

Archived topic

Hook Rank Math Breadcrumb

3 replies · Started by Jordi on November 8, 2020

Viewing posts 1–4 of 4

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!

Hi there,

your site is using a Header Element.
Edit the Header Element and insert the breadcrumb shortcode below the title.

Great David, thank you for your assistance!

Glad to be of help

This archived topic is closed to new replies.