Hello,
We apologize for the issue you are facing with adding breadcrumbs to your category pages. To display breadcrumbs on category pages, you typically need to add the rank_math_the_breadcrumbs()
function in the appropriate template file for your theme that handles category archives.
In most themes, this is usually found in the category.php
file or archive.php
file. Here’s how you can do it:
- Navigate to Theme File Editor: Go to WordPress Dashboard → Appearance → Theme File Editor.
- Locate the Correct File: Look for
category.php
or archive.php
in the list of theme files on the right side.
-
Insert the Code: Add the following code where you want the breadcrumbs to appear:
- Update the File: Click on the Update File button to save your changes.
If you are unsure about where to place the code, you may want to consult with your theme developer or check the documentation for your specific theme. If you continue to have trouble, please reply to this ticket with your site URL, and a human agent from our support team will assist you further.
Thank you for raising this concern!
Sources:
How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math
How to Make Your Theme Rank Math Compatible » Rank Math
This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.