Is there a way I can add weighted tags to wordpress? I need to customize the tag cloud widget to show the most used tags with different colors
Is there a way I can add weighted tags to wordpress? I need to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve stumbled upon this as well. Here’s a modified function from the original tag cloud widget:
This code (by default)will generate a tag cloud with 13 possible classes for each tag(since the defaults are min. size=10 and max.size = 22). In order to change the color for each tag weight, simply add those rules to your CSS:
where “x” is a number from 1 to 13
Hope this helps.