I am creating a multilingual website using wordpress as CMS.
i am using qTranslate plugin for multi language support. As soon as i enable the plugin, all formatting of text is lost. i.e. all paragraphs in the editor are merged into a single paragraph.
I have enabled this option in settings: “WordPress should correct invalidly nested XHTML automatically” but there is no change.
Any suggestions please?
Add this code at the end of wp-contentthemesyour-theme-namefunctions.php:
write simple post in html mode to test like this :
There is filter in wordpress to format text (plugin, or functions.php) try to find them, else try another plugin like Polylang.
I found a solution here:
http://www.teslina.com/en/748/wordpress/qtranslate-code-syntax-bugfix/
However i suspect that the code added in plugin will be removed when it’s updated.