I am working on a website in wordpress. I have to show some products which fall under various categories. For Example:
- Apparel
- Women
- Tops
- Bottoms
- Footwear
- Men
- Shirts
- Bottoms
- Footwear
- Kids
- Shirts
- Bottoms
- Toys
- Women
Now I want the URL Structure to be like :
www.mysite.com/apparel/women/tops for the categories
and If I open a product like abc under the above category , the url should be:
www.mysite.com/apparel/women/tops/abc for the categories
Can anyone please help me in creating the custom categories such that I can get the above url structure with proper pagination.
Thanks
Source: wordpress