Hello,
?I love your plugin and id love to use related tags on another non hierarchical taxonomy.?
Is that possible?
Any guide to change post_tag to taxonomy?
Thanks
]]>Hi, I’ve tried to use your plugin, but it just shows nothing. My Code-Example:
<?php if(is_tag()) {
?>
<aside id="related-tags" class="widget posts">
<h3 class="widget-title">Verwandte Themen</aside>
<?php
if (function_exists('getListRelatedTags')) {
getListRelatedTags();
}
?>
</aside>
<?php
}
But expect the aside and h3 nothing is shown. Used it in the archive.php
Can you please help me?
]]>