So i have a post type called knowledge base http://www.domain.com/knowledge_base/
and i am going to have posts under categories. So it would look like http://www.domain.com/knowledge_base/category1/hello
and
http://www.domain.com/knowledge_base/category1/helloagain
the thing is that if i click go to my first post, lets say “random_post” that belongs to the category “Category 1”
instead of seeing
http://www.domain.com/knowledge_base/category1/random_post
It says
http://www.domain.com/knowledge_base/random_post
Where can you change it so it includes the category on the URL?
Also how would you do the blade file for the categories? would it be category-slug.blade.php?