HuseyinKogo Hey, Wondering how could I only get Primary tags displayed, where secondary tags are hidden on the homepage and keeping the "more...." text. [
clarkwinkelmann HuseyinKogo if a CSS solution is sufficient for you, you could hide the specific 3 tag IDs that are visible, like this: .item-tag<id> { display: none; } You can find the IDs from the browser inspect tool.
jordanjay29 clarkwinkelmann Is the sidebar the only place that the item-tag## class is used? FYI, I made a solution for this which is specific to the sidebar and tags page. If you wanted to see the tags on the Tags page HuseyinKogo, just omit the .TagCloud class, and keep everything else the same.