• Custom Post Type 2 = cpt2 whith Title = title1, Custom Post Type 1 = cpt1 And they has the same Taxonomy = tax1 with Term = term1
    I’m opening path mysite.com/cpt2/title1/ with Breadcrumb Home > Custom Post Type 2 > Term > Title
    Then I click on Term in Breadcrumb – is opening path mysite.com/tax1/term1 with Breadcrumb Home > Custom Post Type 1 > Term,
    but I need mysite.com/tax1/term1?post_type=cpt2 with Breadcrumb Home > Custom Post Type 2 > Term
    Help me fix it.
    PS. Exaple here. Warning – russian cyrillic

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    I see what you’re trying to do, and as far as I can tell, there isn’t a quick way to do this from your end. You’d have to hook into get_term_link() and append the post type selector when appropriate. See http://codex.wordpress.org/Function_Reference/get_term_link

    Breadcrumb NavXT is agnostic of this, but this is something I can see as useful and will look into adding it as a feature in an upcoming release (unlikely to make the next release since I’m already behind on that).

Viewing 1 replies (of 1 total)
  • The topic ‘I have some problem in Breadcrumb navigation’ is closed to new replies.