Is it possible to exclude or hide some tags from the tagcloud made with [tagcloud] ?
Or maybe to exclude or hide tags containing a certain character?
Help will be greatly appreciated!
Is it possible to exclude or hide some tags from the tagcloud made with [tagcloud] ?
Or maybe to exclude or hide tags containing a certain character?
Help will be greatly appreciated!
I figured out how to do something that works for me.
I have Exec-PHP enabled so I included this in my tagcloud page.
<link href="tagcloud.css?<?PHP echo date("j/m - 20y"); ?>" media="all" rel="stylesheet" type="text/css" />
Content of tagcloud.css
.tag-link-41 , .tag-link-73 { display:none; }
Not automatic, but the end result is okay.
This topic has been closed to new replies.