Breadcrumbs and Trellis

#640946
  • Resolved Anonymous
    Rank Math free

    Hi,

    I have no technical skills but I feel like this might be an easy fix. How can I add breadcrumbs with Mediavine’s Trellis?

    Can I just place this shortcode [rank_math_breadcrumb] in this hook: Add custom content between the post heading and the post content
    Hook: tha_aside_before_entry_content

    Thanks! Christine

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for your query and we are so sorry about the trouble this must have caused.

    When placing a shortcode on a hook, you need to make sure that the hook can process the shortcode on the front end using do_shortcode.

    You may try that but we recommend the PHP version instead as this doesn’t require any pre-processing:

    <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>

    You can learn how to set it up completely in this guide. https://rankmath.com/kb/breadcrumbs/

    Hope that helps and please do not hesitate to let us know if you need my assistance with anything else.

    Anonymous
    Rank Math free

    Thanks so much!

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Breadcrumbs and Trellis’ is closed to new replies.