Tell us what you are trying to do?
I want parent taxonomy to display all child posts. hidden link
This displays a list of posts, but when someone visits /market/ they get a 404.
How are you suggesting to deal with this?
Is there any documentation that you are following?
I want my breadcrumbs to work as well. Home > Market > Locks-Dams
People should be able to click on Market and see a list of child categories on the market page.
I could create a page with a different URL and try to redirect to that URL but that would not fix the fact the breadcrumbs wont work. Any suggestions?
I can just create a page with the same URL as the parent taxonomy and that works but it wont fix the dilemma of the breadcrumb. Im using kadence theme but also have rankmath installed.
Hello. Thank you for contacting the Toolset support.
As per our support policy - we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery.
Can you please tell me if you resolve any issue or with what question you would like to start first? If I consider the first initial post - The market is setup as taxonomy and for taxonomy archive you must load the URL with taxonomy term because the posts belongs to taxonomy term not taxonomy.
sorry, I felt everything I said was a single question. its a general question.
Taxonomy > Taxanomy Term > Post
Since Taxanomy is part of the hierarchy of the post, my visitors and search engines may try to visit the top level page wich is the taxonomy - But WordPress does not make this a page by default. I was just asking how to deal with this. I can create a page with the same URL, that fixes the first part of the issue, but Ill have to find a work around for breadcrumbs.