simple tags experts! Problem with the dynamic “st_tag_cloud”
-
Hello everybody!
here I read that the plugin “simple tags” can show a dynamically created tag cloud using the
<?php st_tag_cloud(); ?>
function.
With the category parameter you can choose a category.I want to use this function to limit the tags in the tag cloud to the tags of the articles in the elected category. So I want to enable the reader to filter the articles within the elected category with the tag cloud.
In the german wordpress forum someone told me I could do that useing
<?php st_tag_cloud('format=list&category='.$cat); ?>
Unfortunately this code also shows the tags of articles from other categories which have at least one tag in comman with an article of the elected category. So it seems that some related tags / articles function is enabled…
How can I manage to only show the tags of the articles in the elected category? It was great if you could help me with the right code because unfortunately I have no programming skills…
Thank you so much!!!
- The topic ‘simple tags experts! Problem with the dynamic “st_tag_cloud”’ is closed to new replies.