Thank’s a lot. now it works exactly as expected 🙂
broken is a big word, i is just not returned as html. (The ul and li-Elements are not present) but the content is correctly returned.
Maybe u can try to use the current-language slug to manually filter items? $GLOBALS[‘falang_core’]->current_language->slug
Hi yes, i i now know, that it is caused by the_content filter. If i use the_excerpt as filter, it works as expected and returns html. the get_the_content filter works, too, but the html is broken..