イベント マネージャー プラグインと Qtranslate を使用して Wordpress サイトを作成しています。イベント ページを表示すると、コンテンツは正しい言語で表示されます。しかし、eventsmanager プラグインからイベント/ロケーション リストまたは今後のイベント ウィジェットを使用すると、コンテンツが両方の言語で表示されます。これは場所リストの私のコードです:
<li class="event-page-list-item">
<ul>
<li class="event-list-title item"><a href="#_LOCATIONURL">#_LOCATIONNAME</a></li>
<li class="event-list-location item"><a href="#_LOCATIONURL">#_LOCATIONADDRESS</a></li>
<li class="event-list-location item">#_LATT{email adres}{E-mail niet bekend}</li>
<li class="event-list-location item"><a href="#_LATT{website}{Website niet bekend}">#_LATT{website}{Website niet bekend}</a></li>
</ul>
</li>