Exclude some tags from popular tags?
Is there a way to exclude some tags from being listed in the {{#popular_tags}} list?
Thanks, Ray
Not at the template level, but you can use some targeted CSS to hide specific links, e.g.
a[href="/tagged/apples"],
a[href="/tagged/oranges"] {display:none}
Does that work around the issue for now? I'm honestly not sure how best to solve this in Blot itself? If you have any ideas for how to elegantly present this functionality on the dashboard let me know
Answered 9 hours ago ยท Edit answer