I use WP and qtranslate, I installed News Manager and I have issue with some Links
1) “read more” links don’t have language parameter added in the url
2) In widget “Archive News” urls have the same problem
For the widget “News List” I added : href=”‘.qtrans_convertURL( get_permalink() ).'” to get_permalink() at your plugin fonction.php. Now the url links in the news list widget works :-)
Unfortunately I can’t solve the “read more” and “archive news” links. Please can you try to help me?
Thanks in advance for your help.
Unfortunatelly we don’t support Qtranslate compatibility. The reason for that is very poor code and general plugin quality. If you wan’t to use free multilingual plugin try Polylang – it’s a fantastic piece of software andf there should be no issues while using it with ANY of our plugins.
I found how to setup correctly the urls in the widget “News Archive”.
I added: qtrans_convertURL(nm_get_news_date_link ($date[0], $date[1]).’/’); at $link = nm_get_news_date_link ($date[0], $date[1]) in your function.php file.
I hope it will help if someone has the same issue.
Thanks again, Bartozs, for your help and for your plugin.