I know this is long overdue, and many people have been asking for it, so here it is: a tutorial for adding a tag cloud into the sidebar in Smooth Sailing. It is for paid users only as it requires a function override. Please read comments in green and only change code in red.
(
Code )
Comments 12
Reply
Reply
But how can I get rid of the bullets that lead each tag?
I'd rather just have nothing there, just the list.
Thanks!
Reply
#tags_sidebox ul { margin: 0; padding: 0; }
#tags_sidebox li { display: inline; margin: 4px; }
in the Custom CSS box?
No matter what I do, the tags do not appear as a cloud.
Reply
Reply
Leave a comment