2012-10-05, 21:40:25
mus.aqeel Wrote:thank you very much for help.
it works.
but why tags have no links?
If you want links, you need to add the parameter slug with the slug of your search page, e.g. assuming page search:
Code:
...<?php get_i18n_tags(array('minTagSize'=>100, 'maxTagSize'=>100, 'slug'=>'search')); ?>...