Tag Cloud Length

  • Posted in : Editor
  • gofishfisher
    Participant

    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?

    ahmetsali
    Keymaster

    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.

    gofishfisher
    Participant

    Awesome! Any way to sort them by popularity instead of just alphabetically? Thank you so much!

    ahmetsali
    Keymaster

    they are not possible in wordpress default widget tag cloud, you may need a plugin for this.

    jabage
    Participant

    Hi-

    Does this get plugged in under Appearance–> Editor?

    Sorry for the newb question.

    ahmetsali
    Keymaster

    @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
Login and Registration Log in · Register