Tag Cloud Length Posted in : Editor gofishfisherParticipant 11 June 2015 at 17:31 #22828 Hello! Started using the tag cloud widget in the footer, but it’s collecting way more tags than I want! Is there any way to limit these? ahmetsaliKeymaster 11 June 2015 at 19:37 #22846 Hi, try this custom css code to limit your tags; .site-footer .tagcloud a:nth-child(n+15) { display: none; } this code will show only 14 tags. gofishfisherParticipant 13 June 2015 at 16:32 #22898 Awesome! Any way to sort them by popularity instead of just alphabetically? Thank you so much! ahmetsaliKeymaster 15 June 2015 at 13:08 #22951 they are not possible in wordpress default widget tag cloud, you may need a plugin for this. jabageParticipant 17 June 2015 at 02:09 #23010 Hi- Does this get plugged in under Appearance–> Editor? Sorry for the newb question. ahmetsaliKeymaster 22 June 2015 at 20:18 #23163 @jabage you can paste the custom css code to Appearance > Customize > Custom CSS box. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register