Title: breadcrumbs
Last modified: June 26, 2020

---

# breadcrumbs

 *  Resolved [seocancun7](https://wordpress.org/support/users/seocancun7/)
 * (@seocancun7)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/)
 * Why am I asking for help here?
 * A few months ago you accepted any type of question in your Facebook group ([https://www.facebook.com/groups/rankmathseopluginwordpress](https://www.facebook.com/groups/rankmathseopluginwordpress)),
   now there are two publications that do not approve of me, asking me to open a
   ticket on your support platform ([https://support.rankmath.com/](https://support.rankmath.com/))
   and when I do the ticket you send it to approval which its never approve, I say
   this before you also send me to open a ticket on your website to receive help.
 * It happens that I have modified the format of all my post including breadcrumbs,
   however only “home” and the article appear and the category which I need to be
   visible is not shown.
 * Example: I need this: [https://yuumgo.com/blog/diseno-de-paginas-web-en-cancun/](https://yuumgo.com/blog/diseno-de-paginas-web-en-cancun/)
   
   And only this appears: [https://yuumgo.com/diseno-de-paginas-web-en-cancun/](https://yuumgo.com/diseno-de-paginas-web-en-cancun/)
 * Waiting in this medium if you can help me.
 * Thank you very much
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbreadcrumbs-105%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [seocancun7](https://wordpress.org/support/users/seocancun7/)
 * (@seocancun7)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13041214)
 * Sorry, I formulated the examples wrong, what I wanted to say is:
 * what I need: Home/blog/article
 * what appears: Home/article
 * hope you can help me
    -  This reply was modified 5 years, 10 months ago by [seocancun7](https://wordpress.org/support/users/seocancun7/).
 *  Plugin Author [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * (@rankmath)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13041868)
 * Hello [@seocancun7](https://wordpress.org/support/users/seocancun7/)
 * Thank you for your message.
 * Can you please email us at `support@rankmath.com` so we can check further why
   your profile was not able to post on our forums?
 * With that said, you can use the following filter to change the Breadcrumb items:
   [https://rankmath.com/kb/filters-hooks-api-developer/#change-remove-breadcrumb-items](https://rankmath.com/kb/filters-hooks-api-developer/#change-remove-breadcrumb-items)
 * Here is an example:
 *     ```
       add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
       	if ( is_singular() ) {
       		$crumbs[1][0] = 'Blog';
       		$crumbs[1][1] = 'http://example.com/blog-page-link';
       	}
       	return $crumbs;
       }, 10, 2);
       ```
   
 * Hope that helps.
 *  Thread Starter [seocancun7](https://wordpress.org/support/users/seocancun7/)
 * (@seocancun7)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13059634)
 * What is the use then having a plugin if I have to edit the code?
 *  Thread Starter [seocancun7](https://wordpress.org/support/users/seocancun7/)
 * (@seocancun7)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13059653)
 * If I use wordpress and plugins it is because I don’t know how to edit code, if
   I knew how to do it I would not use plugins
 *  Plugin Author [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * (@rankmath)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13059707)
 * Hello [@seocancun7](https://wordpress.org/support/users/seocancun7/)
 * No problem. We can try to help you.
 * Can you please tell us which theme are you using so we can check the code?
 * Also, did you happen to register on our forums or email us?
 * Looking forward to helping you. Thank you.
 *  Plugin Author [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * (@rankmath)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13075670)
 * Hello,
 * Assuming you are using the latest version of all the plugins, themes, & WordPress
   and the issue is resolved, we are closing this topic.
 * If that is not the case, please feel free to open a new support topic or reply
   to this one and we will be more than happy to help.
 * Thank you.
 *  Thread Starter [seocancun7](https://wordpress.org/support/users/seocancun7/)
 * (@seocancun7)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13079035)
 * No, is not resolved, I use Astra + Elementor
 *  Plugin Author [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * (@rankmath)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13093023)
 * Hello [@seocancun7](https://wordpress.org/support/users/seocancun7/)
 * The display of Breadcrumbs depends on the following things:
    **1.** If you have
   set a Primary Taxonomy for a Post, then the Breadcrumb will show like `Home >
   > Category >> Article`
 * **2.** If you have set a static page for the Home & Blog, then the Breadcrumb
   will show like: `Home >> Blog >> Category ( if Primary Taxonomy is set ) >> Article`
   
   Else, the Breadcrumb will show like `Home >> Article`
 * Looking at your posts’ links, it seems like the permalink structure on your site
   is set to `%post-name%` and has not set the Primary taxonomy.
 * To include the Blog, you will have to use the filter code we provided you. There
   is no way to automate this.
 * Here is a screencast explaining how the Breadcrumbs work:
    [https://i.rankmath.com/lmSPgn](https://i.rankmath.com/lmSPgn)
 * Hope that helps. If you need any further assistance, please feel free to let 
   us know. We are here to help.
 * Thank you.

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

The topic ‘breadcrumbs’ is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)

 * 8 replies
 * 2 participants
 * Last reply from: [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-105/#post-13093023)
 * Status: resolved