In the sidebar.php i used this snippet for showing the Tag Cloud:
Is there a with I18N Search way showing only the related tags on a single post page?
Code:
<?php get_i18n_tags(array('slug'=>'tags', 'minTagSize'=>60, 'maxTagSize'=>160)); ?>
Is there a with I18N Search way showing only the related tags on a single post page?