CMS Development

RikinShah
Membro

Blog filters custom labels

resolver

I am trying to show all topics as fitlers but cannot find any way to custize text for Topic link is generated. By default it shows "TopicName(Post count)" but what if I only want to show Topic Name? 

 

I have similar issue when using post filter by Months and Author

0 Avaliação positiva
1 Solução aceita
Jsum
Solução
Conselheiro(a) de destaque

Blog filters custom labels

resolver

You could go into the developers console (ctl + shift + i on most browsers) and use the element finder to find the number. It will most likely be wrapped in a span tag or something similar that will have a custom class. You can apply "display: none;" to this class in your css and that should hide the numbers from the topics list. 

 

 

Exibir solução no post original

0 Avaliação positiva
1 Resposta 1
Jsum
Solução
Conselheiro(a) de destaque

Blog filters custom labels

resolver

You could go into the developers console (ctl + shift + i on most browsers) and use the element finder to find the number. It will most likely be wrapped in a span tag or something similar that will have a custom class. You can apply "display: none;" to this class in your css and that should hide the numbers from the topics list. 

 

 

0 Avaliação positiva