Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
246 stars 50 forks source link

Taxonomy archives return in default language #79

Open simonwheatley opened 11 years ago

simonwheatley commented 11 years ago

For example: http://freespeechdebate.com/de/tag/christianity/

All posts returned are in English, the default language. The posts should be in the current language, in this case German. (Note that the permalinks appear to be in the correct language.)

markoheijnen commented 11 years ago

I guess WordPress sucks in this. Not sure how that data is requested but from get_terms() you can't modify the taxonomy names. No clue yet how other plugins doing this.