maximeschoeni / sublanguage

Multilanguage plugin for wordpress
42 stars 13 forks source link

issue with "%category%/%year%" permalink - redirected to the "category/%category%" #5

Open webmato opened 8 years ago

webmato commented 8 years ago

I am using permalink structure http://host.com/%category%/%year%/%postname%/

On the permalink setting page in the section Translate taxonomies I translated the default taxonomy word catergory.

The issue is when I am using translation of the catergory taxonomy, the permalink http://host.com/%category%/%year%/ is automatically redirected to the http://host.com/translated_taxonomy_category/%category%/.

For example:

Translation Post Category:

EN: 'news'
CS: 'novinky'
Translate taxonomies / Categories

EN: ''
CS: 'kategorie'

default: category
Open URL:

http://host.com/en/news/2015/   -> everything works fine, it shows all posts of category 'news' posted in 2015
http://aeroservis.dev/cs/novinky/2015/ -> it is redirected to the http://aeroservis.dev/cs/kategorie/novinky/

thank you.