How to add css class to cloud tag anchors?
We can also modify the anchor CSS class with the wp_generate_tag_cloud_data filter (4.3+). With that filter we can modify the following anchor data: id url role name title (removed in 4.8) slug real_count class font_size formatted_count (added in 4.8) aria_label (added in 4.8) show_count (added in 4.8) The style attribute is hardcoded, as can be … Read more