2013-07-23, 15:04:29
upd. I got it working by correcting code to:
and relevantly called "uzbnews"
However still have the default templates showing country news. How can I manage it??
And I miss the detailed information on the way of setting up news calling function.. What other argumenst could be put into
<?php get_i18n_search_results(array('...)); ?>
Like "Lang" "Dateformat"?? What should be the order of these arguments in the array. Please, give examples..
Thank you!
Code:
<?php get_i18n_search_results(array('tags'=>'compnews','max'=>4,'numWords'=>'1p','HEADER'=>null)); ?>
and relevantly called "uzbnews"
However still have the default templates showing country news. How can I manage it??
And I miss the detailed information on the way of setting up news calling function.. What other argumenst could be put into
<?php get_i18n_search_results(array('...)); ?>
Like "Lang" "Dateformat"?? What should be the order of these arguments in the array. Please, give examples..
Thank you!