• Resolved relle

    (@relle)


    Hello,

    How do I exclude a category from the Tag Cloud block?

    Is there a code snippet?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The easiest way I can see at the moment is to hide them by style. Example:

    .wp-block-tag-cloud .tag-link-42 { display: none }

    Where the number 42 corresponds to the ID of the category you want to hide.

    Thread Starter relle

    (@relle)

    That is easy, thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude a category from the Tag Cloud Block’ is closed to new replies.