[Plugin: Category Cloud Widget] Include :first-letter-tag to Category Cloud
-
Hi,
I installed Category Cloud lately for a very huge category. Unfortunaly it still looks very overwhelming so I would like to use :first-letter to colorize the first letters of each category to give a better overview to my readers.
Unfortunately I am not familiar with programming to change the code myself, but I tried to add a span with a class “classname:first-letter” here
foreach ($counts as $catname => $count) { $catlink = $catlinks{$catname}; echo "\n <a ****** href=\"$catlink\" title=\"$count posts filed under $catname\" style=\"font-size:". ($options['small'] + ceil($count/$fontstep)).$options['unit']."\">$catname</a> "; }
Unfortunately it didn’t work and you laugh about the try. However, maybe there is a sollution and you can help me how it might work to make the first letter stand out.
Thanks
https://www.ads-software.com/extend/plugins/widget-category-cloud/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Category Cloud Widget] Include :first-letter-tag to Category Cloud’ is closed to new replies.