On Wordpress default, when we click one of category, for example the category name is "Bags" then we see list of all posts in "Bags".
How to remove category link to "Bags" in "Bags" under each post?
Another word:
How to remove category link "Clothes" in "Clothes"?
- If a post has 3 categories then it will show 2 categories. The removed one is that being viewed one.
- The removed category only when it is being viewed.
I tried the CSS
a:visited { display:none; }
from here but my problem is not about visited link.