Viewing 1 replies (of 1 total)
  • Hi,

    Check wp_tag_cloud function docs for arguments. There is ‘exclude’ arg for your purpose.
    Tag Cloud Widget use ‘widget_tag_cloud_args’ filter before sending args to wp_tag_cloud. So you can set your function to add ‘exclude’ arg to them.

Viewing 1 replies (of 1 total)

The topic ‘Hiding Article Tags’ is closed to new replies.