2015-04-29, 07:31:53
(2015-04-29, 04:16:19)Carlos Wrote: Are you using I18N Search custom rendering with a component?
Yes, the component 'search' is getting called in the template file using the following:
<?php get_component('search'); ?>
The code in theĀ component isĀ
<?php get_i18n_search_form (array('slug'=>'search', 'numWords'=>'0', 'showTags'=>0, 'GO'=>'OK', 'PLACEHOLDER'=>'Search')); ?>