Conversation
supportHey mate, me again, i created another topic to keep things organized. How can i remove links from the tag cloud? I would like to have it just words floating with no linking to anything, thank you again!
add to the footer.php of theme: <script> jQuery(document).ready(function() { jQuery(".html5_cumulus a").click(function(){ return false; }); }); </script>
Hey mate! I tried adding that to footer.php and header.php but didnt worked, what if i show categories instead of tags? Will your script link categories aswell? Might be a easier solution if it dont link to categories by default, thanks!
add to the footer.php of theme: <script> jQuery(document).ready(function() { jQuery(".html5_cumulus a").click(function(){ return false; }); }); </script>
Hey mate! I tried adding that to footer.php and header.php but didnt worked, what if i show categories instead of tags? Will your script link categories aswell? Might be a easier solution if it dont link to categories by default, thanks!