I\'m having some trouble with Wordpress category/subcategory
archive URLs.
For example, I want to be able to display this archive:
http://fa
Setting Settings->Permalinks->Category base to '%category%' should give you what you want. According to WP doc:
Nested sub-categories appear as nested directories in the URI
See http://codex.wordpress.org/Using_Permalinks.
The Permalinks settings should be like /%category%/%postname%/ ..