2013-02-20, 03:11:06
(2013-02-20, 02:18:26)mvlcek Wrote: The documentation says "If you use the I18N plugin, but only have one language, you can add the parameter i18n=0". As you clearly have more than one language, you have to remove this parameter.
Many thanks mvlcek!!!
I completely missed that! I started with that snippet adapted from Oleg06's original one
Code:
<?php get_i18n_search_results(array('tags'=>'blog', 'DATE_FORMAT'=>'', 'max'=>4, 'i18n'=>0, 'lang'=>'ru', 'numWords'=>'1p','HEADER'=>'')); ?>
which worked well with I18N activated before the permalink update...
Thank you very much for your quick and resolving reply!
Have a good day!