[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[Rank Math SEO Plugin] Query for Breadcrumbs


abhiksingh2051
 Share

Recommended Posts

  • Support

Hello,

Thank you for contacting MyThemeShop today.

Can you please tell us which theme are you using so we can check and let you know where to add the code?

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Hey, I am also facing same problems while installing Breadcrumbs. I am using 'WP Astra' theme. Please tell me which file should I edit to insert that php code? Also, please add that detail  as  a  message inside plugin dashboard in upcoming updates so that it becomes easy for new users to install Breadcrumbs.

Link to comment
Share on other sites

  • Support

Hello,

WP Astra theme comes with many hooks, you can use any of those hooks to show the Breadcrumbs on your site. To show it below the title add following code to your functions.php file:

add_action('astra_blog_single_title_meta_after', function() {
	if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs();
});

After adding this code, you'll see the Breadcrumbs below the post title: http://take.ms/Q7vfj

You can find the complete documentation on how to use Breadcrumbs by clicking on the Learn more link in Dashboard >> General Settings >> Breadcrumbs: http://take.ms/SNmVD

Hope that helps. If there is anything else, please let us know.

Thank you.

  • Upvote 1

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...