我正在使用事件管理器插件和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>