How to add rank math breadcumb to single post of blocksy theme

#673747
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello, I’m sorry for the inconvenience you’re facing. To add Rank Math breadcrumbs to a single post of the Blocksy theme, you can follow these steps:

    1. Add the code add_theme_support( 'rank-math-breadcrumbs' ); to the functions.php file of your theme.

    2. Then, add the code `to the appropriate location in your theme’s template file to display the breadcrumbs. In most themes, it would be either thesingle.phpfile or theheader.php` file.

    If you’re unable to figure out where to add the breadcrumbs function in your theme, you can check with your theme developer or reach out to Rank Math’s support team directly from here and we’re available 24×7 to help you out.

    Once you have made the changes, click on the Update File button to save your changes.

    I hope this helps! If you have any further questions or need assistance, feel free to ask.

    Sources:
    How to Make Your Theme Rank Math Compatible » Rank Math
    How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math

    Hello,

    Thank you for contacting Rank Math support and we apologize for the inconvenience.

    To help you investigate this issue, we might need to take a closer look at your website and settings. Please follow these steps:

    • Edit the first post on this ticket and include your WordPress and FTP logins in the Sensitive Data section. This is a secure section that only our support staff can access.
      Sensitive Data Section
    • Make sure you take a complete backup of your website before sharing the information with us.
    • If you prefer, you can use this plugin to generate a temporary login URL to your website and share that with us instead: https://wordpress.org/plugins/temporary-login-without-password/
    • You can also use this plugin to monitor what changes our staff might make on your website (if any): https://wordpress.org/plugins/wp-security-audit-log/

    We appreciate your cooperation and patience. Thank you for choosing Rank Math.

    Anonymous
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    We added the breadcrumb PHP to your header.php file as well as your template-parts/single.php file, both times the breadcrumb was showing:

    If you want the breadcrumbs to show where the current theme breadcrumb is, then you would have to reach out to your theme developer for help regarding where exactly to place our breadcrumb code for it to display the same way – your theme developer would be in a better position to help with that, as they understand their theme architecture better than we do.

    If you want to style the breadcrumb, you can do that from Appearance > Customize > Additional CSS. Here’s an example CSS code you can use:

    .rank-math-breadcrumb {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    We hope this helps you resolve the issue. If you have any other questions or concerns regarding Rank Math, please feel free to contact us again. We are always happy to help.

    Thank you for choosing Rank Math!

    Anonymous
    Rank Math free

    Got it, thanks a lot.

    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 do 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 6 replies - 1 through 6 (of 6 total)

The ticket ‘How to add rank math breadcumb to single post of blocksy theme’ is closed to new replies.