Is it possible to see tags with only 2 or 1 characters?
On the start page are only shown tags with 3 characters or more...
In the admin panel the tags settings are: Minimum rating of tag to show it: 1
.
Tom
Is it possible to see tags with only 2 or 1 characters? On the start page are only shown tags with 3 characters or more... In the admin panel the tags settings are: Minimum rating of tag to show it: 1 . Tom |
. |
Anyone? Thanks! |
Rating mean - how many times some tag in lists .. You asked about length of tag word , right? so seems need change functional a little to realize this .. filter all long-word tags |
Yes. I'll launch my site about oldtimers. And how exactly can tags be shown like VW, MG... This is important for my site! Can I customize it in admin section or do I need to change the code? If yes where and how? Thanks |
Recheck here: tags.inc.php function explodeTags( $text )
as you see - here all words - tags that have length < 3 symbols - are unsets .. change this from 3 to 2 as example It will allow you to input 2-symbols word |
THANKS!!! Works great |