is it possible to add a 2 characters tag in a blog post?
thank you
go to ow_plugins/blogs/controllers/save.php
line 262
$tf = new TagsInputField('tf');
after this line
put this code:
$tf->setMinChars(1);
by changing the number you change the allowable limit of characters