I have the wordpress category widget installed on my website that lists all categories/subcategories on my site and their hierachy:
Watch Accessories (1)
- Straps (1)
Watch Glossary (5)
Watch Guides (1)
- Maintenance (1)
Watch News (2)
- New Releases (2)
Watch Reviews (7)
- Christopher Ward (1)
- Hamilton (1)
- Seiko (2)
- Tissot (2)
- Vostok (1)
I am using the following permalink structure:
/%category%/%postname%/
When I click on the parent categories
http://www.domain.com/watch-reviews/
it shows the category view and lists all articles in that category.
But when I click on a subcategory
http://www.domain.com/watch-reviews/seiko/
it doesn't show the category view, it doesn't list all the articles in the subcategory. Instead it redirects to the first article in the sub category.
How can I get Wordpress to display all articles in a subcategory?