• Hi

    I have a question as I don’t understand what is going on. On the left side of the page, when it shows:

    Home > Store > Books

    I click on the “Books”, yes it go to the page I want. However, when it shows:

    Home > Books

    I click on the “Books”, it go to the Category Archives: Books (/category/books) in which this is not the page I am asking for.

    My question is: How to change it to /store/books ?

    Thank you.

    http://ww.wp.xz.cn/plugins/breadcrumb-navxt/

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

    (@mtekk)

    You should not be using Pages (the post type) in place of category archives. If you are going to use pages in place of category archives, you need to know that you need to hook into the term_link filter so that get_term_link() returns the URL to the Page (the post type) corresponding to the category. Without doing this, there is no way for 3rd party plugins to know where to link to.

    Thread Starter Uendi

    (@uendi)

    Thank you for your instant reply.

    As the /store/books and /category/books automatic all appears after I click on them and I didn’t change anything at all.

    If I use category archives instead of Pages, then what do I need to do
    now ?

    Thanks.

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

The topic ‘Wrong Link To /Category/’ is closed to new replies.