I’d like rewrite URLs for posts that are in a specific category.
I’d like them to follow this structure
domain.com(duh)/%category%(country)/%category%(province)/%category%(state)/%category%(specific category name)/%postname%
Does anyone have a reference for any examples for me to see? It looks like I’m going to have to dive in regular expressions, but what else do I need to learn to do this?