2013-12-03, 00:17:33
Hi everybody!
I'm happily using I18n special pages, but I noticed a bug !
When I switch to a different language than default, my previous posts don't keep the Menu Order I previously set in the Admin area.
I'm calling them with this code:
This code works perfectly in default language though...
Any hint or fix for this?
Thank you|
Have a nice day.
Ed
I'm happily using I18n special pages, but I noticed a bug !
When I switch to a different language than default, my previous posts don't keep the Menu Order I previously set in the Admin area.
I'm calling them with this code:
PHP Code:
<?php get_i18n_search_results(array('tags'=>'_special_events','dateFormat'=>'%d.%m.%Y','component'=>'lista','order'=>'+menuOrder','lang'=>$language)); ?>
This code works perfectly in default language though...
Any hint or fix for this?
Thank you|
Have a nice day.
Ed