I've had no problems with this until migrating to 2.6 (from 2.2).
I have a nice and structured category list, with a lot of subcategories.
Example:
- Main news
- - Sports
- - - Football
- - - Baseball
- - - Curling
- - National news
- - - politics
- - - health
- - - environment
In the past these category slugs have been part of the permalink structure, eg: main-news/sports/football/postname
But after upgrading to 2.6 this seems not to be the case anymore, result: main-news/postname. It's missing all the subcategories.
Unfortunately I HAVE to maintain this structure in the front-end of the site, due to indexed search results, bookmarks etc. Besides that, i believe it looks nice, logical and professional.
In the permalink settings I'm having the same settings as allways: Custom Structure: /%category%/%postname%/ which worked fine, until now.
Does anyone had the same problem, and a solution to this annoying problem ??