Displaying custom tag cloud as list results in empty href tags
I don’t know if this is the best solution, but it seems to work. Change the call to get_tags() so that it gets the tags required, in the order required. Add a loop that generates the link for each of those tags. Then generate the tag cloud for those tags. So I end up with: … Read more