how to display breadcrumbs above the post title

#173623
  • Resolved Palate’s Desire
    Rank Math pro

    Hey I did add Rankmath breadcrumbs , turning off my theme’s breadcrumbs. Rankmath breadcrumbs displays after the post title and not before . Is there any way out to make it display above the post title?

    I have used this code in my genesis child theme’s function.php

    /*
    * Add Rank Math Breadcrumbs just before the Single Post Content.
    */
    function rm_breadcrumbs( $content ) {
    if ( function_exists(‘rank_math_the_breadcrumbs’) && is_singular() ) rank_math_the_breadcrumbs();
    return $content;
    }
    add_filter( ‘the_content’, ‘rm_breadcrumbs’ );

    Thanks

Viewing 16 replies (of 16 total)
  • Prabhat
    Rank Math agency

    Hello,

    Thanks for your reply and we’re really sorry to hear that.

    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 16 replies (of 16 total)

You must be logged in to reply to this ticket.