• Hey 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Flector

    (@flector)

    add to the footer.php of theme:

    
    <script>
    jQuery(document).ready(function() {
        jQuery(".html5_cumulus a").click(function(){
            return false;
        });
    });
    </script>
    
    Thread Starter id820

    (@id820)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove links to posts?’ is closed to new replies.